diff --git a/data_descriptors/.DS_Store b/data_descriptors/.DS_Store new file mode 100644 index 000000000..cc6c4f326 Binary files /dev/null and b/data_descriptors/.DS_Store differ diff --git a/data_descriptors/.nojekyll b/data_descriptors/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/data_descriptors/404.html b/data_descriptors/404.html new file mode 100644 index 000000000..81dc292d8 --- /dev/null +++ b/data_descriptors/404.html @@ -0,0 +1,27 @@ + + + + + + Load JSON Key Display + + + + +

Data Descriptor

+
+ +
+ + + + diff --git a/data_descriptors/deldr.ipynb b/data_descriptors/deldr.ipynb new file mode 100644 index 000000000..404b53894 --- /dev/null +++ b/data_descriptors/deldr.ipynb @@ -0,0 +1,66 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "import os, glob, json, sys, re\n", + "from collections import OrderedDict" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "tables = glob.glob('tables/*.json')\n", + "\n", + "for i in tables:\n", + " with open(i) as f:\n", + " data = json.load(f)\n", + " data['type'] = 'mip_table'\n", + " data['product'] = {'id': f\"{data['product']}.json\"}\n", + " \n", + " # https://wcrp-cmip.github.io/WCRP-UNIVERSE/data_descriptors/product/\n", + " \n", + " data = OrderedDict(sorted(data.items()))\n", + " \n", + " json.dump(data, open(i, 'w'), indent=4)\n", + " \n", + "\n", + " " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "base", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.10" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/data_descriptors/graph b/data_descriptors/graph new file mode 100644 index 000000000..dc1aba863 --- /dev/null +++ b/data_descriptors/graph @@ -0,0 +1,84052 @@ +[ + { + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "id": "@id", + "type": "@type", + "variable_entry": { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context" + } + }, + "@graph": [ + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE1hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aeday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP6hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdaylev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdayz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClim" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClimLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmondiurnal.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonDiurnal" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giafx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giamon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIAmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giayr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIGmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "liday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lifx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "limon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LImon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lisubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByrLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "op3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdec.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdec" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdeclev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdecLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdecz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPdecZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClim" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClimLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyrLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "siday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SIday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SImon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simonpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "SImonPt" + } + ] + }, + { + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "id": "@id", + "type": "@type", + "mip_tables": { + "@reverse": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/variable_entry" + } + }, + "@graph": [ + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + } + ] + } +] diff --git a/data_descriptors/graph.jsonld b/data_descriptors/graph.jsonld new file mode 100644 index 000000000..dc1aba863 --- /dev/null +++ b/data_descriptors/graph.jsonld @@ -0,0 +1,84052 @@ +[ + { + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "id": "@id", + "type": "@type", + "variable_entry": { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context" + } + }, + "@graph": [ + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE1hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aeday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP6hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdaylev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdayz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClim" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClimLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmondiurnal.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonDiurnal" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giafx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giamon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIAmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giayr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIGmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "liday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lifx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "limon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LImon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lisubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP6hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByrLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "op3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OP3hrPt" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdec.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdec" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdeclev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdecLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdecz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPdecZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPfx" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClim" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClimLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonZ" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyr" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyrLev" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "siday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SIday" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SImon" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simonpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "SImonPt" + } + ] + }, + { + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "id": "@id", + "type": "@type", + "mip_tables": { + "@reverse": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/variable_entry" + } + }, + "@graph": [ + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + }, + { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" + } + ] + } +] diff --git a/data_descriptors/tables/.DS_Store b/data_descriptors/tables/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/data_descriptors/tables/.DS_Store differ diff --git a/data_descriptors/tables/_context b/data_descriptors/tables/_context new file mode 100644 index 000000000..458eac856 --- /dev/null +++ b/data_descriptors/tables/_context @@ -0,0 +1,16 @@ +{ + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "id": "@id", + "type": "@type", + "variable_entry": { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context" + }, + "product":{ + "@context": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/data_descriptors/product/_context" + } + }, + "@embed": "@always", + "product":{"@embed": "@always"} +} \ No newline at end of file diff --git a/data_descriptors/tables/_schema b/data_descriptors/tables/_schema new file mode 100644 index 000000000..434490f70 --- /dev/null +++ b/data_descriptors/tables/_schema @@ -0,0 +1,84 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "MIP Table Schema", + "description": "This is the table class used in CMIP6 and CMIP6Plus, it contains relevant descriptive information outlining the tables.", + "references":["www.google.com","www.wcrp.cmip.org"], + "repo": "https://github.com/WCRP-CMIP/MIP_variables", + "prefix":"dr", + + "type": "object", + "properties": { + "@context": { + "type": "string", + "description": "Context URL for the schema" + }, + "id": { + "type": "string", + "description": "Unique identifier for the MIP table" + }, + "type": { + "type": "string", + "description": "Type of the object" + }, + "Conventions": { + "type": "string", + "description": "Conventions used in the MIP table" + }, + "approx_interval": { + "type": "number", + "description": "Approximate interval value" + }, + "checksum": { + "type": "string", + "description": "Checksum for validation" + }, + "cmor_version": { + "type": "string", + "description": "Version of the CMOR used" + }, + "data_specs_version": { + "type": "string", + "description": "Version of the data specifications" + }, + "generic_levels": { + "type": "string", + "description": "Generic levels, if applicable" + }, + "int_missing_value": { + "type": "string", + "description": "Integer missing value placeholder" + }, + "missing_value": { + "type": "string", + "description": "General missing value placeholder" + }, + "product": { + "type": "string", + "description": "Type of product, e.g., model-output" + }, + "table_date": { + "type": "string", + "format": "date", + "description": "Date of the table creation or update" + }, + "table_id": { + "type": "string", + "description": "Identifier for the table" + } + }, + "required": [ + "@context", + "id", + "type", + "Conventions", + "approx_interval", + "cmor_version", + "data_specs_version", + "int_missing_value", + "missing_value", + "product", + "table_date", + "table_id" + ] +} + diff --git a/data_descriptors/tables/acmon b/data_descriptors/tables/acmon new file mode 100644 index 000000000..317143a3f --- /dev/null +++ b/data_descriptors/tables/acmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "acmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "ACmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/acmon.json b/data_descriptors/tables/acmon.json new file mode 100644 index 000000000..317143a3f --- /dev/null +++ b/data_descriptors/tables/acmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "acmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "ACmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/acmonz b/data_descriptors/tables/acmonz new file mode 100644 index 000000000..9fd796494 --- /dev/null +++ b/data_descriptors/tables/acmonz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "acmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "ACmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/acmonz.json b/data_descriptors/tables/acmonz.json new file mode 100644 index 000000000..9fd796494 --- /dev/null +++ b/data_descriptors/tables/acmonz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "acmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "ACmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae1hr b/data_descriptors/tables/ae1hr new file mode 100644 index 000000000..a2737990e --- /dev/null +++ b/data_descriptors/tables/ae1hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae1hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE1hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae1hr.json b/data_descriptors/tables/ae1hr.json new file mode 100644 index 000000000..a2737990e --- /dev/null +++ b/data_descriptors/tables/ae1hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae1hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE1hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae3hrpt b/data_descriptors/tables/ae3hrpt new file mode 100644 index 000000000..f4b21c982 --- /dev/null +++ b/data_descriptors/tables/ae3hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae3hrpt.json b/data_descriptors/tables/ae3hrpt.json new file mode 100644 index 000000000..f4b21c982 --- /dev/null +++ b/data_descriptors/tables/ae3hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae3hrptlev b/data_descriptors/tables/ae3hrptlev new file mode 100644 index 000000000..25f09fc3d --- /dev/null +++ b/data_descriptors/tables/ae3hrptlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ae3hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae3hrptlev.json b/data_descriptors/tables/ae3hrptlev.json new file mode 100644 index 000000000..25f09fc3d --- /dev/null +++ b/data_descriptors/tables/ae3hrptlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ae3hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hr b/data_descriptors/tables/ae6hr new file mode 100644 index 000000000..274c02cfd --- /dev/null +++ b/data_descriptors/tables/ae6hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae6hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hr.json b/data_descriptors/tables/ae6hr.json new file mode 100644 index 000000000..274c02cfd --- /dev/null +++ b/data_descriptors/tables/ae6hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae6hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hrpt b/data_descriptors/tables/ae6hrpt new file mode 100644 index 000000000..b0282e1fc --- /dev/null +++ b/data_descriptors/tables/ae6hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hrpt.json b/data_descriptors/tables/ae6hrpt.json new file mode 100644 index 000000000..b0282e1fc --- /dev/null +++ b/data_descriptors/tables/ae6hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ae6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hrptlev b/data_descriptors/tables/ae6hrptlev new file mode 100644 index 000000000..4d4107a24 --- /dev/null +++ b/data_descriptors/tables/ae6hrptlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ae6hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ae6hrptlev.json b/data_descriptors/tables/ae6hrptlev.json new file mode 100644 index 000000000..4d4107a24 --- /dev/null +++ b/data_descriptors/tables/ae6hrptlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ae6hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aeday b/data_descriptors/tables/aeday new file mode 100644 index 000000000..16eaf1037 --- /dev/null +++ b/data_descriptors/tables/aeday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aeday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aeday.json b/data_descriptors/tables/aeday.json new file mode 100644 index 000000000..16eaf1037 --- /dev/null +++ b/data_descriptors/tables/aeday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aeday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemon b/data_descriptors/tables/aemon new file mode 100644 index 000000000..e681a49d1 --- /dev/null +++ b/data_descriptors/tables/aemon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aemon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemon.json b/data_descriptors/tables/aemon.json new file mode 100644 index 000000000..e681a49d1 --- /dev/null +++ b/data_descriptors/tables/aemon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aemon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemonlev b/data_descriptors/tables/aemonlev new file mode 100644 index 000000000..08c0099ff --- /dev/null +++ b/data_descriptors/tables/aemonlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "aemonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemonlev.json b/data_descriptors/tables/aemonlev.json new file mode 100644 index 000000000..08c0099ff --- /dev/null +++ b/data_descriptors/tables/aemonlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "aemonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemonz b/data_descriptors/tables/aemonz new file mode 100644 index 000000000..e11dd85f4 --- /dev/null +++ b/data_descriptors/tables/aemonz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aemonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aemonz.json b/data_descriptors/tables/aemonz.json new file mode 100644 index 000000000..e11dd85f4 --- /dev/null +++ b/data_descriptors/tables/aemonz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aemonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aesubhrpt b/data_descriptors/tables/aesubhrpt new file mode 100644 index 000000000..fc5bec552 --- /dev/null +++ b/data_descriptors/tables/aesubhrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aesubhrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEsubhrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aesubhrpt.json b/data_descriptors/tables/aesubhrpt.json new file mode 100644 index 000000000..fc5bec552 --- /dev/null +++ b/data_descriptors/tables/aesubhrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aesubhrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEsubhrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aesubhrptsite b/data_descriptors/tables/aesubhrptsite new file mode 100644 index 000000000..38e5039bd --- /dev/null +++ b/data_descriptors/tables/aesubhrptsite @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aesubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/aesubhrptsite.json b/data_descriptors/tables/aesubhrptsite.json new file mode 100644 index 000000000..38e5039bd --- /dev/null +++ b/data_descriptors/tables/aesubhrptsite.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "aesubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap1hr b/data_descriptors/tables/ap1hr new file mode 100644 index 000000000..50c086f82 --- /dev/null +++ b/data_descriptors/tables/ap1hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap1hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP1hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap1hr.json b/data_descriptors/tables/ap1hr.json new file mode 100644 index 000000000..50c086f82 --- /dev/null +++ b/data_descriptors/tables/ap1hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap1hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP1hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap1hrpt b/data_descriptors/tables/ap1hrpt new file mode 100644 index 000000000..cfd81bcf2 --- /dev/null +++ b/data_descriptors/tables/ap1hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap1hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP1hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap1hrpt.json b/data_descriptors/tables/ap1hrpt.json new file mode 100644 index 000000000..cfd81bcf2 --- /dev/null +++ b/data_descriptors/tables/ap1hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap1hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP1hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hr b/data_descriptors/tables/ap3hr new file mode 100644 index 000000000..424355b76 --- /dev/null +++ b/data_descriptors/tables/ap3hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap3hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP3hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hr.json b/data_descriptors/tables/ap3hr.json new file mode 100644 index 000000000..424355b76 --- /dev/null +++ b/data_descriptors/tables/ap3hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap3hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP3hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hrpt b/data_descriptors/tables/ap3hrpt new file mode 100644 index 000000000..7484ad85a --- /dev/null +++ b/data_descriptors/tables/ap3hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hrpt.json b/data_descriptors/tables/ap3hrpt.json new file mode 100644 index 000000000..7484ad85a --- /dev/null +++ b/data_descriptors/tables/ap3hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hrptlev b/data_descriptors/tables/ap3hrptlev new file mode 100644 index 000000000..e752cf159 --- /dev/null +++ b/data_descriptors/tables/ap3hrptlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ap3hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap3hrptlev.json b/data_descriptors/tables/ap3hrptlev.json new file mode 100644 index 000000000..e752cf159 --- /dev/null +++ b/data_descriptors/tables/ap3hrptlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ap3hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hr b/data_descriptors/tables/ap6hr new file mode 100644 index 000000000..2b4152dbc --- /dev/null +++ b/data_descriptors/tables/ap6hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP6hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hr.json b/data_descriptors/tables/ap6hr.json new file mode 100644 index 000000000..2b4152dbc --- /dev/null +++ b/data_descriptors/tables/ap6hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "AP6hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrpt b/data_descriptors/tables/ap6hrpt new file mode 100644 index 000000000..0a6a43c64 --- /dev/null +++ b/data_descriptors/tables/ap6hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrpt.json b/data_descriptors/tables/ap6hrpt.json new file mode 100644 index 000000000..0a6a43c64 --- /dev/null +++ b/data_descriptors/tables/ap6hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrptlev b/data_descriptors/tables/ap6hrptlev new file mode 100644 index 000000000..abd75db9a --- /dev/null +++ b/data_descriptors/tables/ap6hrptlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ap6hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrptlev.json b/data_descriptors/tables/ap6hrptlev.json new file mode 100644 index 000000000..abd75db9a --- /dev/null +++ b/data_descriptors/tables/ap6hrptlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "ap6hrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrptz b/data_descriptors/tables/ap6hrptz new file mode 100644 index 000000000..b2b2d15ca --- /dev/null +++ b/data_descriptors/tables/ap6hrptz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hrptz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/ap6hrptz.json b/data_descriptors/tables/ap6hrptz.json new file mode 100644 index 000000000..b2b2d15ca --- /dev/null +++ b/data_descriptors/tables/ap6hrptz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "ap6hrptz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apday b/data_descriptors/tables/apday new file mode 100644 index 000000000..46f29050f --- /dev/null +++ b/data_descriptors/tables/apday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apday.json b/data_descriptors/tables/apday.json new file mode 100644 index 000000000..46f29050f --- /dev/null +++ b/data_descriptors/tables/apday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apdaylev b/data_descriptors/tables/apdaylev new file mode 100644 index 000000000..2f03894e3 --- /dev/null +++ b/data_descriptors/tables/apdaylev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apdaylev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APdayLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apdaylev.json b/data_descriptors/tables/apdaylev.json new file mode 100644 index 000000000..2f03894e3 --- /dev/null +++ b/data_descriptors/tables/apdaylev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apdaylev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APdayLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apdayz b/data_descriptors/tables/apdayz new file mode 100644 index 000000000..a98b0c0d2 --- /dev/null +++ b/data_descriptors/tables/apdayz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apdayz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APdayZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apdayz.json b/data_descriptors/tables/apdayz.json new file mode 100644 index 000000000..a98b0c0d2 --- /dev/null +++ b/data_descriptors/tables/apdayz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apdayz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APdayZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apfx b/data_descriptors/tables/apfx new file mode 100644 index 000000000..aa6122eb2 --- /dev/null +++ b/data_descriptors/tables/apfx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apfx.json b/data_descriptors/tables/apfx.json new file mode 100644 index 000000000..aa6122eb2 --- /dev/null +++ b/data_descriptors/tables/apfx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmon b/data_descriptors/tables/apmon new file mode 100644 index 000000000..3acf8a46f --- /dev/null +++ b/data_descriptors/tables/apmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmon.json b/data_descriptors/tables/apmon.json new file mode 100644 index 000000000..3acf8a46f --- /dev/null +++ b/data_descriptors/tables/apmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonclim b/data_descriptors/tables/apmonclim new file mode 100644 index 000000000..4c806816c --- /dev/null +++ b/data_descriptors/tables/apmonclim @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmonclim.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonClim", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonclim.json b/data_descriptors/tables/apmonclim.json new file mode 100644 index 000000000..4c806816c --- /dev/null +++ b/data_descriptors/tables/apmonclim.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmonclim.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonClim", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonclimlev b/data_descriptors/tables/apmonclimlev new file mode 100644 index 000000000..f0072e449 --- /dev/null +++ b/data_descriptors/tables/apmonclimlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apmonclimlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonClimLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonclimlev.json b/data_descriptors/tables/apmonclimlev.json new file mode 100644 index 000000000..f0072e449 --- /dev/null +++ b/data_descriptors/tables/apmonclimlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apmonclimlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonClimLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmondiurnal b/data_descriptors/tables/apmondiurnal new file mode 100644 index 000000000..7c3244848 --- /dev/null +++ b/data_descriptors/tables/apmondiurnal @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmondiurnal.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonDiurnal", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmondiurnal.json b/data_descriptors/tables/apmondiurnal.json new file mode 100644 index 000000000..7c3244848 --- /dev/null +++ b/data_descriptors/tables/apmondiurnal.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmondiurnal.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonDiurnal", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonlev b/data_descriptors/tables/apmonlev new file mode 100644 index 000000000..3511f6581 --- /dev/null +++ b/data_descriptors/tables/apmonlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonlev.json b/data_descriptors/tables/apmonlev.json new file mode 100644 index 000000000..3511f6581 --- /dev/null +++ b/data_descriptors/tables/apmonlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonz b/data_descriptors/tables/apmonz new file mode 100644 index 000000000..79bc99c6f --- /dev/null +++ b/data_descriptors/tables/apmonz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apmonz.json b/data_descriptors/tables/apmonz.json new file mode 100644 index 000000000..79bc99c6f --- /dev/null +++ b/data_descriptors/tables/apmonz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrpt b/data_descriptors/tables/apsubhrpt new file mode 100644 index 000000000..9e444998a --- /dev/null +++ b/data_descriptors/tables/apsubhrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apsubhrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APsubhrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrpt.json b/data_descriptors/tables/apsubhrpt.json new file mode 100644 index 000000000..9e444998a --- /dev/null +++ b/data_descriptors/tables/apsubhrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apsubhrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APsubhrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrptlev b/data_descriptors/tables/apsubhrptlev new file mode 100644 index 000000000..3233834cf --- /dev/null +++ b/data_descriptors/tables/apsubhrptlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apsubhrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrptlev.json b/data_descriptors/tables/apsubhrptlev.json new file mode 100644 index 000000000..3233834cf --- /dev/null +++ b/data_descriptors/tables/apsubhrptlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "id": "apsubhrptlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrptsite b/data_descriptors/tables/apsubhrptsite new file mode 100644 index 000000000..8638aa04f --- /dev/null +++ b/data_descriptors/tables/apsubhrptsite @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apsubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/apsubhrptsite.json b/data_descriptors/tables/apsubhrptsite.json new file mode 100644 index 000000000..8638aa04f --- /dev/null +++ b/data_descriptors/tables/apsubhrptsite.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "apsubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giafx b/data_descriptors/tables/giafx new file mode 100644 index 000000000..8d78647f7 --- /dev/null +++ b/data_descriptors/tables/giafx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giafx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIAfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giafx.json b/data_descriptors/tables/giafx.json new file mode 100644 index 000000000..8d78647f7 --- /dev/null +++ b/data_descriptors/tables/giafx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giafx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIAfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giamon b/data_descriptors/tables/giamon new file mode 100644 index 000000000..40a524ad1 --- /dev/null +++ b/data_descriptors/tables/giamon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giamon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "GIAmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giamon.json b/data_descriptors/tables/giamon.json new file mode 100644 index 000000000..40a524ad1 --- /dev/null +++ b/data_descriptors/tables/giamon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giamon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "GIAmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giayr b/data_descriptors/tables/giayr new file mode 100644 index 000000000..90b5d229d --- /dev/null +++ b/data_descriptors/tables/giayr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giayr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIAyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/giayr.json b/data_descriptors/tables/giayr.json new file mode 100644 index 000000000..90b5d229d --- /dev/null +++ b/data_descriptors/tables/giayr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "giayr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIAyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigfx b/data_descriptors/tables/gigfx new file mode 100644 index 000000000..b449de562 --- /dev/null +++ b/data_descriptors/tables/gigfx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIGfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigfx.json b/data_descriptors/tables/gigfx.json new file mode 100644 index 000000000..b449de562 --- /dev/null +++ b/data_descriptors/tables/gigfx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIGfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigmon b/data_descriptors/tables/gigmon new file mode 100644 index 000000000..33ea619cd --- /dev/null +++ b/data_descriptors/tables/gigmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "GIGmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigmon.json b/data_descriptors/tables/gigmon.json new file mode 100644 index 000000000..33ea619cd --- /dev/null +++ b/data_descriptors/tables/gigmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "GIGmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigyr b/data_descriptors/tables/gigyr new file mode 100644 index 000000000..1c7c91661 --- /dev/null +++ b/data_descriptors/tables/gigyr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIGyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/gigyr.json b/data_descriptors/tables/gigyr.json new file mode 100644 index 000000000..1c7c91661 --- /dev/null +++ b/data_descriptors/tables/gigyr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "gigyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "GIGyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/graph b/data_descriptors/tables/graph new file mode 100644 index 000000000..44fa00bb5 --- /dev/null +++ b/data_descriptors/tables/graph @@ -0,0 +1,1289 @@ +{"@context": +{ + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "id": "@id", + "type": "@type", + "variable_entry": { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context" + } +}, +"@graph": [ +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE1hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aeday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP6hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdaylev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdayz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClim" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClimLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmondiurnal.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonDiurnal" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giafx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giamon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIAmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giayr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIGmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "liday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lifx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "limon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LImon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lisubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByrLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "op3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdec.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdec" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdeclev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdecLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdecz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPdecZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClim" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClimLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyrLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "siday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SIday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SImon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simonpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "SImonPt" +} +]} diff --git a/data_descriptors/tables/graph.jsonld b/data_descriptors/tables/graph.jsonld new file mode 100644 index 000000000..44fa00bb5 --- /dev/null +++ b/data_descriptors/tables/graph.jsonld @@ -0,0 +1,1289 @@ +{"@context": +{ + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/", + "id": "@id", + "type": "@type", + "variable_entry": { + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context" + } +}, +"@graph": [ +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "acmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "ACmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE1hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE3hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ae6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AE6hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aeday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aemonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "aesubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AEsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap1hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP1hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap3hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP3hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "AP6hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "ap6hrptz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "AP6hrPtZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdaylev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apdayz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APdayZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClim" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonClimLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmondiurnal.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.041667, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonDiurnal" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "alevel", + "alevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "APsubhrPtLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "apsubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "APsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giafx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giamon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIAmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "giayr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIAyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "GIGmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "gigyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "GIGyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "li6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LI6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "liday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lifx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "limon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LImon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lisubhrptsite.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lp6hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LP6hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "LPmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "lpyrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "LPyrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OBmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "obyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OByrLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "op3hrpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OP3hrPt" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdec.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdec" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdeclev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPdecLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opdecz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPdecZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opfx.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPfx" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclim.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClim" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonclimlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPmonClimLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opmonz.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "OPmonZ" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyr.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyr" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "opyrlev.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "OPyrLev" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "siday.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SIday" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simon.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2024-02-28", + "table_id": "SImon" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/_context", + "id": "simonpt.json", + "type": "mip-table", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": "model-output", + "table_date": "2023-11-16", + "table_id": "SImonPt" +} +]} diff --git a/data_descriptors/tables/li3hrpt b/data_descriptors/tables/li3hrpt new file mode 100644 index 000000000..3d46e2ef1 --- /dev/null +++ b/data_descriptors/tables/li3hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "li3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LI3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/li3hrpt.json b/data_descriptors/tables/li3hrpt.json new file mode 100644 index 000000000..3d46e2ef1 --- /dev/null +++ b/data_descriptors/tables/li3hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "li3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LI3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/li6hrpt b/data_descriptors/tables/li6hrpt new file mode 100644 index 000000000..8014355e7 --- /dev/null +++ b/data_descriptors/tables/li6hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "li6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LI6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/li6hrpt.json b/data_descriptors/tables/li6hrpt.json new file mode 100644 index 000000000..8014355e7 --- /dev/null +++ b/data_descriptors/tables/li6hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "li6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LI6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/liday b/data_descriptors/tables/liday new file mode 100644 index 000000000..8a801bdfb --- /dev/null +++ b/data_descriptors/tables/liday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "liday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/liday.json b/data_descriptors/tables/liday.json new file mode 100644 index 000000000..8a801bdfb --- /dev/null +++ b/data_descriptors/tables/liday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "liday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lifx b/data_descriptors/tables/lifx new file mode 100644 index 000000000..b3f18907f --- /dev/null +++ b/data_descriptors/tables/lifx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lifx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lifx.json b/data_descriptors/tables/lifx.json new file mode 100644 index 000000000..b3f18907f --- /dev/null +++ b/data_descriptors/tables/lifx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lifx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/limon b/data_descriptors/tables/limon new file mode 100644 index 000000000..bec995742 --- /dev/null +++ b/data_descriptors/tables/limon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "limon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LImon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/limon.json b/data_descriptors/tables/limon.json new file mode 100644 index 000000000..bec995742 --- /dev/null +++ b/data_descriptors/tables/limon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "limon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LImon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lisubhrptsite b/data_descriptors/tables/lisubhrptsite new file mode 100644 index 000000000..0baa70673 --- /dev/null +++ b/data_descriptors/tables/lisubhrptsite @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lisubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lisubhrptsite.json b/data_descriptors/tables/lisubhrptsite.json new file mode 100644 index 000000000..0baa70673 --- /dev/null +++ b/data_descriptors/tables/lisubhrptsite.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.017361, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lisubhrptsite.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LIsubhrPtSite", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp3hr b/data_descriptors/tables/lp3hr new file mode 100644 index 000000000..d48741bc3 --- /dev/null +++ b/data_descriptors/tables/lp3hr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp3hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP3hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp3hr.json b/data_descriptors/tables/lp3hr.json new file mode 100644 index 000000000..d48741bc3 --- /dev/null +++ b/data_descriptors/tables/lp3hr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp3hr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP3hr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp3hrpt b/data_descriptors/tables/lp3hrpt new file mode 100644 index 000000000..07d4d9334 --- /dev/null +++ b/data_descriptors/tables/lp3hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp3hrpt.json b/data_descriptors/tables/lp3hrpt.json new file mode 100644 index 000000000..07d4d9334 --- /dev/null +++ b/data_descriptors/tables/lp3hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp6hrpt b/data_descriptors/tables/lp6hrpt new file mode 100644 index 000000000..1d17a2020 --- /dev/null +++ b/data_descriptors/tables/lp6hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lp6hrpt.json b/data_descriptors/tables/lp6hrpt.json new file mode 100644 index 000000000..1d17a2020 --- /dev/null +++ b/data_descriptors/tables/lp6hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.25, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lp6hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LP6hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpday b/data_descriptors/tables/lpday new file mode 100644 index 000000000..18b9be18c --- /dev/null +++ b/data_descriptors/tables/lpday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpday.json b/data_descriptors/tables/lpday.json new file mode 100644 index 000000000..18b9be18c --- /dev/null +++ b/data_descriptors/tables/lpday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpfx b/data_descriptors/tables/lpfx new file mode 100644 index 000000000..0c19ae0be --- /dev/null +++ b/data_descriptors/tables/lpfx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LPfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpfx.json b/data_descriptors/tables/lpfx.json new file mode 100644 index 000000000..0c19ae0be --- /dev/null +++ b/data_descriptors/tables/lpfx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LPfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpmon b/data_descriptors/tables/lpmon new file mode 100644 index 000000000..66cdf1734 --- /dev/null +++ b/data_descriptors/tables/lpmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LPmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpmon.json b/data_descriptors/tables/lpmon.json new file mode 100644 index 000000000..66cdf1734 --- /dev/null +++ b/data_descriptors/tables/lpmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "LPmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpyr b/data_descriptors/tables/lpyr new file mode 100644 index 000000000..88a581e08 --- /dev/null +++ b/data_descriptors/tables/lpyr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpyr.json b/data_descriptors/tables/lpyr.json new file mode 100644 index 000000000..88a581e08 --- /dev/null +++ b/data_descriptors/tables/lpyr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpyrpt b/data_descriptors/tables/lpyrpt new file mode 100644 index 000000000..1b49a622b --- /dev/null +++ b/data_descriptors/tables/lpyrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpyrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPyrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/lpyrpt.json b/data_descriptors/tables/lpyrpt.json new file mode 100644 index 000000000..1b49a622b --- /dev/null +++ b/data_descriptors/tables/lpyrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "lpyrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "LPyrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obday b/data_descriptors/tables/obday new file mode 100644 index 000000000..a744a8449 --- /dev/null +++ b/data_descriptors/tables/obday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obday.json b/data_descriptors/tables/obday.json new file mode 100644 index 000000000..a744a8449 --- /dev/null +++ b/data_descriptors/tables/obday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obmon b/data_descriptors/tables/obmon new file mode 100644 index 000000000..ca61c9845 --- /dev/null +++ b/data_descriptors/tables/obmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obmon.json b/data_descriptors/tables/obmon.json new file mode 100644 index 000000000..ca61c9845 --- /dev/null +++ b/data_descriptors/tables/obmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obmonlev b/data_descriptors/tables/obmonlev new file mode 100644 index 000000000..922eb1064 --- /dev/null +++ b/data_descriptors/tables/obmonlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "obmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obmonlev.json b/data_descriptors/tables/obmonlev.json new file mode 100644 index 000000000..922eb1064 --- /dev/null +++ b/data_descriptors/tables/obmonlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "obmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OBmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obyr b/data_descriptors/tables/obyr new file mode 100644 index 000000000..3063627b4 --- /dev/null +++ b/data_descriptors/tables/obyr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OByr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obyr.json b/data_descriptors/tables/obyr.json new file mode 100644 index 000000000..3063627b4 --- /dev/null +++ b/data_descriptors/tables/obyr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "obyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OByr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obyrlev b/data_descriptors/tables/obyrlev new file mode 100644 index 000000000..4a8b954e9 --- /dev/null +++ b/data_descriptors/tables/obyrlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "obyrlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OByrLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/obyrlev.json b/data_descriptors/tables/obyrlev.json new file mode 100644 index 000000000..4a8b954e9 --- /dev/null +++ b/data_descriptors/tables/obyrlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "obyrlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OByrLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/op3hrpt b/data_descriptors/tables/op3hrpt new file mode 100644 index 000000000..a65020cbb --- /dev/null +++ b/data_descriptors/tables/op3hrpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "op3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/op3hrpt.json b/data_descriptors/tables/op3hrpt.json new file mode 100644 index 000000000..a65020cbb --- /dev/null +++ b/data_descriptors/tables/op3hrpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.125, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "op3hrpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OP3hrPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opday b/data_descriptors/tables/opday new file mode 100644 index 000000000..c82193892 --- /dev/null +++ b/data_descriptors/tables/opday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opday.json b/data_descriptors/tables/opday.json new file mode 100644 index 000000000..c82193892 --- /dev/null +++ b/data_descriptors/tables/opday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdec b/data_descriptors/tables/opdec new file mode 100644 index 000000000..0bb7ccb17 --- /dev/null +++ b/data_descriptors/tables/opdec @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opdec.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPdec", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdec.json b/data_descriptors/tables/opdec.json new file mode 100644 index 000000000..0bb7ccb17 --- /dev/null +++ b/data_descriptors/tables/opdec.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opdec.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPdec", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdeclev b/data_descriptors/tables/opdeclev new file mode 100644 index 000000000..4238a90f4 --- /dev/null +++ b/data_descriptors/tables/opdeclev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opdeclev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPdecLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdeclev.json b/data_descriptors/tables/opdeclev.json new file mode 100644 index 000000000..4238a90f4 --- /dev/null +++ b/data_descriptors/tables/opdeclev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opdeclev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPdecLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdecz b/data_descriptors/tables/opdecz new file mode 100644 index 000000000..721096081 --- /dev/null +++ b/data_descriptors/tables/opdecz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opdecz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPdecZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opdecz.json b/data_descriptors/tables/opdecz.json new file mode 100644 index 000000000..721096081 --- /dev/null +++ b/data_descriptors/tables/opdecz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 3650.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opdecz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPdecZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opfx b/data_descriptors/tables/opfx new file mode 100644 index 000000000..00676396c --- /dev/null +++ b/data_descriptors/tables/opfx @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opfx.json b/data_descriptors/tables/opfx.json new file mode 100644 index 000000000..00676396c --- /dev/null +++ b/data_descriptors/tables/opfx.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 0.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opfx.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPfx", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmon b/data_descriptors/tables/opmon new file mode 100644 index 000000000..a391c8f37 --- /dev/null +++ b/data_descriptors/tables/opmon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmon.json b/data_descriptors/tables/opmon.json new file mode 100644 index 000000000..a391c8f37 --- /dev/null +++ b/data_descriptors/tables/opmon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonclim b/data_descriptors/tables/opmonclim new file mode 100644 index 000000000..76b8c917b --- /dev/null +++ b/data_descriptors/tables/opmonclim @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmonclim.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPmonClim", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonclim.json b/data_descriptors/tables/opmonclim.json new file mode 100644 index 000000000..76b8c917b --- /dev/null +++ b/data_descriptors/tables/opmonclim.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmonclim.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPmonClim", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonclimlev b/data_descriptors/tables/opmonclimlev new file mode 100644 index 000000000..7dd646222 --- /dev/null +++ b/data_descriptors/tables/opmonclimlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opmonclimlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPmonClimLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonclimlev.json b/data_descriptors/tables/opmonclimlev.json new file mode 100644 index 000000000..7dd646222 --- /dev/null +++ b/data_descriptors/tables/opmonclimlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opmonclimlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPmonClimLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonlev b/data_descriptors/tables/opmonlev new file mode 100644 index 000000000..5283635e4 --- /dev/null +++ b/data_descriptors/tables/opmonlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonlev.json b/data_descriptors/tables/opmonlev.json new file mode 100644 index 000000000..5283635e4 --- /dev/null +++ b/data_descriptors/tables/opmonlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opmonlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmonLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonz b/data_descriptors/tables/opmonz new file mode 100644 index 000000000..d17254143 --- /dev/null +++ b/data_descriptors/tables/opmonz @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opmonz.json b/data_descriptors/tables/opmonz.json new file mode 100644 index 000000000..d17254143 --- /dev/null +++ b/data_descriptors/tables/opmonz.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opmonz.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "OPmonZ", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opyr b/data_descriptors/tables/opyr new file mode 100644 index 000000000..0a61c6d12 --- /dev/null +++ b/data_descriptors/tables/opyr @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opyr.json b/data_descriptors/tables/opyr.json new file mode 100644 index 000000000..0a61c6d12 --- /dev/null +++ b/data_descriptors/tables/opyr.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "opyr.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPyr", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opyrlev b/data_descriptors/tables/opyrlev new file mode 100644 index 000000000..bbd8bc976 --- /dev/null +++ b/data_descriptors/tables/opyrlev @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opyrlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPyrLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/opyrlev.json b/data_descriptors/tables/opyrlev.json new file mode 100644 index 000000000..bbd8bc976 --- /dev/null +++ b/data_descriptors/tables/opyrlev.json @@ -0,0 +1,21 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 365.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": [ + "olevel", + "olevhalf" + ], + "id": "opyrlev.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "OPyrLev", + "type": "mip_table" +} diff --git a/data_descriptors/tables/siday b/data_descriptors/tables/siday new file mode 100644 index 000000000..47760bc71 --- /dev/null +++ b/data_descriptors/tables/siday @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "siday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "SIday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/siday.json b/data_descriptors/tables/siday.json new file mode 100644 index 000000000..47760bc71 --- /dev/null +++ b/data_descriptors/tables/siday.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 1.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "siday.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "SIday", + "type": "mip_table" +} diff --git a/data_descriptors/tables/simon b/data_descriptors/tables/simon new file mode 100644 index 000000000..1af2e004f --- /dev/null +++ b/data_descriptors/tables/simon @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "simon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "SImon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/simon.json b/data_descriptors/tables/simon.json new file mode 100644 index 000000000..1af2e004f --- /dev/null +++ b/data_descriptors/tables/simon.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "simon.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2024-02-28", + "table_id": "SImon", + "type": "mip_table" +} diff --git a/data_descriptors/tables/simonpt b/data_descriptors/tables/simonpt new file mode 100644 index 000000000..ae3010945 --- /dev/null +++ b/data_descriptors/tables/simonpt @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "simonpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "SImonPt", + "type": "mip_table" +} diff --git a/data_descriptors/tables/simonpt.json b/data_descriptors/tables/simonpt.json new file mode 100644 index 000000000..ae3010945 --- /dev/null +++ b/data_descriptors/tables/simonpt.json @@ -0,0 +1,18 @@ +{ + "@context": "_context_", + "Conventions": "CF-1.7 CMIP-6.5", + "approx_interval": 30.0, + "checksum": "", + "cmor_version": "3.8.0", + "data_specs_version": "6.5.0.0", + "generic_levels": "", + "id": "simonpt.json", + "int_missing_value": "-999", + "missing_value": "1e20", + "product": { + "id": "model-output.json" + }, + "table_date": "2023-11-16", + "table_id": "SImonPt", + "type": "mip_table" +} diff --git a/data_descriptors/variables/.DS_Store b/data_descriptors/variables/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/data_descriptors/variables/.DS_Store differ diff --git a/data_descriptors/variables/_context b/data_descriptors/variables/_context new file mode 100644 index 000000000..60525a36f --- /dev/null +++ b/data_descriptors/variables/_context @@ -0,0 +1,12 @@ +{ + "@context": { + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "id": "@id", + "type": "@type", + "mip_tables": { + "@reverse": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/variable_entry" + } + }, + "@embed": "@always" +} \ No newline at end of file diff --git a/data_descriptors/variables/_schema b/data_descriptors/variables/_schema new file mode 100644 index 000000000..81e1631e4 --- /dev/null +++ b/data_descriptors/variables/_schema @@ -0,0 +1,217 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "MIP Variables Schema", + "description": "This is the variables class used in CMIP, it contains relevant descriptive information outlining what each variable is.", + "references":["www.google.com","www.wcrp.cmip.org"], + "repo": "https://github.com/WCRP-CMIP/MIP_variables", + "prefix":"dr", + + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Unique identifier", + "links": [] + }, + "mip_tables": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "links": [] + }, + "mip-era": { + "type": "string", + "links": [] + } + }, + "required": [ + "id", + "mip-era" + ] + }, + "description": "List of MIP tables", + "links": [] + }, + "type": { + "type": [ + "string", + "null" + ], + "description": "Type of variable", + "links": [] + }, + "cell_measures": { + "type": [ + "string", + "null" + ], + "description": "Cell measurement information", + "links": [] + }, + "cell_methods": { + "type": [ + "string", + "null" + ], + "description": "Cell methods applied", + "links": [] + }, + "comment": { + "type": [ + "string", + "null" + ], + "description": "Additional comments", + "links": [] + }, + "dimensions": { + "type": "array", + "items": { + "type": "string", + "links": [] + }, + "description": "List of dimensions", + "links": [] + }, + "dtype": { + "type": [ + "string", + "null" + ], + "description": "Data type", + "links": [] + }, + "frequency": { + "type": [ + "string", + "null" + ], + "description": "Update frequency", + "links": [] + }, + "long_name": { + "type": [ + "string", + "null" + ], + "description": "Full name of the variable", + "links": [] + }, + "modeling_realm": { + "type": [ + "array", + "null" + ], + "description": "Modeling realm", + "links": [] + }, + "ok_max_mean_abs": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "maxLength": 0 + } + ], + "description": "Max allowable mean absolute value", + "links": [] + }, + "ok_min_mean_abs": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "maxLength": 0 + } + ], + "description": "Min allowable mean absolute value", + "links": [] + }, + "out_name": { + "type": [ + "string", + "null" + ], + "description": "Output variable name", + "links": [] + }, + "positive": { + "type": [ + "string", + "null" + ], + "description": "Sign convention", + "links": [] + }, + "standard_name": { + "type": [ + "string", + "null" + ], + "description": "Standard variable name", + "links": [] + }, + "themes": { + "type": [ + "array", + "null" + ], + "description": "Themes for categorization", + "links": [] + }, + "units": { + "type": [ + "string", + "null" + ], + "description": "Measurement units", + "links": [] + }, + "valid_max": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "maxLength": 0 + } + ], + "description": "Max valid value", + "links": [] + }, + "valid_min": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "maxLength": 0 + } + ], + "description": "Min valid value", + "links": [] + } + }, + "required": [ + "id", + "mip_tables", + "type", + "dimensions", + "dtype", + "frequency", + "long_name", + "modeling_realm", + "out_name", + "standard_name", + "units" + ] +} diff --git a/data_descriptors/variables/acmon.flashrate b/data_descriptors/variables/acmon.flashrate new file mode 100644 index 000000000..a445d8241 --- /dev/null +++ b/data_descriptors/variables/acmon.flashrate @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmon.flashrate.json b/data_descriptors/variables/acmon.flashrate.json new file mode 100644 index 000000000..a445d8241 --- /dev/null +++ b/data_descriptors/variables/acmon.flashrate.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.oxloss b/data_descriptors/variables/acmonz.oxloss new file mode 100644 index 000000000..1ba83acb4 --- /dev/null +++ b/data_descriptors/variables/acmonz.oxloss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.oxloss.json b/data_descriptors/variables/acmonz.oxloss.json new file mode 100644 index 000000000..1ba83acb4 --- /dev/null +++ b/data_descriptors/variables/acmonz.oxloss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.oxprod b/data_descriptors/variables/acmonz.oxprod new file mode 100644 index 000000000..db44a25cb --- /dev/null +++ b/data_descriptors/variables/acmonz.oxprod @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.oxprod.json b/data_descriptors/variables/acmonz.oxprod.json new file mode 100644 index 000000000..db44a25cb --- /dev/null +++ b/data_descriptors/variables/acmonz.oxprod.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.vmrox b/data_descriptors/variables/acmonz.vmrox new file mode 100644 index 000000000..11406c6e8 --- /dev/null +++ b/data_descriptors/variables/acmonz.vmrox @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/acmonz.vmrox.json b/data_descriptors/variables/acmonz.vmrox.json new file mode 100644 index 000000000..11406c6e8 --- /dev/null +++ b/data_descriptors/variables/acmonz.vmrox.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfno2 b/data_descriptors/variables/ae1hr.sfno2 new file mode 100644 index 000000000..752f4b666 --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfno2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfno2.json b/data_descriptors/variables/ae1hr.sfno2.json new file mode 100644 index 000000000..752f4b666 --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfno2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfo3 b/data_descriptors/variables/ae1hr.sfo3 new file mode 100644 index 000000000..e01d1148b --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfo3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfo3.json b/data_descriptors/variables/ae1hr.sfo3.json new file mode 100644 index 000000000..e01d1148b --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfo3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfpm25 b/data_descriptors/variables/ae1hr.sfpm25 new file mode 100644 index 000000000..3ba2f6119 --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfpm25 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae1hr.sfpm25.json b/data_descriptors/variables/ae1hr.sfpm25.json new file mode 100644 index 000000000..3ba2f6119 --- /dev/null +++ b/data_descriptors/variables/ae1hr.sfpm25.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsdscsaf b/data_descriptors/variables/ae3hrpt.rsdscsaf new file mode 100644 index 000000000..30e61a03f --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsdscsaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsdscsaf.json b/data_descriptors/variables/ae3hrpt.rsdscsaf.json new file mode 100644 index 000000000..30e61a03f --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsdscsaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsdscsafbnd b/data_descriptors/variables/ae3hrpt.rsdscsafbnd new file mode 100644 index 000000000..78c277045 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsdscsafbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsdscsafbnd.json b/data_descriptors/variables/ae3hrpt.rsdscsafbnd.json new file mode 100644 index 000000000..78c277045 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsdscsafbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsuscsaf b/data_descriptors/variables/ae3hrpt.rsuscsaf new file mode 100644 index 000000000..bd1f6f6b1 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsuscsaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsuscsaf.json b/data_descriptors/variables/ae3hrpt.rsuscsaf.json new file mode 100644 index 000000000..bd1f6f6b1 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsuscsaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsuscsafbnd b/data_descriptors/variables/ae3hrpt.rsuscsafbnd new file mode 100644 index 000000000..c5cb6c169 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsuscsafbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsuscsafbnd.json b/data_descriptors/variables/ae3hrpt.rsuscsafbnd.json new file mode 100644 index 000000000..c5cb6c169 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsuscsafbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsutcsaf b/data_descriptors/variables/ae3hrpt.rsutcsaf new file mode 100644 index 000000000..6f6a3d842 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsutcsaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrpt.rsutcsaf.json b/data_descriptors/variables/ae3hrpt.rsutcsaf.json new file mode 100644 index 000000000..6f6a3d842 --- /dev/null +++ b/data_descriptors/variables/ae3hrpt.rsutcsaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsdcsaf b/data_descriptors/variables/ae3hrptlev.rsdcsaf new file mode 100644 index 000000000..e973f54ec --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsdcsaf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsdcsaf.json b/data_descriptors/variables/ae3hrptlev.rsdcsaf.json new file mode 100644 index 000000000..e973f54ec --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsdcsaf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsdcsafbnd b/data_descriptors/variables/ae3hrptlev.rsdcsafbnd new file mode 100644 index 000000000..0aa640d9f --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsdcsafbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsdcsafbnd.json b/data_descriptors/variables/ae3hrptlev.rsdcsafbnd.json new file mode 100644 index 000000000..0aa640d9f --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsdcsafbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsucsaf b/data_descriptors/variables/ae3hrptlev.rsucsaf new file mode 100644 index 000000000..36392ad9d --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsucsaf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsucsaf.json b/data_descriptors/variables/ae3hrptlev.rsucsaf.json new file mode 100644 index 000000000..36392ad9d --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsucsaf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsucsafbnd b/data_descriptors/variables/ae3hrptlev.rsucsafbnd new file mode 100644 index 000000000..d48bfc9c8 --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsucsafbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae3hrptlev.rsucsafbnd.json b/data_descriptors/variables/ae3hrptlev.rsucsafbnd.json new file mode 100644 index 000000000..d48bfc9c8 --- /dev/null +++ b/data_descriptors/variables/ae3hrptlev.rsucsafbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hr.bldep b/data_descriptors/variables/ae6hr.bldep new file mode 100644 index 000000000..c3879f469 --- /dev/null +++ b/data_descriptors/variables/ae6hr.bldep @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hr.bldep.json b/data_descriptors/variables/ae6hr.bldep.json new file mode 100644 index 000000000..c3879f469 --- /dev/null +++ b/data_descriptors/variables/ae6hr.bldep.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrpt.zg500 b/data_descriptors/variables/ae6hrpt.zg500 new file mode 100644 index 000000000..b0960ecf0 --- /dev/null +++ b/data_descriptors/variables/ae6hrpt.zg500 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrpt.zg500.json b/data_descriptors/variables/ae6hrpt.zg500.json new file mode 100644 index 000000000..b0960ecf0 --- /dev/null +++ b/data_descriptors/variables/ae6hrpt.zg500.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrptlev.bs550aer b/data_descriptors/variables/ae6hrptlev.bs550aer new file mode 100644 index 000000000..8c9c56f60 --- /dev/null +++ b/data_descriptors/variables/ae6hrptlev.bs550aer @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrptlev.bs550aer.json b/data_descriptors/variables/ae6hrptlev.bs550aer.json new file mode 100644 index 000000000..8c9c56f60 --- /dev/null +++ b/data_descriptors/variables/ae6hrptlev.bs550aer.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrptlev.ec550aer b/data_descriptors/variables/ae6hrptlev.ec550aer new file mode 100644 index 000000000..9976366b7 --- /dev/null +++ b/data_descriptors/variables/ae6hrptlev.ec550aer @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ae6hrptlev.ec550aer.json b/data_descriptors/variables/ae6hrptlev.ec550aer.json new file mode 100644 index 000000000..9976366b7 --- /dev/null +++ b/data_descriptors/variables/ae6hrptlev.ec550aer.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.cod b/data_descriptors/variables/aeday.cod new file mode 100644 index 000000000..01c98f9d7 --- /dev/null +++ b/data_descriptors/variables/aeday.cod @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.cod.json b/data_descriptors/variables/aeday.cod.json new file mode 100644 index 000000000..01c98f9d7 --- /dev/null +++ b/data_descriptors/variables/aeday.cod.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.maxpblz b/data_descriptors/variables/aeday.maxpblz new file mode 100644 index 000000000..70a54bf3c --- /dev/null +++ b/data_descriptors/variables/aeday.maxpblz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.maxpblz.json b/data_descriptors/variables/aeday.maxpblz.json new file mode 100644 index 000000000..70a54bf3c --- /dev/null +++ b/data_descriptors/variables/aeday.maxpblz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.minpblz b/data_descriptors/variables/aeday.minpblz new file mode 100644 index 000000000..2107a1ac5 --- /dev/null +++ b/data_descriptors/variables/aeday.minpblz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.minpblz.json b/data_descriptors/variables/aeday.minpblz.json new file mode 100644 index 000000000..2107a1ac5 --- /dev/null +++ b/data_descriptors/variables/aeday.minpblz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.od550aer b/data_descriptors/variables/aeday.od550aer new file mode 100644 index 000000000..4e165e921 --- /dev/null +++ b/data_descriptors/variables/aeday.od550aer @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.od550aer.json b/data_descriptors/variables/aeday.od550aer.json new file mode 100644 index 000000000..4e165e921 --- /dev/null +++ b/data_descriptors/variables/aeday.od550aer.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.sfo3max b/data_descriptors/variables/aeday.sfo3max new file mode 100644 index 000000000..6d31e262a --- /dev/null +++ b/data_descriptors/variables/aeday.sfo3max @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.sfo3max.json b/data_descriptors/variables/aeday.sfo3max.json new file mode 100644 index 000000000..6d31e262a --- /dev/null +++ b/data_descriptors/variables/aeday.sfo3max.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.toz b/data_descriptors/variables/aeday.toz new file mode 100644 index 000000000..6787eb7c4 --- /dev/null +++ b/data_descriptors/variables/aeday.toz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.toz.json b/data_descriptors/variables/aeday.toz.json new file mode 100644 index 000000000..6787eb7c4 --- /dev/null +++ b/data_descriptors/variables/aeday.toz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.ua10 b/data_descriptors/variables/aeday.ua10 new file mode 100644 index 000000000..2f4655c20 --- /dev/null +++ b/data_descriptors/variables/aeday.ua10 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.ua10.json b/data_descriptors/variables/aeday.ua10.json new file mode 100644 index 000000000..2f4655c20 --- /dev/null +++ b/data_descriptors/variables/aeday.ua10.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg10 b/data_descriptors/variables/aeday.zg10 new file mode 100644 index 000000000..a7788243d --- /dev/null +++ b/data_descriptors/variables/aeday.zg10 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg10.json b/data_descriptors/variables/aeday.zg10.json new file mode 100644 index 000000000..a7788243d --- /dev/null +++ b/data_descriptors/variables/aeday.zg10.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg100 b/data_descriptors/variables/aeday.zg100 new file mode 100644 index 000000000..24820daf2 --- /dev/null +++ b/data_descriptors/variables/aeday.zg100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg100.json b/data_descriptors/variables/aeday.zg100.json new file mode 100644 index 000000000..24820daf2 --- /dev/null +++ b/data_descriptors/variables/aeday.zg100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg500 b/data_descriptors/variables/aeday.zg500 new file mode 100644 index 000000000..ea8b907a4 --- /dev/null +++ b/data_descriptors/variables/aeday.zg500 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aeday.zg500.json b/data_descriptors/variables/aeday.zg500.json new file mode 100644 index 000000000..ea8b907a4 --- /dev/null +++ b/data_descriptors/variables/aeday.zg500.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.abs550aer b/data_descriptors/variables/aemon.abs550aer new file mode 100644 index 000000000..6ebb5ee74 --- /dev/null +++ b/data_descriptors/variables/aemon.abs550aer @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.abs550aer.json b/data_descriptors/variables/aemon.abs550aer.json new file mode 100644 index 000000000..6ebb5ee74 --- /dev/null +++ b/data_descriptors/variables/aemon.abs550aer.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.bldep b/data_descriptors/variables/aemon.bldep new file mode 100644 index 000000000..c99a9e7d0 --- /dev/null +++ b/data_descriptors/variables/aemon.bldep @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.bldep.json b/data_descriptors/variables/aemon.bldep.json new file mode 100644 index 000000000..c99a9e7d0 --- /dev/null +++ b/data_descriptors/variables/aemon.bldep.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ccn b/data_descriptors/variables/aemon.ccn new file mode 100644 index 000000000..c60538b81 --- /dev/null +++ b/data_descriptors/variables/aemon.ccn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ccn.json b/data_descriptors/variables/aemon.ccn.json new file mode 100644 index 000000000..c60538b81 --- /dev/null +++ b/data_descriptors/variables/aemon.ccn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.chepasoa b/data_descriptors/variables/aemon.chepasoa new file mode 100644 index 000000000..387d909e1 --- /dev/null +++ b/data_descriptors/variables/aemon.chepasoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.chepasoa.json b/data_descriptors/variables/aemon.chepasoa.json new file mode 100644 index 000000000..387d909e1 --- /dev/null +++ b/data_descriptors/variables/aemon.chepasoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.chepsoa b/data_descriptors/variables/aemon.chepsoa new file mode 100644 index 000000000..57d170d54 --- /dev/null +++ b/data_descriptors/variables/aemon.chepsoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.chepsoa.json b/data_descriptors/variables/aemon.chepsoa.json new file mode 100644 index 000000000..57d170d54 --- /dev/null +++ b/data_descriptors/variables/aemon.chepsoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.cltc b/data_descriptors/variables/aemon.cltc new file mode 100644 index 000000000..dc4cccf1d --- /dev/null +++ b/data_descriptors/variables/aemon.cltc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.cltc.json b/data_descriptors/variables/aemon.cltc.json new file mode 100644 index 000000000..dc4cccf1d --- /dev/null +++ b/data_descriptors/variables/aemon.cltc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.cod b/data_descriptors/variables/aemon.cod new file mode 100644 index 000000000..ba3444b7e --- /dev/null +++ b/data_descriptors/variables/aemon.cod @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.cod.json b/data_descriptors/variables/aemon.cod.json new file mode 100644 index 000000000..ba3444b7e --- /dev/null +++ b/data_descriptors/variables/aemon.cod.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.depdust b/data_descriptors/variables/aemon.depdust new file mode 100644 index 000000000..2c2dcbe3c --- /dev/null +++ b/data_descriptors/variables/aemon.depdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.depdust.json b/data_descriptors/variables/aemon.depdust.json new file mode 100644 index 000000000..2c2dcbe3c --- /dev/null +++ b/data_descriptors/variables/aemon.depdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drybc b/data_descriptors/variables/aemon.drybc new file mode 100644 index 000000000..9a940c317 --- /dev/null +++ b/data_descriptors/variables/aemon.drybc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drybc.json b/data_descriptors/variables/aemon.drybc.json new file mode 100644 index 000000000..9a940c317 --- /dev/null +++ b/data_descriptors/variables/aemon.drybc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drydust b/data_descriptors/variables/aemon.drydust new file mode 100644 index 000000000..55b8e81e1 --- /dev/null +++ b/data_descriptors/variables/aemon.drydust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drydust.json b/data_descriptors/variables/aemon.drydust.json new file mode 100644 index 000000000..55b8e81e1 --- /dev/null +++ b/data_descriptors/variables/aemon.drydust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynh3 b/data_descriptors/variables/aemon.drynh3 new file mode 100644 index 000000000..7e109474f --- /dev/null +++ b/data_descriptors/variables/aemon.drynh3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynh3.json b/data_descriptors/variables/aemon.drynh3.json new file mode 100644 index 000000000..7e109474f --- /dev/null +++ b/data_descriptors/variables/aemon.drynh3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynh4 b/data_descriptors/variables/aemon.drynh4 new file mode 100644 index 000000000..b038aae98 --- /dev/null +++ b/data_descriptors/variables/aemon.drynh4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynh4.json b/data_descriptors/variables/aemon.drynh4.json new file mode 100644 index 000000000..b038aae98 --- /dev/null +++ b/data_descriptors/variables/aemon.drynh4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynoy b/data_descriptors/variables/aemon.drynoy new file mode 100644 index 000000000..72e7fa4d7 --- /dev/null +++ b/data_descriptors/variables/aemon.drynoy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.drynoy.json b/data_descriptors/variables/aemon.drynoy.json new file mode 100644 index 000000000..72e7fa4d7 --- /dev/null +++ b/data_descriptors/variables/aemon.drynoy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryo3 b/data_descriptors/variables/aemon.dryo3 new file mode 100644 index 000000000..c05c8d2bf --- /dev/null +++ b/data_descriptors/variables/aemon.dryo3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryo3.json b/data_descriptors/variables/aemon.dryo3.json new file mode 100644 index 000000000..c05c8d2bf --- /dev/null +++ b/data_descriptors/variables/aemon.dryo3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryoa b/data_descriptors/variables/aemon.dryoa new file mode 100644 index 000000000..e0c6d05b5 --- /dev/null +++ b/data_descriptors/variables/aemon.dryoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryoa.json b/data_descriptors/variables/aemon.dryoa.json new file mode 100644 index 000000000..e0c6d05b5 --- /dev/null +++ b/data_descriptors/variables/aemon.dryoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryso2 b/data_descriptors/variables/aemon.dryso2 new file mode 100644 index 000000000..1e9dbb052 --- /dev/null +++ b/data_descriptors/variables/aemon.dryso2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryso2.json b/data_descriptors/variables/aemon.dryso2.json new file mode 100644 index 000000000..1e9dbb052 --- /dev/null +++ b/data_descriptors/variables/aemon.dryso2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryso4 b/data_descriptors/variables/aemon.dryso4 new file mode 100644 index 000000000..3730d2b2a --- /dev/null +++ b/data_descriptors/variables/aemon.dryso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryso4.json b/data_descriptors/variables/aemon.dryso4.json new file mode 100644 index 000000000..3730d2b2a --- /dev/null +++ b/data_descriptors/variables/aemon.dryso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryss b/data_descriptors/variables/aemon.dryss new file mode 100644 index 000000000..94c011040 --- /dev/null +++ b/data_descriptors/variables/aemon.dryss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.dryss.json b/data_descriptors/variables/aemon.dryss.json new file mode 100644 index 000000000..94c011040 --- /dev/null +++ b/data_descriptors/variables/aemon.dryss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiaco b/data_descriptors/variables/aemon.emiaco new file mode 100644 index 000000000..e4ebf3094 --- /dev/null +++ b/data_descriptors/variables/aemon.emiaco @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiaco.json b/data_descriptors/variables/aemon.emiaco.json new file mode 100644 index 000000000..e4ebf3094 --- /dev/null +++ b/data_descriptors/variables/aemon.emiaco.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emianox b/data_descriptors/variables/aemon.emianox new file mode 100644 index 000000000..bae006534 --- /dev/null +++ b/data_descriptors/variables/aemon.emianox @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emianox.json b/data_descriptors/variables/aemon.emianox.json new file mode 100644 index 000000000..bae006534 --- /dev/null +++ b/data_descriptors/variables/aemon.emianox.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiaoa b/data_descriptors/variables/aemon.emiaoa new file mode 100644 index 000000000..5df65623c --- /dev/null +++ b/data_descriptors/variables/aemon.emiaoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiaoa.json b/data_descriptors/variables/aemon.emiaoa.json new file mode 100644 index 000000000..5df65623c --- /dev/null +++ b/data_descriptors/variables/aemon.emiaoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emibc b/data_descriptors/variables/aemon.emibc new file mode 100644 index 000000000..acc03d090 --- /dev/null +++ b/data_descriptors/variables/aemon.emibc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emibc.json b/data_descriptors/variables/aemon.emibc.json new file mode 100644 index 000000000..acc03d090 --- /dev/null +++ b/data_descriptors/variables/aemon.emibc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emibvoc b/data_descriptors/variables/aemon.emibvoc new file mode 100644 index 000000000..041c5df23 --- /dev/null +++ b/data_descriptors/variables/aemon.emibvoc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emibvoc.json b/data_descriptors/variables/aemon.emibvoc.json new file mode 100644 index 000000000..041c5df23 --- /dev/null +++ b/data_descriptors/variables/aemon.emibvoc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emico b/data_descriptors/variables/aemon.emico new file mode 100644 index 000000000..9b14ebca1 --- /dev/null +++ b/data_descriptors/variables/aemon.emico @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emico.json b/data_descriptors/variables/aemon.emico.json new file mode 100644 index 000000000..9b14ebca1 --- /dev/null +++ b/data_descriptors/variables/aemon.emico.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emidms b/data_descriptors/variables/aemon.emidms new file mode 100644 index 000000000..4600938a9 --- /dev/null +++ b/data_descriptors/variables/aemon.emidms @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emidms.json b/data_descriptors/variables/aemon.emidms.json new file mode 100644 index 000000000..4600938a9 --- /dev/null +++ b/data_descriptors/variables/aemon.emidms.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emidust b/data_descriptors/variables/aemon.emidust new file mode 100644 index 000000000..517852e9f --- /dev/null +++ b/data_descriptors/variables/aemon.emidust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emidust.json b/data_descriptors/variables/aemon.emidust.json new file mode 100644 index 000000000..517852e9f --- /dev/null +++ b/data_descriptors/variables/aemon.emidust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiisop b/data_descriptors/variables/aemon.emiisop new file mode 100644 index 000000000..30a0d2c14 --- /dev/null +++ b/data_descriptors/variables/aemon.emiisop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiisop.json b/data_descriptors/variables/aemon.emiisop.json new file mode 100644 index 000000000..30a0d2c14 --- /dev/null +++ b/data_descriptors/variables/aemon.emiisop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.eminh3 b/data_descriptors/variables/aemon.eminh3 new file mode 100644 index 000000000..cf6c8acb4 --- /dev/null +++ b/data_descriptors/variables/aemon.eminh3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.eminh3.json b/data_descriptors/variables/aemon.eminh3.json new file mode 100644 index 000000000..cf6c8acb4 --- /dev/null +++ b/data_descriptors/variables/aemon.eminh3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.eminox b/data_descriptors/variables/aemon.eminox new file mode 100644 index 000000000..9760dc491 --- /dev/null +++ b/data_descriptors/variables/aemon.eminox @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.eminox.json b/data_descriptors/variables/aemon.eminox.json new file mode 100644 index 000000000..9760dc491 --- /dev/null +++ b/data_descriptors/variables/aemon.eminox.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emioa b/data_descriptors/variables/aemon.emioa new file mode 100644 index 000000000..72338e59d --- /dev/null +++ b/data_descriptors/variables/aemon.emioa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emioa.json b/data_descriptors/variables/aemon.emioa.json new file mode 100644 index 000000000..72338e59d --- /dev/null +++ b/data_descriptors/variables/aemon.emioa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiso2 b/data_descriptors/variables/aemon.emiso2 new file mode 100644 index 000000000..a233ca083 --- /dev/null +++ b/data_descriptors/variables/aemon.emiso2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiso2.json b/data_descriptors/variables/aemon.emiso2.json new file mode 100644 index 000000000..a233ca083 --- /dev/null +++ b/data_descriptors/variables/aemon.emiso2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiso4 b/data_descriptors/variables/aemon.emiso4 new file mode 100644 index 000000000..43bd55544 --- /dev/null +++ b/data_descriptors/variables/aemon.emiso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiso4.json b/data_descriptors/variables/aemon.emiso4.json new file mode 100644 index 000000000..43bd55544 --- /dev/null +++ b/data_descriptors/variables/aemon.emiso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiss b/data_descriptors/variables/aemon.emiss new file mode 100644 index 000000000..ff693f2c2 --- /dev/null +++ b/data_descriptors/variables/aemon.emiss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emiss.json b/data_descriptors/variables/aemon.emiss.json new file mode 100644 index 000000000..ff693f2c2 --- /dev/null +++ b/data_descriptors/variables/aemon.emiss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emivoc b/data_descriptors/variables/aemon.emivoc new file mode 100644 index 000000000..d2ab86e46 --- /dev/null +++ b/data_descriptors/variables/aemon.emivoc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.emivoc.json b/data_descriptors/variables/aemon.emivoc.json new file mode 100644 index 000000000..d2ab86e46 --- /dev/null +++ b/data_descriptors/variables/aemon.emivoc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.lwp b/data_descriptors/variables/aemon.lwp new file mode 100644 index 000000000..2d4340e7a --- /dev/null +++ b/data_descriptors/variables/aemon.lwp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.lwp.json b/data_descriptors/variables/aemon.lwp.json new file mode 100644 index 000000000..2d4340e7a --- /dev/null +++ b/data_descriptors/variables/aemon.lwp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.mmrno3 b/data_descriptors/variables/aemon.mmrno3 new file mode 100644 index 000000000..5f731cf8c --- /dev/null +++ b/data_descriptors/variables/aemon.mmrno3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.mmrno3.json b/data_descriptors/variables/aemon.mmrno3.json new file mode 100644 index 000000000..5f731cf8c --- /dev/null +++ b/data_descriptors/variables/aemon.mmrno3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od440aer b/data_descriptors/variables/aemon.od440aer new file mode 100644 index 000000000..447d47c14 --- /dev/null +++ b/data_descriptors/variables/aemon.od440aer @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od440aer.json b/data_descriptors/variables/aemon.od440aer.json new file mode 100644 index 000000000..447d47c14 --- /dev/null +++ b/data_descriptors/variables/aemon.od440aer.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550aer b/data_descriptors/variables/aemon.od550aer new file mode 100644 index 000000000..8a50221d5 --- /dev/null +++ b/data_descriptors/variables/aemon.od550aer @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550aer.json b/data_descriptors/variables/aemon.od550aer.json new file mode 100644 index 000000000..8a50221d5 --- /dev/null +++ b/data_descriptors/variables/aemon.od550aer.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550aerh2o b/data_descriptors/variables/aemon.od550aerh2o new file mode 100644 index 000000000..8f6112d8d --- /dev/null +++ b/data_descriptors/variables/aemon.od550aerh2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550aerh2o.json b/data_descriptors/variables/aemon.od550aerh2o.json new file mode 100644 index 000000000..8f6112d8d --- /dev/null +++ b/data_descriptors/variables/aemon.od550aerh2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550bb b/data_descriptors/variables/aemon.od550bb new file mode 100644 index 000000000..7e6bd02a6 --- /dev/null +++ b/data_descriptors/variables/aemon.od550bb @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550bb.json b/data_descriptors/variables/aemon.od550bb.json new file mode 100644 index 000000000..7e6bd02a6 --- /dev/null +++ b/data_descriptors/variables/aemon.od550bb.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550bc b/data_descriptors/variables/aemon.od550bc new file mode 100644 index 000000000..6ecd1aaea --- /dev/null +++ b/data_descriptors/variables/aemon.od550bc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550bc.json b/data_descriptors/variables/aemon.od550bc.json new file mode 100644 index 000000000..6ecd1aaea --- /dev/null +++ b/data_descriptors/variables/aemon.od550bc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550csaer b/data_descriptors/variables/aemon.od550csaer new file mode 100644 index 000000000..0b8d2b417 --- /dev/null +++ b/data_descriptors/variables/aemon.od550csaer @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550csaer.json b/data_descriptors/variables/aemon.od550csaer.json new file mode 100644 index 000000000..0b8d2b417 --- /dev/null +++ b/data_descriptors/variables/aemon.od550csaer.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550dust b/data_descriptors/variables/aemon.od550dust new file mode 100644 index 000000000..a3502ed1e --- /dev/null +++ b/data_descriptors/variables/aemon.od550dust @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550dust.json b/data_descriptors/variables/aemon.od550dust.json new file mode 100644 index 000000000..a3502ed1e --- /dev/null +++ b/data_descriptors/variables/aemon.od550dust.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550lt1aer b/data_descriptors/variables/aemon.od550lt1aer new file mode 100644 index 000000000..5587bb106 --- /dev/null +++ b/data_descriptors/variables/aemon.od550lt1aer @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550lt1aer.json b/data_descriptors/variables/aemon.od550lt1aer.json new file mode 100644 index 000000000..5587bb106 --- /dev/null +++ b/data_descriptors/variables/aemon.od550lt1aer.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550no3 b/data_descriptors/variables/aemon.od550no3 new file mode 100644 index 000000000..efdbd63ee --- /dev/null +++ b/data_descriptors/variables/aemon.od550no3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550no3.json b/data_descriptors/variables/aemon.od550no3.json new file mode 100644 index 000000000..efdbd63ee --- /dev/null +++ b/data_descriptors/variables/aemon.od550no3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550oa b/data_descriptors/variables/aemon.od550oa new file mode 100644 index 000000000..fdaf77e48 --- /dev/null +++ b/data_descriptors/variables/aemon.od550oa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550oa.json b/data_descriptors/variables/aemon.od550oa.json new file mode 100644 index 000000000..fdaf77e48 --- /dev/null +++ b/data_descriptors/variables/aemon.od550oa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550so4 b/data_descriptors/variables/aemon.od550so4 new file mode 100644 index 000000000..cdfb22b1d --- /dev/null +++ b/data_descriptors/variables/aemon.od550so4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550so4.json b/data_descriptors/variables/aemon.od550so4.json new file mode 100644 index 000000000..cdfb22b1d --- /dev/null +++ b/data_descriptors/variables/aemon.od550so4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550soa b/data_descriptors/variables/aemon.od550soa new file mode 100644 index 000000000..c9f8ac3c5 --- /dev/null +++ b/data_descriptors/variables/aemon.od550soa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550soa.json b/data_descriptors/variables/aemon.od550soa.json new file mode 100644 index 000000000..c9f8ac3c5 --- /dev/null +++ b/data_descriptors/variables/aemon.od550soa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550ss b/data_descriptors/variables/aemon.od550ss new file mode 100644 index 000000000..91b1e74ff --- /dev/null +++ b/data_descriptors/variables/aemon.od550ss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od550ss.json b/data_descriptors/variables/aemon.od550ss.json new file mode 100644 index 000000000..91b1e74ff --- /dev/null +++ b/data_descriptors/variables/aemon.od550ss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od870aer b/data_descriptors/variables/aemon.od870aer new file mode 100644 index 000000000..6c2ac383c --- /dev/null +++ b/data_descriptors/variables/aemon.od870aer @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.od870aer.json b/data_descriptors/variables/aemon.od870aer.json new file mode 100644 index 000000000..6c2ac383c --- /dev/null +++ b/data_descriptors/variables/aemon.od870aer.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.pod0 b/data_descriptors/variables/aemon.pod0 new file mode 100644 index 000000000..6f45bb766 --- /dev/null +++ b/data_descriptors/variables/aemon.pod0 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.pod0.json b/data_descriptors/variables/aemon.pod0.json new file mode 100644 index 000000000..6f45bb766 --- /dev/null +++ b/data_descriptors/variables/aemon.pod0.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ptp b/data_descriptors/variables/aemon.ptp new file mode 100644 index 000000000..d183ec3c6 --- /dev/null +++ b/data_descriptors/variables/aemon.ptp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ptp.json b/data_descriptors/variables/aemon.ptp.json new file mode 100644 index 000000000..d183ec3c6 --- /dev/null +++ b/data_descriptors/variables/aemon.ptp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.reffclwtop b/data_descriptors/variables/aemon.reffclwtop new file mode 100644 index 000000000..2e2380c7b --- /dev/null +++ b/data_descriptors/variables/aemon.reffclwtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.reffclwtop.json b/data_descriptors/variables/aemon.reffclwtop.json new file mode 100644 index 000000000..2e2380c7b --- /dev/null +++ b/data_descriptors/variables/aemon.reffclwtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rlutaf b/data_descriptors/variables/aemon.rlutaf new file mode 100644 index 000000000..1442cd7cf --- /dev/null +++ b/data_descriptors/variables/aemon.rlutaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rlutaf.json b/data_descriptors/variables/aemon.rlutaf.json new file mode 100644 index 000000000..1442cd7cf --- /dev/null +++ b/data_descriptors/variables/aemon.rlutaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rlutcsaf b/data_descriptors/variables/aemon.rlutcsaf new file mode 100644 index 000000000..36732bfdb --- /dev/null +++ b/data_descriptors/variables/aemon.rlutcsaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rlutcsaf.json b/data_descriptors/variables/aemon.rlutcsaf.json new file mode 100644 index 000000000..36732bfdb --- /dev/null +++ b/data_descriptors/variables/aemon.rlutcsaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rsutaf b/data_descriptors/variables/aemon.rsutaf new file mode 100644 index 000000000..5ba0dac1e --- /dev/null +++ b/data_descriptors/variables/aemon.rsutaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rsutaf.json b/data_descriptors/variables/aemon.rsutaf.json new file mode 100644 index 000000000..5ba0dac1e --- /dev/null +++ b/data_descriptors/variables/aemon.rsutaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rsutcsaf b/data_descriptors/variables/aemon.rsutcsaf new file mode 100644 index 000000000..1cf1f007b --- /dev/null +++ b/data_descriptors/variables/aemon.rsutcsaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.rsutcsaf.json b/data_descriptors/variables/aemon.rsutcsaf.json new file mode 100644 index 000000000..1cf1f007b --- /dev/null +++ b/data_descriptors/variables/aemon.rsutcsaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.sedustci b/data_descriptors/variables/aemon.sedustci new file mode 100644 index 000000000..3f550d2f7 --- /dev/null +++ b/data_descriptors/variables/aemon.sedustci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.sedustci.json b/data_descriptors/variables/aemon.sedustci.json new file mode 100644 index 000000000..3f550d2f7 --- /dev/null +++ b/data_descriptors/variables/aemon.sedustci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tatp b/data_descriptors/variables/aemon.tatp new file mode 100644 index 000000000..390b00bfc --- /dev/null +++ b/data_descriptors/variables/aemon.tatp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tatp.json b/data_descriptors/variables/aemon.tatp.json new file mode 100644 index 000000000..390b00bfc --- /dev/null +++ b/data_descriptors/variables/aemon.tatp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tntrl27 b/data_descriptors/variables/aemon.tntrl27 new file mode 100644 index 000000000..c45df9810 --- /dev/null +++ b/data_descriptors/variables/aemon.tntrl27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tntrl27.json b/data_descriptors/variables/aemon.tntrl27.json new file mode 100644 index 000000000..c45df9810 --- /dev/null +++ b/data_descriptors/variables/aemon.tntrl27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tntrs27 b/data_descriptors/variables/aemon.tntrs27 new file mode 100644 index 000000000..cba3246cb --- /dev/null +++ b/data_descriptors/variables/aemon.tntrs27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tntrs27.json b/data_descriptors/variables/aemon.tntrs27.json new file mode 100644 index 000000000..cba3246cb --- /dev/null +++ b/data_descriptors/variables/aemon.tntrs27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.toz b/data_descriptors/variables/aemon.toz new file mode 100644 index 000000000..ba1290b6e --- /dev/null +++ b/data_descriptors/variables/aemon.toz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.toz.json b/data_descriptors/variables/aemon.toz.json new file mode 100644 index 000000000..ba1290b6e --- /dev/null +++ b/data_descriptors/variables/aemon.toz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tropoz b/data_descriptors/variables/aemon.tropoz new file mode 100644 index 000000000..e94a062b2 --- /dev/null +++ b/data_descriptors/variables/aemon.tropoz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.tropoz.json b/data_descriptors/variables/aemon.tropoz.json new file mode 100644 index 000000000..e94a062b2 --- /dev/null +++ b/data_descriptors/variables/aemon.tropoz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ttop b/data_descriptors/variables/aemon.ttop new file mode 100644 index 000000000..9140edbec --- /dev/null +++ b/data_descriptors/variables/aemon.ttop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ttop.json b/data_descriptors/variables/aemon.ttop.json new file mode 100644 index 000000000..9140edbec --- /dev/null +++ b/data_descriptors/variables/aemon.ttop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetbc b/data_descriptors/variables/aemon.wetbc new file mode 100644 index 000000000..5032a10e2 --- /dev/null +++ b/data_descriptors/variables/aemon.wetbc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetbc.json b/data_descriptors/variables/aemon.wetbc.json new file mode 100644 index 000000000..5032a10e2 --- /dev/null +++ b/data_descriptors/variables/aemon.wetbc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetdust b/data_descriptors/variables/aemon.wetdust new file mode 100644 index 000000000..249f34c8b --- /dev/null +++ b/data_descriptors/variables/aemon.wetdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetdust.json b/data_descriptors/variables/aemon.wetdust.json new file mode 100644 index 000000000..249f34c8b --- /dev/null +++ b/data_descriptors/variables/aemon.wetdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnh3 b/data_descriptors/variables/aemon.wetnh3 new file mode 100644 index 000000000..8eb277444 --- /dev/null +++ b/data_descriptors/variables/aemon.wetnh3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnh3.json b/data_descriptors/variables/aemon.wetnh3.json new file mode 100644 index 000000000..8eb277444 --- /dev/null +++ b/data_descriptors/variables/aemon.wetnh3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnh4 b/data_descriptors/variables/aemon.wetnh4 new file mode 100644 index 000000000..740b571da --- /dev/null +++ b/data_descriptors/variables/aemon.wetnh4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnh4.json b/data_descriptors/variables/aemon.wetnh4.json new file mode 100644 index 000000000..740b571da --- /dev/null +++ b/data_descriptors/variables/aemon.wetnh4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnoy b/data_descriptors/variables/aemon.wetnoy new file mode 100644 index 000000000..03f016aa8 --- /dev/null +++ b/data_descriptors/variables/aemon.wetnoy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetnoy.json b/data_descriptors/variables/aemon.wetnoy.json new file mode 100644 index 000000000..03f016aa8 --- /dev/null +++ b/data_descriptors/variables/aemon.wetnoy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetoa b/data_descriptors/variables/aemon.wetoa new file mode 100644 index 000000000..779331d3e --- /dev/null +++ b/data_descriptors/variables/aemon.wetoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetoa.json b/data_descriptors/variables/aemon.wetoa.json new file mode 100644 index 000000000..779331d3e --- /dev/null +++ b/data_descriptors/variables/aemon.wetoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetso2 b/data_descriptors/variables/aemon.wetso2 new file mode 100644 index 000000000..f7afa1426 --- /dev/null +++ b/data_descriptors/variables/aemon.wetso2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetso2.json b/data_descriptors/variables/aemon.wetso2.json new file mode 100644 index 000000000..f7afa1426 --- /dev/null +++ b/data_descriptors/variables/aemon.wetso2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetso4 b/data_descriptors/variables/aemon.wetso4 new file mode 100644 index 000000000..837af222d --- /dev/null +++ b/data_descriptors/variables/aemon.wetso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetso4.json b/data_descriptors/variables/aemon.wetso4.json new file mode 100644 index 000000000..837af222d --- /dev/null +++ b/data_descriptors/variables/aemon.wetso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetss b/data_descriptors/variables/aemon.wetss new file mode 100644 index 000000000..5037ff148 --- /dev/null +++ b/data_descriptors/variables/aemon.wetss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.wetss.json b/data_descriptors/variables/aemon.wetss.json new file mode 100644 index 000000000..5037ff148 --- /dev/null +++ b/data_descriptors/variables/aemon.wetss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ztp b/data_descriptors/variables/aemon.ztp new file mode 100644 index 000000000..fe9b46029 --- /dev/null +++ b/data_descriptors/variables/aemon.ztp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemon.ztp.json b/data_descriptors/variables/aemon.ztp.json new file mode 100644 index 000000000..fe9b46029 --- /dev/null +++ b/data_descriptors/variables/aemon.ztp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.airmass b/data_descriptors/variables/aemonlev.airmass new file mode 100644 index 000000000..b95f846b6 --- /dev/null +++ b/data_descriptors/variables/aemonlev.airmass @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.airmass.json b/data_descriptors/variables/aemonlev.airmass.json new file mode 100644 index 000000000..b95f846b6 --- /dev/null +++ b/data_descriptors/variables/aemonlev.airmass.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.aoanh b/data_descriptors/variables/aemonlev.aoanh new file mode 100644 index 000000000..5203d527c --- /dev/null +++ b/data_descriptors/variables/aemonlev.aoanh @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.aoanh.json b/data_descriptors/variables/aemonlev.aoanh.json new file mode 100644 index 000000000..5203d527c --- /dev/null +++ b/data_descriptors/variables/aemonlev.aoanh.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c2h2 b/data_descriptors/variables/aemonlev.c2h2 new file mode 100644 index 000000000..228f8beb6 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c2h2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c2h2.json b/data_descriptors/variables/aemonlev.c2h2.json new file mode 100644 index 000000000..228f8beb6 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c2h2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c2h6 b/data_descriptors/variables/aemonlev.c2h6 new file mode 100644 index 000000000..7e28bb225 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c2h6 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c2h6.json b/data_descriptors/variables/aemonlev.c2h6.json new file mode 100644 index 000000000..7e28bb225 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c2h6.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c3h6 b/data_descriptors/variables/aemonlev.c3h6 new file mode 100644 index 000000000..1c8601dc1 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c3h6 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c3h6.json b/data_descriptors/variables/aemonlev.c3h6.json new file mode 100644 index 000000000..1c8601dc1 --- /dev/null +++ b/data_descriptors/variables/aemonlev.c3h6.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c3h8 b/data_descriptors/variables/aemonlev.c3h8 new file mode 100644 index 000000000..8cdd7630d --- /dev/null +++ b/data_descriptors/variables/aemonlev.c3h8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.c3h8.json b/data_descriptors/variables/aemonlev.c3h8.json new file mode 100644 index 000000000..8cdd7630d --- /dev/null +++ b/data_descriptors/variables/aemonlev.c3h8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.cdnc b/data_descriptors/variables/aemonlev.cdnc new file mode 100644 index 000000000..0bb11b115 --- /dev/null +++ b/data_descriptors/variables/aemonlev.cdnc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.cdnc.json b/data_descriptors/variables/aemonlev.cdnc.json new file mode 100644 index 000000000..0bb11b115 --- /dev/null +++ b/data_descriptors/variables/aemonlev.cdnc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ch3coch3 b/data_descriptors/variables/aemonlev.ch3coch3 new file mode 100644 index 000000000..6d07a09af --- /dev/null +++ b/data_descriptors/variables/aemonlev.ch3coch3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ch3coch3.json b/data_descriptors/variables/aemonlev.ch3coch3.json new file mode 100644 index 000000000..6d07a09af --- /dev/null +++ b/data_descriptors/variables/aemonlev.ch3coch3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ch4 b/data_descriptors/variables/aemonlev.ch4 new file mode 100644 index 000000000..b60856fb7 --- /dev/null +++ b/data_descriptors/variables/aemonlev.ch4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ch4.json b/data_descriptors/variables/aemonlev.ch4.json new file mode 100644 index 000000000..b60856fb7 --- /dev/null +++ b/data_descriptors/variables/aemonlev.ch4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.cheaqpso4 b/data_descriptors/variables/aemonlev.cheaqpso4 new file mode 100644 index 000000000..8635388cd --- /dev/null +++ b/data_descriptors/variables/aemonlev.cheaqpso4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.cheaqpso4.json b/data_descriptors/variables/aemonlev.cheaqpso4.json new file mode 100644 index 000000000..8635388cd --- /dev/null +++ b/data_descriptors/variables/aemonlev.cheaqpso4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.chegpso4 b/data_descriptors/variables/aemonlev.chegpso4 new file mode 100644 index 000000000..6eb83b79b --- /dev/null +++ b/data_descriptors/variables/aemonlev.chegpso4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.chegpso4.json b/data_descriptors/variables/aemonlev.chegpso4.json new file mode 100644 index 000000000..6eb83b79b --- /dev/null +++ b/data_descriptors/variables/aemonlev.chegpso4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.co b/data_descriptors/variables/aemonlev.co new file mode 100644 index 000000000..fab3038ed --- /dev/null +++ b/data_descriptors/variables/aemonlev.co @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.co.json b/data_descriptors/variables/aemonlev.co.json new file mode 100644 index 000000000..fab3038ed --- /dev/null +++ b/data_descriptors/variables/aemonlev.co.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.co2 b/data_descriptors/variables/aemonlev.co2 new file mode 100644 index 000000000..b69c95bd8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.co2.json b/data_descriptors/variables/aemonlev.co2.json new file mode 100644 index 000000000..b69c95bd8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.dms b/data_descriptors/variables/aemonlev.dms new file mode 100644 index 000000000..51e4faece --- /dev/null +++ b/data_descriptors/variables/aemonlev.dms @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.dms.json b/data_descriptors/variables/aemonlev.dms.json new file mode 100644 index 000000000..51e4faece --- /dev/null +++ b/data_descriptors/variables/aemonlev.dms.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ec550aer b/data_descriptors/variables/aemonlev.ec550aer new file mode 100644 index 000000000..d926f93f8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.ec550aer @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ec550aer.json b/data_descriptors/variables/aemonlev.ec550aer.json new file mode 100644 index 000000000..d926f93f8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.ec550aer.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.emilnox b/data_descriptors/variables/aemonlev.emilnox new file mode 100644 index 000000000..b374c06e3 --- /dev/null +++ b/data_descriptors/variables/aemonlev.emilnox @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.emilnox.json b/data_descriptors/variables/aemonlev.emilnox.json new file mode 100644 index 000000000..b374c06e3 --- /dev/null +++ b/data_descriptors/variables/aemonlev.emilnox.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.h2o b/data_descriptors/variables/aemonlev.h2o new file mode 100644 index 000000000..fa2d4bd87 --- /dev/null +++ b/data_descriptors/variables/aemonlev.h2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.h2o.json b/data_descriptors/variables/aemonlev.h2o.json new file mode 100644 index 000000000..fa2d4bd87 --- /dev/null +++ b/data_descriptors/variables/aemonlev.h2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hcho b/data_descriptors/variables/aemonlev.hcho new file mode 100644 index 000000000..7493277e2 --- /dev/null +++ b/data_descriptors/variables/aemonlev.hcho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hcho.json b/data_descriptors/variables/aemonlev.hcho.json new file mode 100644 index 000000000..7493277e2 --- /dev/null +++ b/data_descriptors/variables/aemonlev.hcho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hcl b/data_descriptors/variables/aemonlev.hcl new file mode 100644 index 000000000..f83538f0e --- /dev/null +++ b/data_descriptors/variables/aemonlev.hcl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hcl.json b/data_descriptors/variables/aemonlev.hcl.json new file mode 100644 index 000000000..f83538f0e --- /dev/null +++ b/data_descriptors/variables/aemonlev.hcl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hno3 b/data_descriptors/variables/aemonlev.hno3 new file mode 100644 index 000000000..a3d46449c --- /dev/null +++ b/data_descriptors/variables/aemonlev.hno3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.hno3.json b/data_descriptors/variables/aemonlev.hno3.json new file mode 100644 index 000000000..a3d46449c --- /dev/null +++ b/data_descriptors/variables/aemonlev.hno3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.isop b/data_descriptors/variables/aemonlev.isop new file mode 100644 index 000000000..d29f1cfcf --- /dev/null +++ b/data_descriptors/variables/aemonlev.isop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.isop.json b/data_descriptors/variables/aemonlev.isop.json new file mode 100644 index 000000000..d29f1cfcf --- /dev/null +++ b/data_descriptors/variables/aemonlev.isop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.jno2 b/data_descriptors/variables/aemonlev.jno2 new file mode 100644 index 000000000..980fa5eb3 --- /dev/null +++ b/data_descriptors/variables/aemonlev.jno2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.jno2.json b/data_descriptors/variables/aemonlev.jno2.json new file mode 100644 index 000000000..980fa5eb3 --- /dev/null +++ b/data_descriptors/variables/aemonlev.jno2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossch4 b/data_descriptors/variables/aemonlev.lossch4 new file mode 100644 index 000000000..fe05305be --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossch4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossch4.json b/data_descriptors/variables/aemonlev.lossch4.json new file mode 100644 index 000000000..fe05305be --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossch4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossco b/data_descriptors/variables/aemonlev.lossco new file mode 100644 index 000000000..3a6aab074 --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossco @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossco.json b/data_descriptors/variables/aemonlev.lossco.json new file mode 100644 index 000000000..3a6aab074 --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossco.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossn2o b/data_descriptors/variables/aemonlev.lossn2o new file mode 100644 index 000000000..1d3efef3b --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossn2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.lossn2o.json b/data_descriptors/variables/aemonlev.lossn2o.json new file mode 100644 index 000000000..1d3efef3b --- /dev/null +++ b/data_descriptors/variables/aemonlev.lossn2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmraerh2o b/data_descriptors/variables/aemonlev.mmraerh2o new file mode 100644 index 000000000..3ff576827 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmraerh2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmraerh2o.json b/data_descriptors/variables/aemonlev.mmraerh2o.json new file mode 100644 index 000000000..3ff576827 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmraerh2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrbc b/data_descriptors/variables/aemonlev.mmrbc new file mode 100644 index 000000000..386e4be0d --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrbc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrbc.json b/data_descriptors/variables/aemonlev.mmrbc.json new file mode 100644 index 000000000..386e4be0d --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrbc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrdust b/data_descriptors/variables/aemonlev.mmrdust new file mode 100644 index 000000000..7c39d1e46 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrdust @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrdust.json b/data_descriptors/variables/aemonlev.mmrdust.json new file mode 100644 index 000000000..7c39d1e46 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrdust.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrnh4 b/data_descriptors/variables/aemonlev.mmrnh4 new file mode 100644 index 000000000..74ba6c2fe --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrnh4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrnh4.json b/data_descriptors/variables/aemonlev.mmrnh4.json new file mode 100644 index 000000000..74ba6c2fe --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrnh4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrno3 b/data_descriptors/variables/aemonlev.mmrno3 new file mode 100644 index 000000000..fdde5abd2 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrno3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrno3.json b/data_descriptors/variables/aemonlev.mmrno3.json new file mode 100644 index 000000000..fdde5abd2 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrno3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmroa b/data_descriptors/variables/aemonlev.mmroa new file mode 100644 index 000000000..40fca0a76 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmroa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmroa.json b/data_descriptors/variables/aemonlev.mmroa.json new file mode 100644 index 000000000..40fca0a76 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmroa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm1 b/data_descriptors/variables/aemonlev.mmrpm1 new file mode 100644 index 000000000..c6d08cabe --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm1 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm1.json b/data_descriptors/variables/aemonlev.mmrpm1.json new file mode 100644 index 000000000..c6d08cabe --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm1.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm10 b/data_descriptors/variables/aemonlev.mmrpm10 new file mode 100644 index 000000000..c2e48c599 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm10 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm10.json b/data_descriptors/variables/aemonlev.mmrpm10.json new file mode 100644 index 000000000..c2e48c599 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm10.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm2p5 b/data_descriptors/variables/aemonlev.mmrpm2p5 new file mode 100644 index 000000000..23ad3ad0d --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm2p5 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrpm2p5.json b/data_descriptors/variables/aemonlev.mmrpm2p5.json new file mode 100644 index 000000000..23ad3ad0d --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrpm2p5.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrso4 b/data_descriptors/variables/aemonlev.mmrso4 new file mode 100644 index 000000000..30beee2bd --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrso4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrso4.json b/data_descriptors/variables/aemonlev.mmrso4.json new file mode 100644 index 000000000..30beee2bd --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrso4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrsoa b/data_descriptors/variables/aemonlev.mmrsoa new file mode 100644 index 000000000..39a4efa0b --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrsoa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrsoa.json b/data_descriptors/variables/aemonlev.mmrsoa.json new file mode 100644 index 000000000..39a4efa0b --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrsoa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrss b/data_descriptors/variables/aemonlev.mmrss new file mode 100644 index 000000000..dea430670 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.mmrss.json b/data_descriptors/variables/aemonlev.mmrss.json new file mode 100644 index 000000000..dea430670 --- /dev/null +++ b/data_descriptors/variables/aemonlev.mmrss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.n2o b/data_descriptors/variables/aemonlev.n2o new file mode 100644 index 000000000..78eeb1dd1 --- /dev/null +++ b/data_descriptors/variables/aemonlev.n2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.n2o.json b/data_descriptors/variables/aemonlev.n2o.json new file mode 100644 index 000000000..78eeb1dd1 --- /dev/null +++ b/data_descriptors/variables/aemonlev.n2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.nh50 b/data_descriptors/variables/aemonlev.nh50 new file mode 100644 index 000000000..792aedeba --- /dev/null +++ b/data_descriptors/variables/aemonlev.nh50 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.nh50.json b/data_descriptors/variables/aemonlev.nh50.json new file mode 100644 index 000000000..792aedeba --- /dev/null +++ b/data_descriptors/variables/aemonlev.nh50.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.no b/data_descriptors/variables/aemonlev.no new file mode 100644 index 000000000..2da2de0eb --- /dev/null +++ b/data_descriptors/variables/aemonlev.no @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.no.json b/data_descriptors/variables/aemonlev.no.json new file mode 100644 index 000000000..2da2de0eb --- /dev/null +++ b/data_descriptors/variables/aemonlev.no.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.no2 b/data_descriptors/variables/aemonlev.no2 new file mode 100644 index 000000000..99ec7a379 --- /dev/null +++ b/data_descriptors/variables/aemonlev.no2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.no2.json b/data_descriptors/variables/aemonlev.no2.json new file mode 100644 index 000000000..99ec7a379 --- /dev/null +++ b/data_descriptors/variables/aemonlev.no2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3 b/data_descriptors/variables/aemonlev.o3 new file mode 100644 index 000000000..9c3908539 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3.json b/data_descriptors/variables/aemonlev.o3.json new file mode 100644 index 000000000..9c3908539 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3loss b/data_descriptors/variables/aemonlev.o3loss new file mode 100644 index 000000000..4616b7436 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3loss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3loss.json b/data_descriptors/variables/aemonlev.o3loss.json new file mode 100644 index 000000000..4616b7436 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3loss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3prod b/data_descriptors/variables/aemonlev.o3prod new file mode 100644 index 000000000..4070c3037 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3prod @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3prod.json b/data_descriptors/variables/aemonlev.o3prod.json new file mode 100644 index 000000000..4070c3037 --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3prod.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3ste b/data_descriptors/variables/aemonlev.o3ste new file mode 100644 index 000000000..423e4765a --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3ste @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.o3ste.json b/data_descriptors/variables/aemonlev.o3ste.json new file mode 100644 index 000000000..423e4765a --- /dev/null +++ b/data_descriptors/variables/aemonlev.o3ste.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.oh b/data_descriptors/variables/aemonlev.oh new file mode 100644 index 000000000..a205cbe2c --- /dev/null +++ b/data_descriptors/variables/aemonlev.oh @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.oh.json b/data_descriptors/variables/aemonlev.oh.json new file mode 100644 index 000000000..a205cbe2c --- /dev/null +++ b/data_descriptors/variables/aemonlev.oh.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.pan b/data_descriptors/variables/aemonlev.pan new file mode 100644 index 000000000..3ef29e858 --- /dev/null +++ b/data_descriptors/variables/aemonlev.pan @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.pan.json b/data_descriptors/variables/aemonlev.pan.json new file mode 100644 index 000000000..3ef29e858 --- /dev/null +++ b/data_descriptors/variables/aemonlev.pan.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.pfull b/data_descriptors/variables/aemonlev.pfull new file mode 100644 index 000000000..5271c56bc --- /dev/null +++ b/data_descriptors/variables/aemonlev.pfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.pfull.json b/data_descriptors/variables/aemonlev.pfull.json new file mode 100644 index 000000000..5271c56bc --- /dev/null +++ b/data_descriptors/variables/aemonlev.pfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.phalf b/data_descriptors/variables/aemonlev.phalf new file mode 100644 index 000000000..eca315b1a --- /dev/null +++ b/data_descriptors/variables/aemonlev.phalf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.phalf.json b/data_descriptors/variables/aemonlev.phalf.json new file mode 100644 index 000000000..eca315b1a --- /dev/null +++ b/data_descriptors/variables/aemonlev.phalf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.photo1d b/data_descriptors/variables/aemonlev.photo1d new file mode 100644 index 000000000..9dc2baa92 --- /dev/null +++ b/data_descriptors/variables/aemonlev.photo1d @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.photo1d.json b/data_descriptors/variables/aemonlev.photo1d.json new file mode 100644 index 000000000..9dc2baa92 --- /dev/null +++ b/data_descriptors/variables/aemonlev.photo1d.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.so2 b/data_descriptors/variables/aemonlev.so2 new file mode 100644 index 000000000..60023ae3e --- /dev/null +++ b/data_descriptors/variables/aemonlev.so2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.so2.json b/data_descriptors/variables/aemonlev.so2.json new file mode 100644 index 000000000..60023ae3e --- /dev/null +++ b/data_descriptors/variables/aemonlev.so2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.tntrl b/data_descriptors/variables/aemonlev.tntrl new file mode 100644 index 000000000..106699aa9 --- /dev/null +++ b/data_descriptors/variables/aemonlev.tntrl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.tntrl.json b/data_descriptors/variables/aemonlev.tntrl.json new file mode 100644 index 000000000..106699aa9 --- /dev/null +++ b/data_descriptors/variables/aemonlev.tntrl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.tntrs b/data_descriptors/variables/aemonlev.tntrs new file mode 100644 index 000000000..b98fd18e8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.tntrs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.tntrs.json b/data_descriptors/variables/aemonlev.tntrs.json new file mode 100644 index 000000000..b98fd18e8 --- /dev/null +++ b/data_descriptors/variables/aemonlev.tntrs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ua b/data_descriptors/variables/aemonlev.ua new file mode 100644 index 000000000..767dcdbda --- /dev/null +++ b/data_descriptors/variables/aemonlev.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.ua.json b/data_descriptors/variables/aemonlev.ua.json new file mode 100644 index 000000000..767dcdbda --- /dev/null +++ b/data_descriptors/variables/aemonlev.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.va b/data_descriptors/variables/aemonlev.va new file mode 100644 index 000000000..bb020cde7 --- /dev/null +++ b/data_descriptors/variables/aemonlev.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.va.json b/data_descriptors/variables/aemonlev.va.json new file mode 100644 index 000000000..bb020cde7 --- /dev/null +++ b/data_descriptors/variables/aemonlev.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.wa b/data_descriptors/variables/aemonlev.wa new file mode 100644 index 000000000..d61c6350e --- /dev/null +++ b/data_descriptors/variables/aemonlev.wa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonlev.wa.json b/data_descriptors/variables/aemonlev.wa.json new file mode 100644 index 000000000..d61c6350e --- /dev/null +++ b/data_descriptors/variables/aemonlev.wa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.bry b/data_descriptors/variables/aemonz.bry new file mode 100644 index 000000000..0db3c99c8 --- /dev/null +++ b/data_descriptors/variables/aemonz.bry @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.bry.json b/data_descriptors/variables/aemonz.bry.json new file mode 100644 index 000000000..0db3c99c8 --- /dev/null +++ b/data_descriptors/variables/aemonz.bry.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ch4 b/data_descriptors/variables/aemonz.ch4 new file mode 100644 index 000000000..e7dfb903f --- /dev/null +++ b/data_descriptors/variables/aemonz.ch4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ch4.json b/data_descriptors/variables/aemonz.ch4.json new file mode 100644 index 000000000..e7dfb903f --- /dev/null +++ b/data_descriptors/variables/aemonz.ch4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.cly b/data_descriptors/variables/aemonz.cly new file mode 100644 index 000000000..86eb1b29f --- /dev/null +++ b/data_descriptors/variables/aemonz.cly @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.cly.json b/data_descriptors/variables/aemonz.cly.json new file mode 100644 index 000000000..86eb1b29f --- /dev/null +++ b/data_descriptors/variables/aemonz.cly.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.h2o b/data_descriptors/variables/aemonz.h2o new file mode 100644 index 000000000..197224761 --- /dev/null +++ b/data_descriptors/variables/aemonz.h2o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.h2o.json b/data_descriptors/variables/aemonz.h2o.json new file mode 100644 index 000000000..197224761 --- /dev/null +++ b/data_descriptors/variables/aemonz.h2o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.hcl b/data_descriptors/variables/aemonz.hcl new file mode 100644 index 000000000..a2d39c81b --- /dev/null +++ b/data_descriptors/variables/aemonz.hcl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.hcl.json b/data_descriptors/variables/aemonz.hcl.json new file mode 100644 index 000000000..a2d39c81b --- /dev/null +++ b/data_descriptors/variables/aemonz.hcl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.hno3 b/data_descriptors/variables/aemonz.hno3 new file mode 100644 index 000000000..598cf1730 --- /dev/null +++ b/data_descriptors/variables/aemonz.hno3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.hno3.json b/data_descriptors/variables/aemonz.hno3.json new file mode 100644 index 000000000..598cf1730 --- /dev/null +++ b/data_descriptors/variables/aemonz.hno3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ho2 b/data_descriptors/variables/aemonz.ho2 new file mode 100644 index 000000000..4383c4134 --- /dev/null +++ b/data_descriptors/variables/aemonz.ho2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ho2.json b/data_descriptors/variables/aemonz.ho2.json new file mode 100644 index 000000000..4383c4134 --- /dev/null +++ b/data_descriptors/variables/aemonz.ho2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.meanage b/data_descriptors/variables/aemonz.meanage new file mode 100644 index 000000000..7f9ef733d --- /dev/null +++ b/data_descriptors/variables/aemonz.meanage @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.meanage.json b/data_descriptors/variables/aemonz.meanage.json new file mode 100644 index 000000000..7f9ef733d --- /dev/null +++ b/data_descriptors/variables/aemonz.meanage.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.n2o b/data_descriptors/variables/aemonz.n2o new file mode 100644 index 000000000..c8b8174aa --- /dev/null +++ b/data_descriptors/variables/aemonz.n2o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.n2o.json b/data_descriptors/variables/aemonz.n2o.json new file mode 100644 index 000000000..c8b8174aa --- /dev/null +++ b/data_descriptors/variables/aemonz.n2o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.noy b/data_descriptors/variables/aemonz.noy new file mode 100644 index 000000000..8505490a7 --- /dev/null +++ b/data_descriptors/variables/aemonz.noy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.noy.json b/data_descriptors/variables/aemonz.noy.json new file mode 100644 index 000000000..8505490a7 --- /dev/null +++ b/data_descriptors/variables/aemonz.noy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.o3 b/data_descriptors/variables/aemonz.o3 new file mode 100644 index 000000000..0480cc671 --- /dev/null +++ b/data_descriptors/variables/aemonz.o3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.o3.json b/data_descriptors/variables/aemonz.o3.json new file mode 100644 index 000000000..0480cc671 --- /dev/null +++ b/data_descriptors/variables/aemonz.o3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.oh b/data_descriptors/variables/aemonz.oh new file mode 100644 index 000000000..cc0b9d6f7 --- /dev/null +++ b/data_descriptors/variables/aemonz.oh @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.oh.json b/data_descriptors/variables/aemonz.oh.json new file mode 100644 index 000000000..cc0b9d6f7 --- /dev/null +++ b/data_descriptors/variables/aemonz.oh.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ta b/data_descriptors/variables/aemonz.ta new file mode 100644 index 000000000..9aa7db3b4 --- /dev/null +++ b/data_descriptors/variables/aemonz.ta @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ta.json b/data_descriptors/variables/aemonz.ta.json new file mode 100644 index 000000000..9aa7db3b4 --- /dev/null +++ b/data_descriptors/variables/aemonz.ta.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.tntrl b/data_descriptors/variables/aemonz.tntrl new file mode 100644 index 000000000..06c1d3335 --- /dev/null +++ b/data_descriptors/variables/aemonz.tntrl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.tntrl.json b/data_descriptors/variables/aemonz.tntrl.json new file mode 100644 index 000000000..06c1d3335 --- /dev/null +++ b/data_descriptors/variables/aemonz.tntrl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.tntrs b/data_descriptors/variables/aemonz.tntrs new file mode 100644 index 000000000..a7f8788bd --- /dev/null +++ b/data_descriptors/variables/aemonz.tntrs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.tntrs.json b/data_descriptors/variables/aemonz.tntrs.json new file mode 100644 index 000000000..a7f8788bd --- /dev/null +++ b/data_descriptors/variables/aemonz.tntrs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ua b/data_descriptors/variables/aemonz.ua new file mode 100644 index 000000000..2f1946922 --- /dev/null +++ b/data_descriptors/variables/aemonz.ua @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.ua.json b/data_descriptors/variables/aemonz.ua.json new file mode 100644 index 000000000..2f1946922 --- /dev/null +++ b/data_descriptors/variables/aemonz.ua.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.va b/data_descriptors/variables/aemonz.va new file mode 100644 index 000000000..22ac6d4b6 --- /dev/null +++ b/data_descriptors/variables/aemonz.va @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.va.json b/data_descriptors/variables/aemonz.va.json new file mode 100644 index 000000000..22ac6d4b6 --- /dev/null +++ b/data_descriptors/variables/aemonz.va.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.vt100 b/data_descriptors/variables/aemonz.vt100 new file mode 100644 index 000000000..ecd4fb817 --- /dev/null +++ b/data_descriptors/variables/aemonz.vt100 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aemonz.vt100.json b/data_descriptors/variables/aemonz.vt100.json new file mode 100644 index 000000000..ecd4fb817 --- /dev/null +++ b/data_descriptors/variables/aemonz.vt100.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrpt.bldep b/data_descriptors/variables/aesubhrpt.bldep new file mode 100644 index 000000000..f695bbbff --- /dev/null +++ b/data_descriptors/variables/aesubhrpt.bldep @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrpt.bldep.json b/data_descriptors/variables/aesubhrpt.bldep.json new file mode 100644 index 000000000..f695bbbff --- /dev/null +++ b/data_descriptors/variables/aesubhrpt.bldep.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrptsite.tntrl b/data_descriptors/variables/aesubhrptsite.tntrl new file mode 100644 index 000000000..410cf5006 --- /dev/null +++ b/data_descriptors/variables/aesubhrptsite.tntrl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrptsite.tntrl.json b/data_descriptors/variables/aesubhrptsite.tntrl.json new file mode 100644 index 000000000..410cf5006 --- /dev/null +++ b/data_descriptors/variables/aesubhrptsite.tntrl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrptsite.tntrs b/data_descriptors/variables/aesubhrptsite.tntrs new file mode 100644 index 000000000..474cd72e5 --- /dev/null +++ b/data_descriptors/variables/aesubhrptsite.tntrs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/aesubhrptsite.tntrs.json b/data_descriptors/variables/aesubhrptsite.tntrs.json new file mode 100644 index 000000000..474cd72e5 --- /dev/null +++ b/data_descriptors/variables/aesubhrptsite.tntrs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.pr b/data_descriptors/variables/ap1hr.pr new file mode 100644 index 000000000..a27785d99 --- /dev/null +++ b/data_descriptors/variables/ap1hr.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.pr.json b/data_descriptors/variables/ap1hr.pr.json new file mode 100644 index 000000000..a27785d99 --- /dev/null +++ b/data_descriptors/variables/ap1hr.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.prc b/data_descriptors/variables/ap1hr.prc new file mode 100644 index 000000000..2bfcd7c90 --- /dev/null +++ b/data_descriptors/variables/ap1hr.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.prc.json b/data_descriptors/variables/ap1hr.prc.json new file mode 100644 index 000000000..2bfcd7c90 --- /dev/null +++ b/data_descriptors/variables/ap1hr.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.ps b/data_descriptors/variables/ap1hr.ps new file mode 100644 index 000000000..c96680deb Binary files /dev/null and b/data_descriptors/variables/ap1hr.ps differ diff --git a/data_descriptors/variables/ap1hr.ps.json b/data_descriptors/variables/ap1hr.ps.json new file mode 100644 index 000000000..c96680deb --- /dev/null +++ b/data_descriptors/variables/ap1hr.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hr.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.tas b/data_descriptors/variables/ap1hr.tas new file mode 100644 index 000000000..157d19ac9 --- /dev/null +++ b/data_descriptors/variables/ap1hr.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hr.tas.json b/data_descriptors/variables/ap1hr.tas.json new file mode 100644 index 000000000..157d19ac9 --- /dev/null +++ b/data_descriptors/variables/ap1hr.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.psl b/data_descriptors/variables/ap1hrpt.psl new file mode 100644 index 000000000..3a32bbd16 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.psl.json b/data_descriptors/variables/ap1hrpt.psl.json new file mode 100644 index 000000000..3a32bbd16 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.rlut b/data_descriptors/variables/ap1hrpt.rlut new file mode 100644 index 000000000..82fdd33e6 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.rlut.json b/data_descriptors/variables/ap1hrpt.rlut.json new file mode 100644 index 000000000..82fdd33e6 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ta b/data_descriptors/variables/ap1hrpt.ta new file mode 100644 index 000000000..98ae32694 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ta.json b/data_descriptors/variables/ap1hrpt.ta.json new file mode 100644 index 000000000..98ae32694 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ta27 b/data_descriptors/variables/ap1hrpt.ta27 new file mode 100644 index 000000000..4905ce129 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ta27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ta27.json b/data_descriptors/variables/ap1hrpt.ta27.json new file mode 100644 index 000000000..4905ce129 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ta27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.tntr27 b/data_descriptors/variables/ap1hrpt.tntr27 new file mode 100644 index 000000000..e3fbbeb29 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.tntr27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.tntr27.json b/data_descriptors/variables/ap1hrpt.tntr27.json new file mode 100644 index 000000000..e3fbbeb29 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.tntr27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ua b/data_descriptors/variables/ap1hrpt.ua new file mode 100644 index 000000000..327a09127 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ua.json b/data_descriptors/variables/ap1hrpt.ua.json new file mode 100644 index 000000000..327a09127 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ua27 b/data_descriptors/variables/ap1hrpt.ua27 new file mode 100644 index 000000000..df7553182 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ua27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.ua27.json b/data_descriptors/variables/ap1hrpt.ua27.json new file mode 100644 index 000000000..df7553182 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.ua27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.utendnogw27 b/data_descriptors/variables/ap1hrpt.utendnogw27 new file mode 100644 index 000000000..b7698aadd --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.utendnogw27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.utendnogw27.json b/data_descriptors/variables/ap1hrpt.utendnogw27.json new file mode 100644 index 000000000..b7698aadd --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.utendnogw27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.va b/data_descriptors/variables/ap1hrpt.va new file mode 100644 index 000000000..117413c8c --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.va.json b/data_descriptors/variables/ap1hrpt.va.json new file mode 100644 index 000000000..117413c8c --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.va27 b/data_descriptors/variables/ap1hrpt.va27 new file mode 100644 index 000000000..a0fbbe574 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.va27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.va27.json b/data_descriptors/variables/ap1hrpt.va27.json new file mode 100644 index 000000000..a0fbbe574 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.va27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.vtendnogw27 b/data_descriptors/variables/ap1hrpt.vtendnogw27 new file mode 100644 index 000000000..9f8649c5f --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.vtendnogw27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.vtendnogw27.json b/data_descriptors/variables/ap1hrpt.vtendnogw27.json new file mode 100644 index 000000000..9f8649c5f --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.vtendnogw27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.wap b/data_descriptors/variables/ap1hrpt.wap new file mode 100644 index 000000000..961520f80 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.wap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.wap.json b/data_descriptors/variables/ap1hrpt.wap.json new file mode 100644 index 000000000..961520f80 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.wap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.wap27 b/data_descriptors/variables/ap1hrpt.wap27 new file mode 100644 index 000000000..8f26ec6f7 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.wap27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.wap27.json b/data_descriptors/variables/ap1hrpt.wap27.json new file mode 100644 index 000000000..8f26ec6f7 --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.wap27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.zg27 b/data_descriptors/variables/ap1hrpt.zg27 new file mode 100644 index 000000000..d8e2a5abb --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.zg27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap1hrpt.zg27.json b/data_descriptors/variables/ap1hrpt.zg27.json new file mode 100644 index 000000000..d8e2a5abb --- /dev/null +++ b/data_descriptors/variables/ap1hrpt.zg27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clivi b/data_descriptors/variables/ap3hr.clivi new file mode 100644 index 000000000..b5cb70851 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clivi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clivi.json b/data_descriptors/variables/ap3hr.clivi.json new file mode 100644 index 000000000..b5cb70851 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clivi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clt b/data_descriptors/variables/ap3hr.clt new file mode 100644 index 000000000..fe5b8ff86 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clt.json b/data_descriptors/variables/ap3hr.clt.json new file mode 100644 index 000000000..fe5b8ff86 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clwvi b/data_descriptors/variables/ap3hr.clwvi new file mode 100644 index 000000000..21bcf95a4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clwvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.clwvi.json b/data_descriptors/variables/ap3hr.clwvi.json new file mode 100644 index 000000000..21bcf95a4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.clwvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.hfls b/data_descriptors/variables/ap3hr.hfls new file mode 100644 index 000000000..28cab32db --- /dev/null +++ b/data_descriptors/variables/ap3hr.hfls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.hfls.json b/data_descriptors/variables/ap3hr.hfls.json new file mode 100644 index 000000000..28cab32db --- /dev/null +++ b/data_descriptors/variables/ap3hr.hfls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.hfss b/data_descriptors/variables/ap3hr.hfss new file mode 100644 index 000000000..e18912c94 --- /dev/null +++ b/data_descriptors/variables/ap3hr.hfss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.hfss.json b/data_descriptors/variables/ap3hr.hfss.json new file mode 100644 index 000000000..e18912c94 --- /dev/null +++ b/data_descriptors/variables/ap3hr.hfss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.pr b/data_descriptors/variables/ap3hr.pr new file mode 100644 index 000000000..bdf682219 --- /dev/null +++ b/data_descriptors/variables/ap3hr.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.pr.json b/data_descriptors/variables/ap3hr.pr.json new file mode 100644 index 000000000..bdf682219 --- /dev/null +++ b/data_descriptors/variables/ap3hr.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prc b/data_descriptors/variables/ap3hr.prc new file mode 100644 index 000000000..78b34c74b --- /dev/null +++ b/data_descriptors/variables/ap3hr.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prc.json b/data_descriptors/variables/ap3hr.prc.json new file mode 100644 index 000000000..78b34c74b --- /dev/null +++ b/data_descriptors/variables/ap3hr.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prcsh b/data_descriptors/variables/ap3hr.prcsh new file mode 100644 index 000000000..74303de9a --- /dev/null +++ b/data_descriptors/variables/ap3hr.prcsh @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prcsh.json b/data_descriptors/variables/ap3hr.prcsh.json new file mode 100644 index 000000000..74303de9a --- /dev/null +++ b/data_descriptors/variables/ap3hr.prcsh.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prra b/data_descriptors/variables/ap3hr.prra new file mode 100644 index 000000000..74582f8e4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prra @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prra.json b/data_descriptors/variables/ap3hr.prra.json new file mode 100644 index 000000000..74582f8e4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prra.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prrc b/data_descriptors/variables/ap3hr.prrc new file mode 100644 index 000000000..0391fb489 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prrc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prrc.json b/data_descriptors/variables/ap3hr.prrc.json new file mode 100644 index 000000000..0391fb489 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prrc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prsn b/data_descriptors/variables/ap3hr.prsn new file mode 100644 index 000000000..e88915352 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prsn.json b/data_descriptors/variables/ap3hr.prsn.json new file mode 100644 index 000000000..e88915352 --- /dev/null +++ b/data_descriptors/variables/ap3hr.prsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prsnc b/data_descriptors/variables/ap3hr.prsnc new file mode 100644 index 000000000..1f51c6fdc --- /dev/null +++ b/data_descriptors/variables/ap3hr.prsnc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prsnc.json b/data_descriptors/variables/ap3hr.prsnc.json new file mode 100644 index 000000000..1f51c6fdc --- /dev/null +++ b/data_descriptors/variables/ap3hr.prsnc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prw b/data_descriptors/variables/ap3hr.prw new file mode 100644 index 000000000..68f9ebe9b --- /dev/null +++ b/data_descriptors/variables/ap3hr.prw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.prw.json b/data_descriptors/variables/ap3hr.prw.json new file mode 100644 index 000000000..68f9ebe9b --- /dev/null +++ b/data_descriptors/variables/ap3hr.prw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.psl b/data_descriptors/variables/ap3hr.psl new file mode 100644 index 000000000..44395c4e5 --- /dev/null +++ b/data_descriptors/variables/ap3hr.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.psl.json b/data_descriptors/variables/ap3hr.psl.json new file mode 100644 index 000000000..44395c4e5 --- /dev/null +++ b/data_descriptors/variables/ap3hr.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlds b/data_descriptors/variables/ap3hr.rlds new file mode 100644 index 000000000..a31963764 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlds.json b/data_descriptors/variables/ap3hr.rlds.json new file mode 100644 index 000000000..a31963764 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rldscs b/data_descriptors/variables/ap3hr.rldscs new file mode 100644 index 000000000..536ad5a80 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rldscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rldscs.json b/data_descriptors/variables/ap3hr.rldscs.json new file mode 100644 index 000000000..536ad5a80 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rldscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlus b/data_descriptors/variables/ap3hr.rlus new file mode 100644 index 000000000..7f4458b3f --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlus.json b/data_descriptors/variables/ap3hr.rlus.json new file mode 100644 index 000000000..7f4458b3f --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlut b/data_descriptors/variables/ap3hr.rlut new file mode 100644 index 000000000..b14075879 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlut.json b/data_descriptors/variables/ap3hr.rlut.json new file mode 100644 index 000000000..b14075879 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlutcs b/data_descriptors/variables/ap3hr.rlutcs new file mode 100644 index 000000000..40eb18644 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rlutcs.json b/data_descriptors/variables/ap3hr.rlutcs.json new file mode 100644 index 000000000..40eb18644 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rlutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsds b/data_descriptors/variables/ap3hr.rsds new file mode 100644 index 000000000..3e17da071 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsds.json b/data_descriptors/variables/ap3hr.rsds.json new file mode 100644 index 000000000..3e17da071 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdscs b/data_descriptors/variables/ap3hr.rsdscs new file mode 100644 index 000000000..810fda75b --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdscs.json b/data_descriptors/variables/ap3hr.rsdscs.json new file mode 100644 index 000000000..810fda75b --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdsdiff b/data_descriptors/variables/ap3hr.rsdsdiff new file mode 100644 index 000000000..b1abf3bb4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdsdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdsdiff.json b/data_descriptors/variables/ap3hr.rsdsdiff.json new file mode 100644 index 000000000..b1abf3bb4 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdsdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdt b/data_descriptors/variables/ap3hr.rsdt new file mode 100644 index 000000000..2358e2377 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsdt.json b/data_descriptors/variables/ap3hr.rsdt.json new file mode 100644 index 000000000..2358e2377 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsus b/data_descriptors/variables/ap3hr.rsus new file mode 100644 index 000000000..074c0454d --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsus.json b/data_descriptors/variables/ap3hr.rsus.json new file mode 100644 index 000000000..074c0454d --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsuscs b/data_descriptors/variables/ap3hr.rsuscs new file mode 100644 index 000000000..d5d891688 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsuscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsuscs.json b/data_descriptors/variables/ap3hr.rsuscs.json new file mode 100644 index 000000000..d5d891688 --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsuscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsut b/data_descriptors/variables/ap3hr.rsut new file mode 100644 index 000000000..077305d2f --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsut.json b/data_descriptors/variables/ap3hr.rsut.json new file mode 100644 index 000000000..077305d2f --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsutcs b/data_descriptors/variables/ap3hr.rsutcs new file mode 100644 index 000000000..146fbf8cf --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.rsutcs.json b/data_descriptors/variables/ap3hr.rsutcs.json new file mode 100644 index 000000000..146fbf8cf --- /dev/null +++ b/data_descriptors/variables/ap3hr.rsutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.sfcwind b/data_descriptors/variables/ap3hr.sfcwind new file mode 100644 index 000000000..2505670c3 --- /dev/null +++ b/data_descriptors/variables/ap3hr.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.sfcwind.json b/data_descriptors/variables/ap3hr.sfcwind.json new file mode 100644 index 000000000..2505670c3 --- /dev/null +++ b/data_descriptors/variables/ap3hr.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.uas b/data_descriptors/variables/ap3hr.uas new file mode 100644 index 000000000..4bbe90f97 --- /dev/null +++ b/data_descriptors/variables/ap3hr.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.uas.json b/data_descriptors/variables/ap3hr.uas.json new file mode 100644 index 000000000..4bbe90f97 --- /dev/null +++ b/data_descriptors/variables/ap3hr.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.vas b/data_descriptors/variables/ap3hr.vas new file mode 100644 index 000000000..027330249 --- /dev/null +++ b/data_descriptors/variables/ap3hr.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hr.vas.json b/data_descriptors/variables/ap3hr.vas.json new file mode 100644 index 000000000..027330249 --- /dev/null +++ b/data_descriptors/variables/ap3hr.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.albdiffbnd b/data_descriptors/variables/ap3hrpt.albdiffbnd new file mode 100644 index 000000000..69156865e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.albdiffbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.albdiffbnd.json b/data_descriptors/variables/ap3hrpt.albdiffbnd.json new file mode 100644 index 000000000..69156865e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.albdiffbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.albdirbnd b/data_descriptors/variables/ap3hrpt.albdirbnd new file mode 100644 index 000000000..b41da7745 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.albdirbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.albdirbnd.json b/data_descriptors/variables/ap3hrpt.albdirbnd.json new file mode 100644 index 000000000..b41da7745 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.albdirbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cfaddbze94 b/data_descriptors/variables/ap3hrpt.cfaddbze94 new file mode 100644 index 000000000..9938a26a1 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cfaddbze94 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cfaddbze94.json b/data_descriptors/variables/ap3hrpt.cfaddbze94.json new file mode 100644 index 000000000..9938a26a1 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cfaddbze94.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cfadlidarsr532 b/data_descriptors/variables/ap3hrpt.cfadlidarsr532 new file mode 100644 index 000000000..273fb565a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cfadlidarsr532 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cfadlidarsr532.json b/data_descriptors/variables/ap3hrpt.cfadlidarsr532.json new file mode 100644 index 000000000..273fb565a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cfadlidarsr532.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ci b/data_descriptors/variables/ap3hrpt.ci new file mode 100644 index 000000000..fb95c6d0a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ci.json b/data_descriptors/variables/ap3hrpt.ci.json new file mode 100644 index 000000000..fb95c6d0a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clcalipso b/data_descriptors/variables/ap3hrpt.clcalipso new file mode 100644 index 000000000..7c6c68800 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clcalipso.json b/data_descriptors/variables/ap3hrpt.clcalipso.json new file mode 100644 index 000000000..7c6c68800 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clcalipso2 b/data_descriptors/variables/ap3hrpt.clcalipso2 new file mode 100644 index 000000000..2f7af57c0 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clcalipso2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clcalipso2.json b/data_descriptors/variables/ap3hrpt.clcalipso2.json new file mode 100644 index 000000000..2f7af57c0 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clcalipso2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clhcalipso b/data_descriptors/variables/ap3hrpt.clhcalipso new file mode 100644 index 000000000..961f7b1ed --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clhcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clhcalipso.json b/data_descriptors/variables/ap3hrpt.clhcalipso.json new file mode 100644 index 000000000..961f7b1ed --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clhcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clisccp b/data_descriptors/variables/ap3hrpt.clisccp new file mode 100644 index 000000000..8f2115cb0 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clisccp @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clisccp.json b/data_descriptors/variables/ap3hrpt.clisccp.json new file mode 100644 index 000000000..8f2115cb0 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clisccp.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clivi b/data_descriptors/variables/ap3hrpt.clivi new file mode 100644 index 000000000..a369824c3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clivi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clivi.json b/data_descriptors/variables/ap3hrpt.clivi.json new file mode 100644 index 000000000..a369824c3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clivi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cllcalipso b/data_descriptors/variables/ap3hrpt.cllcalipso new file mode 100644 index 000000000..602c8d150 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cllcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cllcalipso.json b/data_descriptors/variables/ap3hrpt.cllcalipso.json new file mode 100644 index 000000000..602c8d150 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cllcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clmcalipso b/data_descriptors/variables/ap3hrpt.clmcalipso new file mode 100644 index 000000000..f6cbb1634 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clmcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clmcalipso.json b/data_descriptors/variables/ap3hrpt.clmcalipso.json new file mode 100644 index 000000000..f6cbb1634 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clmcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clmisr b/data_descriptors/variables/ap3hrpt.clmisr new file mode 100644 index 000000000..00a19e19d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clmisr @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clmisr.json b/data_descriptors/variables/ap3hrpt.clmisr.json new file mode 100644 index 000000000..00a19e19d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clmisr.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clt b/data_descriptors/variables/ap3hrpt.clt new file mode 100644 index 000000000..c15b646f3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clt.json b/data_descriptors/variables/ap3hrpt.clt.json new file mode 100644 index 000000000..c15b646f3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cltc b/data_descriptors/variables/ap3hrpt.cltc new file mode 100644 index 000000000..6521b97d7 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cltc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cltc.json b/data_descriptors/variables/ap3hrpt.cltc.json new file mode 100644 index 000000000..6521b97d7 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cltc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cltcalipso b/data_descriptors/variables/ap3hrpt.cltcalipso new file mode 100644 index 000000000..bb400b3c7 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cltcalipso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.cltcalipso.json b/data_descriptors/variables/ap3hrpt.cltcalipso.json new file mode 100644 index 000000000..bb400b3c7 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.cltcalipso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clwvi b/data_descriptors/variables/ap3hrpt.clwvi new file mode 100644 index 000000000..2fba9d1fd --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clwvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.clwvi.json b/data_descriptors/variables/ap3hrpt.clwvi.json new file mode 100644 index 000000000..2fba9d1fd --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.clwvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.evspsbl b/data_descriptors/variables/ap3hrpt.evspsbl new file mode 100644 index 000000000..7f1645421 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.evspsbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.evspsbl.json b/data_descriptors/variables/ap3hrpt.evspsbl.json new file mode 100644 index 000000000..7f1645421 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.evspsbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hfls b/data_descriptors/variables/ap3hrpt.hfls new file mode 100644 index 000000000..23e96bc48 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hfls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hfls.json b/data_descriptors/variables/ap3hrpt.hfls.json new file mode 100644 index 000000000..23e96bc48 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hfls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hfss b/data_descriptors/variables/ap3hrpt.hfss new file mode 100644 index 000000000..1efa87b82 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hfss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hfss.json b/data_descriptors/variables/ap3hrpt.hfss.json new file mode 100644 index 000000000..1efa87b82 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hfss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hurs b/data_descriptors/variables/ap3hrpt.hurs new file mode 100644 index 000000000..4b880200a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hurs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hurs.json b/data_descriptors/variables/ap3hrpt.hurs.json new file mode 100644 index 000000000..4b880200a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hurs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hus7h b/data_descriptors/variables/ap3hrpt.hus7h new file mode 100644 index 000000000..153a6b024 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hus7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.hus7h.json b/data_descriptors/variables/ap3hrpt.hus7h.json new file mode 100644 index 000000000..153a6b024 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.hus7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.huss b/data_descriptors/variables/ap3hrpt.huss new file mode 100644 index 000000000..c98d0a9f9 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.huss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.huss.json b/data_descriptors/variables/ap3hrpt.huss.json new file mode 100644 index 000000000..c98d0a9f9 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.huss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.jpdftaureicemodis b/data_descriptors/variables/ap3hrpt.jpdftaureicemodis new file mode 100644 index 000000000..1b91082eb --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.jpdftaureicemodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.jpdftaureicemodis.json b/data_descriptors/variables/ap3hrpt.jpdftaureicemodis.json new file mode 100644 index 000000000..1b91082eb --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.jpdftaureicemodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis b/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis new file mode 100644 index 000000000..69c06f069 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis.json b/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis.json new file mode 100644 index 000000000..69c06f069 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.jpdftaureliqmodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.parasolrefl b/data_descriptors/variables/ap3hrpt.parasolrefl new file mode 100644 index 000000000..144cb214e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.parasolrefl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.parasolrefl.json b/data_descriptors/variables/ap3hrpt.parasolrefl.json new file mode 100644 index 000000000..144cb214e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.parasolrefl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.pr b/data_descriptors/variables/ap3hrpt.pr new file mode 100644 index 000000000..a1443d82f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.pr.json b/data_descriptors/variables/ap3hrpt.pr.json new file mode 100644 index 000000000..a1443d82f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prc b/data_descriptors/variables/ap3hrpt.prc new file mode 100644 index 000000000..5b6a37739 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prc.json b/data_descriptors/variables/ap3hrpt.prc.json new file mode 100644 index 000000000..5b6a37739 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prsn b/data_descriptors/variables/ap3hrpt.prsn new file mode 100644 index 000000000..88f0d51dd --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prsn.json b/data_descriptors/variables/ap3hrpt.prsn.json new file mode 100644 index 000000000..88f0d51dd --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prw b/data_descriptors/variables/ap3hrpt.prw new file mode 100644 index 000000000..5840f2956 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.prw.json b/data_descriptors/variables/ap3hrpt.prw.json new file mode 100644 index 000000000..5840f2956 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.prw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ps b/data_descriptors/variables/ap3hrpt.ps new file mode 100644 index 000000000..a5a7915b3 Binary files /dev/null and b/data_descriptors/variables/ap3hrpt.ps differ diff --git a/data_descriptors/variables/ap3hrpt.ps.json b/data_descriptors/variables/ap3hrpt.ps.json new file mode 100644 index 000000000..a5a7915b3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.psl b/data_descriptors/variables/ap3hrpt.psl new file mode 100644 index 000000000..0b63713ed --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.psl.json b/data_descriptors/variables/ap3hrpt.psl.json new file mode 100644 index 000000000..0b63713ed --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlds b/data_descriptors/variables/ap3hrpt.rlds new file mode 100644 index 000000000..ee07a281e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlds.json b/data_descriptors/variables/ap3hrpt.rlds.json new file mode 100644 index 000000000..ee07a281e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rldscs b/data_descriptors/variables/ap3hrpt.rldscs new file mode 100644 index 000000000..24da10b17 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rldscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rldscs.json b/data_descriptors/variables/ap3hrpt.rldscs.json new file mode 100644 index 000000000..24da10b17 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rldscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlus b/data_descriptors/variables/ap3hrpt.rlus new file mode 100644 index 000000000..50600963a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlus.json b/data_descriptors/variables/ap3hrpt.rlus.json new file mode 100644 index 000000000..50600963a --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlut b/data_descriptors/variables/ap3hrpt.rlut new file mode 100644 index 000000000..03d517481 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlut.json b/data_descriptors/variables/ap3hrpt.rlut.json new file mode 100644 index 000000000..03d517481 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlutcs b/data_descriptors/variables/ap3hrpt.rlutcs new file mode 100644 index 000000000..46f55cd0d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rlutcs.json b/data_descriptors/variables/ap3hrpt.rlutcs.json new file mode 100644 index 000000000..46f55cd0d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rlutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsds b/data_descriptors/variables/ap3hrpt.rsds new file mode 100644 index 000000000..49be36429 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsds.json b/data_descriptors/variables/ap3hrpt.rsds.json new file mode 100644 index 000000000..49be36429 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdscs b/data_descriptors/variables/ap3hrpt.rsdscs new file mode 100644 index 000000000..c3e1e0e97 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdscs.json b/data_descriptors/variables/ap3hrpt.rsdscs.json new file mode 100644 index 000000000..c3e1e0e97 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdscsbnd b/data_descriptors/variables/ap3hrpt.rsdscsbnd new file mode 100644 index 000000000..0f1a89b44 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdscsbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdscsbnd.json b/data_descriptors/variables/ap3hrpt.rsdscsbnd.json new file mode 100644 index 000000000..0f1a89b44 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdscsbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdt b/data_descriptors/variables/ap3hrpt.rsdt new file mode 100644 index 000000000..4b15876e6 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsdt.json b/data_descriptors/variables/ap3hrpt.rsdt.json new file mode 100644 index 000000000..4b15876e6 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsus b/data_descriptors/variables/ap3hrpt.rsus new file mode 100644 index 000000000..a4b5063ca --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsus.json b/data_descriptors/variables/ap3hrpt.rsus.json new file mode 100644 index 000000000..a4b5063ca --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsuscs b/data_descriptors/variables/ap3hrpt.rsuscs new file mode 100644 index 000000000..61a896953 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsuscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsuscs.json b/data_descriptors/variables/ap3hrpt.rsuscs.json new file mode 100644 index 000000000..61a896953 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsuscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsuscsbnd b/data_descriptors/variables/ap3hrpt.rsuscsbnd new file mode 100644 index 000000000..a5c58be80 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsuscsbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsuscsbnd.json b/data_descriptors/variables/ap3hrpt.rsuscsbnd.json new file mode 100644 index 000000000..a5c58be80 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsuscsbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsut b/data_descriptors/variables/ap3hrpt.rsut new file mode 100644 index 000000000..892fa713f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsut.json b/data_descriptors/variables/ap3hrpt.rsut.json new file mode 100644 index 000000000..892fa713f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcs b/data_descriptors/variables/ap3hrpt.rsutcs new file mode 100644 index 000000000..9ba6cb87f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcs.json b/data_descriptors/variables/ap3hrpt.rsutcs.json new file mode 100644 index 000000000..9ba6cb87f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcsafbnd b/data_descriptors/variables/ap3hrpt.rsutcsafbnd new file mode 100644 index 000000000..e6d98c80d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcsafbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcsafbnd.json b/data_descriptors/variables/ap3hrpt.rsutcsafbnd.json new file mode 100644 index 000000000..e6d98c80d --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcsafbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcsbnd b/data_descriptors/variables/ap3hrpt.rsutcsbnd new file mode 100644 index 000000000..020ccee70 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcsbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rsutcsbnd.json b/data_descriptors/variables/ap3hrpt.rsutcsbnd.json new file mode 100644 index 000000000..020ccee70 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rsutcsbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rtmt b/data_descriptors/variables/ap3hrpt.rtmt new file mode 100644 index 000000000..7efcd43b1 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rtmt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.rtmt.json b/data_descriptors/variables/ap3hrpt.rtmt.json new file mode 100644 index 000000000..7efcd43b1 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.rtmt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sci b/data_descriptors/variables/ap3hrpt.sci new file mode 100644 index 000000000..0ac3d3141 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sci.json b/data_descriptors/variables/ap3hrpt.sci.json new file mode 100644 index 000000000..0ac3d3141 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sfcwind b/data_descriptors/variables/ap3hrpt.sfcwind new file mode 100644 index 000000000..7f49dd5ee --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sfcwind.json b/data_descriptors/variables/ap3hrpt.sfcwind.json new file mode 100644 index 000000000..7f49dd5ee --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.solbnd b/data_descriptors/variables/ap3hrpt.solbnd new file mode 100644 index 000000000..089da85df --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.solbnd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.solbnd.json b/data_descriptors/variables/ap3hrpt.solbnd.json new file mode 100644 index 000000000..089da85df --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.solbnd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sza b/data_descriptors/variables/ap3hrpt.sza new file mode 100644 index 000000000..9d188a3ab --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sza @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.sza.json b/data_descriptors/variables/ap3hrpt.sza.json new file mode 100644 index 000000000..9d188a3ab --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.sza.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ta7h b/data_descriptors/variables/ap3hrpt.ta7h new file mode 100644 index 000000000..c3e9fd04f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ta7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ta7h.json b/data_descriptors/variables/ap3hrpt.ta7h.json new file mode 100644 index 000000000..c3e9fd04f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ta7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tas b/data_descriptors/variables/ap3hrpt.tas new file mode 100644 index 000000000..2d834f017 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tas.json b/data_descriptors/variables/ap3hrpt.tas.json new file mode 100644 index 000000000..2d834f017 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tauu b/data_descriptors/variables/ap3hrpt.tauu new file mode 100644 index 000000000..1002f0e7e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tauu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tauu.json b/data_descriptors/variables/ap3hrpt.tauu.json new file mode 100644 index 000000000..1002f0e7e --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tauu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tauv b/data_descriptors/variables/ap3hrpt.tauv new file mode 100644 index 000000000..9ee0e7106 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tauv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.tauv.json b/data_descriptors/variables/ap3hrpt.tauv.json new file mode 100644 index 000000000..9ee0e7106 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.tauv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ts b/data_descriptors/variables/ap3hrpt.ts new file mode 100644 index 000000000..1aa9b7775 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ts @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ts.json b/data_descriptors/variables/ap3hrpt.ts.json new file mode 100644 index 000000000..1aa9b7775 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ts.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ua7h b/data_descriptors/variables/ap3hrpt.ua7h new file mode 100644 index 000000000..9e4af7b22 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ua7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.ua7h.json b/data_descriptors/variables/ap3hrpt.ua7h.json new file mode 100644 index 000000000..9e4af7b22 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.ua7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.uas b/data_descriptors/variables/ap3hrpt.uas new file mode 100644 index 000000000..37d5f7603 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.uas.json b/data_descriptors/variables/ap3hrpt.uas.json new file mode 100644 index 000000000..37d5f7603 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.va7h b/data_descriptors/variables/ap3hrpt.va7h new file mode 100644 index 000000000..6effc7c8f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.va7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.va7h.json b/data_descriptors/variables/ap3hrpt.va7h.json new file mode 100644 index 000000000..6effc7c8f --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.va7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.vas b/data_descriptors/variables/ap3hrpt.vas new file mode 100644 index 000000000..2f41f25a3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.vas.json b/data_descriptors/variables/ap3hrpt.vas.json new file mode 100644 index 000000000..2f41f25a3 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.wap7h b/data_descriptors/variables/ap3hrpt.wap7h new file mode 100644 index 000000000..296c9fe31 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.wap7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrpt.wap7h.json b/data_descriptors/variables/ap3hrpt.wap7h.json new file mode 100644 index 000000000..296c9fe31 --- /dev/null +++ b/data_descriptors/variables/ap3hrpt.wap7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aerasymbnd b/data_descriptors/variables/ap3hrptlev.aerasymbnd new file mode 100644 index 000000000..62d8afd29 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aerasymbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aerasymbnd.json b/data_descriptors/variables/ap3hrptlev.aerasymbnd.json new file mode 100644 index 000000000..62d8afd29 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aerasymbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aeroptbnd b/data_descriptors/variables/ap3hrptlev.aeroptbnd new file mode 100644 index 000000000..6e62d8bb4 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aeroptbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aeroptbnd.json b/data_descriptors/variables/ap3hrptlev.aeroptbnd.json new file mode 100644 index 000000000..6e62d8bb4 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aeroptbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aerssabnd b/data_descriptors/variables/ap3hrptlev.aerssabnd new file mode 100644 index 000000000..999de7039 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aerssabnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.aerssabnd.json b/data_descriptors/variables/ap3hrptlev.aerssabnd.json new file mode 100644 index 000000000..999de7039 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.aerssabnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.ch4 b/data_descriptors/variables/ap3hrptlev.ch4 new file mode 100644 index 000000000..90c5d5644 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.ch4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.ch4.json b/data_descriptors/variables/ap3hrptlev.ch4.json new file mode 100644 index 000000000..90c5d5644 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.ch4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clc b/data_descriptors/variables/ap3hrptlev.clc new file mode 100644 index 000000000..109cb6ba6 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clc.json b/data_descriptors/variables/ap3hrptlev.clc.json new file mode 100644 index 000000000..109cb6ba6 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clic b/data_descriptors/variables/ap3hrptlev.clic new file mode 100644 index 000000000..902374e83 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clic.json b/data_descriptors/variables/ap3hrptlev.clic.json new file mode 100644 index 000000000..902374e83 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clis b/data_descriptors/variables/ap3hrptlev.clis new file mode 100644 index 000000000..845e962ce --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clis @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clis.json b/data_descriptors/variables/ap3hrptlev.clis.json new file mode 100644 index 000000000..845e962ce --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clis.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.cls b/data_descriptors/variables/ap3hrptlev.cls new file mode 100644 index 000000000..e64a827bb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.cls @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.cls.json b/data_descriptors/variables/ap3hrptlev.cls.json new file mode 100644 index 000000000..e64a827bb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.cls.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clwc b/data_descriptors/variables/ap3hrptlev.clwc new file mode 100644 index 000000000..eeb2990c2 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clwc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clwc.json b/data_descriptors/variables/ap3hrptlev.clwc.json new file mode 100644 index 000000000..eeb2990c2 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clwc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clws b/data_descriptors/variables/ap3hrptlev.clws new file mode 100644 index 000000000..13722cde9 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clws @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.clws.json b/data_descriptors/variables/ap3hrptlev.clws.json new file mode 100644 index 000000000..13722cde9 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.clws.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.co2 b/data_descriptors/variables/ap3hrptlev.co2 new file mode 100644 index 000000000..de75773b0 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.co2.json b/data_descriptors/variables/ap3hrptlev.co2.json new file mode 100644 index 000000000..de75773b0 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.demc b/data_descriptors/variables/ap3hrptlev.demc new file mode 100644 index 000000000..907574581 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.demc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.demc.json b/data_descriptors/variables/ap3hrptlev.demc.json new file mode 100644 index 000000000..907574581 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.demc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dems b/data_descriptors/variables/ap3hrptlev.dems new file mode 100644 index 000000000..d0e6d3c0a --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dems @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dems.json b/data_descriptors/variables/ap3hrptlev.dems.json new file mode 100644 index 000000000..d0e6d3c0a --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dems.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dtauc b/data_descriptors/variables/ap3hrptlev.dtauc new file mode 100644 index 000000000..732e88478 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dtauc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dtauc.json b/data_descriptors/variables/ap3hrptlev.dtauc.json new file mode 100644 index 000000000..732e88478 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dtauc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dtaus b/data_descriptors/variables/ap3hrptlev.dtaus new file mode 100644 index 000000000..3c21c801f --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dtaus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.dtaus.json b/data_descriptors/variables/ap3hrptlev.dtaus.json new file mode 100644 index 000000000..3c21c801f --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.dtaus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.grpllsprof b/data_descriptors/variables/ap3hrptlev.grpllsprof new file mode 100644 index 000000000..94e406dfb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.grpllsprof @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.grpllsprof.json b/data_descriptors/variables/ap3hrptlev.grpllsprof.json new file mode 100644 index 000000000..94e406dfb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.grpllsprof.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.h2o b/data_descriptors/variables/ap3hrptlev.h2o new file mode 100644 index 000000000..516775d3d --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.h2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.h2o.json b/data_descriptors/variables/ap3hrptlev.h2o.json new file mode 100644 index 000000000..516775d3d --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.h2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.hus b/data_descriptors/variables/ap3hrptlev.hus new file mode 100644 index 000000000..31e3f4738 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.hus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.hus.json b/data_descriptors/variables/ap3hrptlev.hus.json new file mode 100644 index 000000000..31e3f4738 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.hus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.n2o b/data_descriptors/variables/ap3hrptlev.n2o new file mode 100644 index 000000000..fe675b539 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.n2o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.n2o.json b/data_descriptors/variables/ap3hrptlev.n2o.json new file mode 100644 index 000000000..fe675b539 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.n2o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.o3 b/data_descriptors/variables/ap3hrptlev.o3 new file mode 100644 index 000000000..152fe4cf8 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.o3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.o3.json b/data_descriptors/variables/ap3hrptlev.o3.json new file mode 100644 index 000000000..152fe4cf8 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.o3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.pfull b/data_descriptors/variables/ap3hrptlev.pfull new file mode 100644 index 000000000..916e81861 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.pfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.pfull.json b/data_descriptors/variables/ap3hrptlev.pfull.json new file mode 100644 index 000000000..916e81861 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.pfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.phalf b/data_descriptors/variables/ap3hrptlev.phalf new file mode 100644 index 000000000..89a82d8fe --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.phalf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.phalf.json b/data_descriptors/variables/ap3hrptlev.phalf.json new file mode 100644 index 000000000..89a82d8fe --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.phalf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prcprof b/data_descriptors/variables/ap3hrptlev.prcprof new file mode 100644 index 000000000..44d4a2951 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prcprof @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prcprof.json b/data_descriptors/variables/ap3hrptlev.prcprof.json new file mode 100644 index 000000000..44d4a2951 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prcprof.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prlsns b/data_descriptors/variables/ap3hrptlev.prlsns new file mode 100644 index 000000000..bea168328 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prlsns @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prlsns.json b/data_descriptors/variables/ap3hrptlev.prlsns.json new file mode 100644 index 000000000..bea168328 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prlsns.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prlsprof b/data_descriptors/variables/ap3hrptlev.prlsprof new file mode 100644 index 000000000..cca129a0c --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prlsprof @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prlsprof.json b/data_descriptors/variables/ap3hrptlev.prlsprof.json new file mode 100644 index 000000000..cca129a0c --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prlsprof.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prsnc b/data_descriptors/variables/ap3hrptlev.prsnc new file mode 100644 index 000000000..fc9c8bedb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prsnc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.prsnc.json b/data_descriptors/variables/ap3hrptlev.prsnc.json new file mode 100644 index 000000000..fc9c8bedb --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.prsnc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclic b/data_descriptors/variables/ap3hrptlev.reffclic new file mode 100644 index 000000000..6873b4378 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclic.json b/data_descriptors/variables/ap3hrptlev.reffclic.json new file mode 100644 index 000000000..6873b4378 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclis b/data_descriptors/variables/ap3hrptlev.reffclis new file mode 100644 index 000000000..cbd929b02 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclis @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclis.json b/data_descriptors/variables/ap3hrptlev.reffclis.json new file mode 100644 index 000000000..cbd929b02 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclis.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclwc b/data_descriptors/variables/ap3hrptlev.reffclwc new file mode 100644 index 000000000..aa08481dc --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclwc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclwc.json b/data_descriptors/variables/ap3hrptlev.reffclwc.json new file mode 100644 index 000000000..aa08481dc --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclwc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclws b/data_descriptors/variables/ap3hrptlev.reffclws new file mode 100644 index 000000000..6cd78359d --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclws @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffclws.json b/data_descriptors/variables/ap3hrptlev.reffclws.json new file mode 100644 index 000000000..6cd78359d --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffclws.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffgrpls b/data_descriptors/variables/ap3hrptlev.reffgrpls new file mode 100644 index 000000000..d7c49ec2f --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffgrpls @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffgrpls.json b/data_descriptors/variables/ap3hrptlev.reffgrpls.json new file mode 100644 index 000000000..d7c49ec2f --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffgrpls.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffrainc b/data_descriptors/variables/ap3hrptlev.reffrainc new file mode 100644 index 000000000..1a7ba3499 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffrainc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffrainc.json b/data_descriptors/variables/ap3hrptlev.reffrainc.json new file mode 100644 index 000000000..1a7ba3499 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffrainc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffrains b/data_descriptors/variables/ap3hrptlev.reffrains new file mode 100644 index 000000000..dedb68253 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffrains @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffrains.json b/data_descriptors/variables/ap3hrptlev.reffrains.json new file mode 100644 index 000000000..dedb68253 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffrains.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffsnowc b/data_descriptors/variables/ap3hrptlev.reffsnowc new file mode 100644 index 000000000..df1d5006e --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffsnowc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffsnowc.json b/data_descriptors/variables/ap3hrptlev.reffsnowc.json new file mode 100644 index 000000000..df1d5006e --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffsnowc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffsnows b/data_descriptors/variables/ap3hrptlev.reffsnows new file mode 100644 index 000000000..957b26dfa --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffsnows @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.reffsnows.json b/data_descriptors/variables/ap3hrptlev.reffsnows.json new file mode 100644 index 000000000..957b26dfa --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.reffsnows.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsdcs b/data_descriptors/variables/ap3hrptlev.rsdcs new file mode 100644 index 000000000..2c67e5a76 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsdcs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsdcs.json b/data_descriptors/variables/ap3hrptlev.rsdcs.json new file mode 100644 index 000000000..2c67e5a76 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsdcs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsdcsbnd b/data_descriptors/variables/ap3hrptlev.rsdcsbnd new file mode 100644 index 000000000..78ce00e30 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsdcsbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsdcsbnd.json b/data_descriptors/variables/ap3hrptlev.rsdcsbnd.json new file mode 100644 index 000000000..78ce00e30 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsdcsbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsucs b/data_descriptors/variables/ap3hrptlev.rsucs new file mode 100644 index 000000000..824cc1622 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsucs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsucs.json b/data_descriptors/variables/ap3hrptlev.rsucs.json new file mode 100644 index 000000000..824cc1622 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsucs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsucsbnd b/data_descriptors/variables/ap3hrptlev.rsucsbnd new file mode 100644 index 000000000..8612444f5 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsucsbnd @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.rsucsbnd.json b/data_descriptors/variables/ap3hrptlev.rsucsbnd.json new file mode 100644 index 000000000..8612444f5 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.rsucsbnd.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.ta b/data_descriptors/variables/ap3hrptlev.ta new file mode 100644 index 000000000..39e5bc9d3 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.ta.json b/data_descriptors/variables/ap3hrptlev.ta.json new file mode 100644 index 000000000..39e5bc9d3 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.zfull b/data_descriptors/variables/ap3hrptlev.zfull new file mode 100644 index 000000000..4052f0f9b --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.zfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.zfull.json b/data_descriptors/variables/ap3hrptlev.zfull.json new file mode 100644 index 000000000..4052f0f9b --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.zfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.zhalf b/data_descriptors/variables/ap3hrptlev.zhalf new file mode 100644 index 000000000..0a2a4b936 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.zhalf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap3hrptlev.zhalf.json b/data_descriptors/variables/ap3hrptlev.zhalf.json new file mode 100644 index 000000000..0a2a4b936 --- /dev/null +++ b/data_descriptors/variables/ap3hrptlev.zhalf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.hurs b/data_descriptors/variables/ap6hr.hurs new file mode 100644 index 000000000..4805cea42 --- /dev/null +++ b/data_descriptors/variables/ap6hr.hurs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.hurs.json b/data_descriptors/variables/ap6hr.hurs.json new file mode 100644 index 000000000..4805cea42 --- /dev/null +++ b/data_descriptors/variables/ap6hr.hurs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.hus4 b/data_descriptors/variables/ap6hr.hus4 new file mode 100644 index 000000000..45782b46f --- /dev/null +++ b/data_descriptors/variables/ap6hr.hus4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.hus4.json b/data_descriptors/variables/ap6hr.hus4.json new file mode 100644 index 000000000..45782b46f --- /dev/null +++ b/data_descriptors/variables/ap6hr.hus4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.pr b/data_descriptors/variables/ap6hr.pr new file mode 100644 index 000000000..3019625ea --- /dev/null +++ b/data_descriptors/variables/ap6hr.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.pr.json b/data_descriptors/variables/ap6hr.pr.json new file mode 100644 index 000000000..3019625ea --- /dev/null +++ b/data_descriptors/variables/ap6hr.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.prhmax b/data_descriptors/variables/ap6hr.prhmax new file mode 100644 index 000000000..203946a0a --- /dev/null +++ b/data_descriptors/variables/ap6hr.prhmax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.prhmax.json b/data_descriptors/variables/ap6hr.prhmax.json new file mode 100644 index 000000000..203946a0a --- /dev/null +++ b/data_descriptors/variables/ap6hr.prhmax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.psl b/data_descriptors/variables/ap6hr.psl new file mode 100644 index 000000000..7128d0408 --- /dev/null +++ b/data_descriptors/variables/ap6hr.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.psl.json b/data_descriptors/variables/ap6hr.psl.json new file mode 100644 index 000000000..7128d0408 --- /dev/null +++ b/data_descriptors/variables/ap6hr.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.rv850 b/data_descriptors/variables/ap6hr.rv850 new file mode 100644 index 000000000..660a07b24 --- /dev/null +++ b/data_descriptors/variables/ap6hr.rv850 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.rv850.json b/data_descriptors/variables/ap6hr.rv850.json new file mode 100644 index 000000000..660a07b24 --- /dev/null +++ b/data_descriptors/variables/ap6hr.rv850.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.sfcwind b/data_descriptors/variables/ap6hr.sfcwind new file mode 100644 index 000000000..8e2346547 --- /dev/null +++ b/data_descriptors/variables/ap6hr.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.sfcwind.json b/data_descriptors/variables/ap6hr.sfcwind.json new file mode 100644 index 000000000..8e2346547 --- /dev/null +++ b/data_descriptors/variables/ap6hr.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.tas b/data_descriptors/variables/ap6hr.tas new file mode 100644 index 000000000..7f3ec1261 --- /dev/null +++ b/data_descriptors/variables/ap6hr.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.tas.json b/data_descriptors/variables/ap6hr.tas.json new file mode 100644 index 000000000..7f3ec1261 --- /dev/null +++ b/data_descriptors/variables/ap6hr.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.ua100m b/data_descriptors/variables/ap6hr.ua100m new file mode 100644 index 000000000..227fe968a --- /dev/null +++ b/data_descriptors/variables/ap6hr.ua100m @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.ua100m.json b/data_descriptors/variables/ap6hr.ua100m.json new file mode 100644 index 000000000..227fe968a --- /dev/null +++ b/data_descriptors/variables/ap6hr.ua100m.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.uas b/data_descriptors/variables/ap6hr.uas new file mode 100644 index 000000000..a87221874 --- /dev/null +++ b/data_descriptors/variables/ap6hr.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.uas.json b/data_descriptors/variables/ap6hr.uas.json new file mode 100644 index 000000000..a87221874 --- /dev/null +++ b/data_descriptors/variables/ap6hr.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.va100m b/data_descriptors/variables/ap6hr.va100m new file mode 100644 index 000000000..13f3f8456 --- /dev/null +++ b/data_descriptors/variables/ap6hr.va100m @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.va100m.json b/data_descriptors/variables/ap6hr.va100m.json new file mode 100644 index 000000000..13f3f8456 --- /dev/null +++ b/data_descriptors/variables/ap6hr.va100m.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.vas b/data_descriptors/variables/ap6hr.vas new file mode 100644 index 000000000..10c98dd79 --- /dev/null +++ b/data_descriptors/variables/ap6hr.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.vas.json b/data_descriptors/variables/ap6hr.vas.json new file mode 100644 index 000000000..10c98dd79 --- /dev/null +++ b/data_descriptors/variables/ap6hr.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wap4 b/data_descriptors/variables/ap6hr.wap4 new file mode 100644 index 000000000..9201aaeac --- /dev/null +++ b/data_descriptors/variables/ap6hr.wap4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wap4.json b/data_descriptors/variables/ap6hr.wap4.json new file mode 100644 index 000000000..9201aaeac --- /dev/null +++ b/data_descriptors/variables/ap6hr.wap4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wsgmax100m b/data_descriptors/variables/ap6hr.wsgmax100m new file mode 100644 index 000000000..9c6bbff4c --- /dev/null +++ b/data_descriptors/variables/ap6hr.wsgmax100m @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wsgmax100m.json b/data_descriptors/variables/ap6hr.wsgmax100m.json new file mode 100644 index 000000000..9c6bbff4c --- /dev/null +++ b/data_descriptors/variables/ap6hr.wsgmax100m.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wsgmax10m b/data_descriptors/variables/ap6hr.wsgmax10m new file mode 100644 index 000000000..b91383449 --- /dev/null +++ b/data_descriptors/variables/ap6hr.wsgmax10m @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.wsgmax10m.json b/data_descriptors/variables/ap6hr.wsgmax10m.json new file mode 100644 index 000000000..b91383449 --- /dev/null +++ b/data_descriptors/variables/ap6hr.wsgmax10m.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.zg1000 b/data_descriptors/variables/ap6hr.zg1000 new file mode 100644 index 000000000..171f92652 --- /dev/null +++ b/data_descriptors/variables/ap6hr.zg1000 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hr.zg1000.json b/data_descriptors/variables/ap6hr.zg1000.json new file mode 100644 index 000000000..171f92652 --- /dev/null +++ b/data_descriptors/variables/ap6hr.zg1000.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.cldicemxrat27 b/data_descriptors/variables/ap6hrpt.cldicemxrat27 new file mode 100644 index 000000000..4c42966e0 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.cldicemxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.cldicemxrat27.json b/data_descriptors/variables/ap6hrpt.cldicemxrat27.json new file mode 100644 index 000000000..4c42966e0 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.cldicemxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.cldwatmxrat27 b/data_descriptors/variables/ap6hrpt.cldwatmxrat27 new file mode 100644 index 000000000..f03c4e913 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.cldwatmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.cldwatmxrat27.json b/data_descriptors/variables/ap6hrpt.cldwatmxrat27.json new file mode 100644 index 000000000..f03c4e913 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.cldwatmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.dtauc b/data_descriptors/variables/ap6hrpt.dtauc new file mode 100644 index 000000000..cbb827222 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.dtauc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.dtauc.json b/data_descriptors/variables/ap6hrpt.dtauc.json new file mode 100644 index 000000000..cbb827222 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.dtauc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.dtaus b/data_descriptors/variables/ap6hrpt.dtaus new file mode 100644 index 000000000..15f1fc05e --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.dtaus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.dtaus.json b/data_descriptors/variables/ap6hrpt.dtaus.json new file mode 100644 index 000000000..15f1fc05e --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.dtaus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.grplmxrat27 b/data_descriptors/variables/ap6hrpt.grplmxrat27 new file mode 100644 index 000000000..7c380ff12 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.grplmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.grplmxrat27.json b/data_descriptors/variables/ap6hrpt.grplmxrat27.json new file mode 100644 index 000000000..7c380ff12 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.grplmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.hus27 b/data_descriptors/variables/ap6hrpt.hus27 new file mode 100644 index 000000000..b134fdde6 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.hus27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.hus27.json b/data_descriptors/variables/ap6hrpt.hus27.json new file mode 100644 index 000000000..b134fdde6 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.hus27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.hus7h b/data_descriptors/variables/ap6hrpt.hus7h new file mode 100644 index 000000000..4d85b3a98 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.hus7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.hus7h.json b/data_descriptors/variables/ap6hrpt.hus7h.json new file mode 100644 index 000000000..4d85b3a98 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.hus7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.huss b/data_descriptors/variables/ap6hrpt.huss new file mode 100644 index 000000000..cfa4d86b2 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.huss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.huss.json b/data_descriptors/variables/ap6hrpt.huss.json new file mode 100644 index 000000000..cfa4d86b2 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.huss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.lwsffluxaero b/data_descriptors/variables/ap6hrpt.lwsffluxaero new file mode 100644 index 000000000..c4b5dd16f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.lwsffluxaero @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.lwsffluxaero.json b/data_descriptors/variables/ap6hrpt.lwsffluxaero.json new file mode 100644 index 000000000..c4b5dd16f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.lwsffluxaero.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs b/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs new file mode 100644 index 000000000..73aca2696 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs.json b/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs.json new file mode 100644 index 000000000..73aca2696 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.lwtoafluxaerocs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ps b/data_descriptors/variables/ap6hrpt.ps new file mode 100644 index 000000000..fbd02a19b Binary files /dev/null and b/data_descriptors/variables/ap6hrpt.ps differ diff --git a/data_descriptors/variables/ap6hrpt.ps.json b/data_descriptors/variables/ap6hrpt.ps.json new file mode 100644 index 000000000..fbd02a19b --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.psl b/data_descriptors/variables/ap6hrpt.psl new file mode 100644 index 000000000..d4a156654 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.psl.json b/data_descriptors/variables/ap6hrpt.psl.json new file mode 100644 index 000000000..d4a156654 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.rainmxrat27 b/data_descriptors/variables/ap6hrpt.rainmxrat27 new file mode 100644 index 000000000..b509e5854 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.rainmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.rainmxrat27.json b/data_descriptors/variables/ap6hrpt.rainmxrat27.json new file mode 100644 index 000000000..b509e5854 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.rainmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.rv850 b/data_descriptors/variables/ap6hrpt.rv850 new file mode 100644 index 000000000..10034b87f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.rv850 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.rv850.json b/data_descriptors/variables/ap6hrpt.rv850.json new file mode 100644 index 000000000..10034b87f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.rv850.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.sfcwind b/data_descriptors/variables/ap6hrpt.sfcwind new file mode 100644 index 000000000..e231e0107 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.sfcwind.json b/data_descriptors/variables/ap6hrpt.sfcwind.json new file mode 100644 index 000000000..e231e0107 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.snowmxrat27 b/data_descriptors/variables/ap6hrpt.snowmxrat27 new file mode 100644 index 000000000..2bb13b149 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.snowmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.snowmxrat27.json b/data_descriptors/variables/ap6hrpt.snowmxrat27.json new file mode 100644 index 000000000..2bb13b149 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.snowmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.swsffluxaero b/data_descriptors/variables/ap6hrpt.swsffluxaero new file mode 100644 index 000000000..1ddea8e27 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.swsffluxaero @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.swsffluxaero.json b/data_descriptors/variables/ap6hrpt.swsffluxaero.json new file mode 100644 index 000000000..1ddea8e27 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.swsffluxaero.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.swtoafluxaerocs b/data_descriptors/variables/ap6hrpt.swtoafluxaerocs new file mode 100644 index 000000000..3ed9cd242 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.swtoafluxaerocs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.swtoafluxaerocs.json b/data_descriptors/variables/ap6hrpt.swtoafluxaerocs.json new file mode 100644 index 000000000..3ed9cd242 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.swtoafluxaerocs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta b/data_descriptors/variables/ap6hrpt.ta new file mode 100644 index 000000000..a6d613f9a --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta.json b/data_descriptors/variables/ap6hrpt.ta.json new file mode 100644 index 000000000..a6d613f9a --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta27 b/data_descriptors/variables/ap6hrpt.ta27 new file mode 100644 index 000000000..7e8434305 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta27.json b/data_descriptors/variables/ap6hrpt.ta27.json new file mode 100644 index 000000000..7e8434305 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta7h b/data_descriptors/variables/ap6hrpt.ta7h new file mode 100644 index 000000000..59411d44a --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ta7h.json b/data_descriptors/variables/ap6hrpt.ta7h.json new file mode 100644 index 000000000..59411d44a --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ta7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.tas b/data_descriptors/variables/ap6hrpt.tas new file mode 100644 index 000000000..377e6ae6d --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.tas.json b/data_descriptors/variables/ap6hrpt.tas.json new file mode 100644 index 000000000..377e6ae6d --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ts b/data_descriptors/variables/ap6hrpt.ts new file mode 100644 index 000000000..e62fecd8b --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ts @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ts.json b/data_descriptors/variables/ap6hrpt.ts.json new file mode 100644 index 000000000..e62fecd8b --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ts.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ua b/data_descriptors/variables/ap6hrpt.ua new file mode 100644 index 000000000..ace007972 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ua.json b/data_descriptors/variables/ap6hrpt.ua.json new file mode 100644 index 000000000..ace007972 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ua7h b/data_descriptors/variables/ap6hrpt.ua7h new file mode 100644 index 000000000..dbce23d96 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ua7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.ua7h.json b/data_descriptors/variables/ap6hrpt.ua7h.json new file mode 100644 index 000000000..dbce23d96 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.ua7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.uas b/data_descriptors/variables/ap6hrpt.uas new file mode 100644 index 000000000..2ae32928f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.uas.json b/data_descriptors/variables/ap6hrpt.uas.json new file mode 100644 index 000000000..2ae32928f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.va b/data_descriptors/variables/ap6hrpt.va new file mode 100644 index 000000000..e211570fc --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.va.json b/data_descriptors/variables/ap6hrpt.va.json new file mode 100644 index 000000000..e211570fc --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.va7h b/data_descriptors/variables/ap6hrpt.va7h new file mode 100644 index 000000000..a30fc8663 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.va7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.va7h.json b/data_descriptors/variables/ap6hrpt.va7h.json new file mode 100644 index 000000000..a30fc8663 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.va7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.vas b/data_descriptors/variables/ap6hrpt.vas new file mode 100644 index 000000000..629730ed0 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.vas.json b/data_descriptors/variables/ap6hrpt.vas.json new file mode 100644 index 000000000..629730ed0 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.vortmean b/data_descriptors/variables/ap6hrpt.vortmean new file mode 100644 index 000000000..f5e7c1ce1 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.vortmean @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.vortmean.json b/data_descriptors/variables/ap6hrpt.vortmean.json new file mode 100644 index 000000000..f5e7c1ce1 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.vortmean.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.wbptemp7h b/data_descriptors/variables/ap6hrpt.wbptemp7h new file mode 100644 index 000000000..bc762ba87 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.wbptemp7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.wbptemp7h.json b/data_descriptors/variables/ap6hrpt.wbptemp7h.json new file mode 100644 index 000000000..bc762ba87 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.wbptemp7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.zg27 b/data_descriptors/variables/ap6hrpt.zg27 new file mode 100644 index 000000000..1efdb2054 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.zg27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.zg27.json b/data_descriptors/variables/ap6hrpt.zg27.json new file mode 100644 index 000000000..1efdb2054 --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.zg27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.zg7h b/data_descriptors/variables/ap6hrpt.zg7h new file mode 100644 index 000000000..82d88828f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.zg7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrpt.zg7h.json b/data_descriptors/variables/ap6hrpt.zg7h.json new file mode 100644 index 000000000..82d88828f --- /dev/null +++ b/data_descriptors/variables/ap6hrpt.zg7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.hus b/data_descriptors/variables/ap6hrptlev.hus new file mode 100644 index 000000000..316a8bb40 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.hus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.hus.json b/data_descriptors/variables/ap6hrptlev.hus.json new file mode 100644 index 000000000..316a8bb40 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.hus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.pfull b/data_descriptors/variables/ap6hrptlev.pfull new file mode 100644 index 000000000..b9c3f92b6 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.pfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.pfull.json b/data_descriptors/variables/ap6hrptlev.pfull.json new file mode 100644 index 000000000..b9c3f92b6 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.pfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.ta b/data_descriptors/variables/ap6hrptlev.ta new file mode 100644 index 000000000..4260ba210 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.ta.json b/data_descriptors/variables/ap6hrptlev.ta.json new file mode 100644 index 000000000..4260ba210 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.ua b/data_descriptors/variables/ap6hrptlev.ua new file mode 100644 index 000000000..9ad300655 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.ua.json b/data_descriptors/variables/ap6hrptlev.ua.json new file mode 100644 index 000000000..9ad300655 --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.va b/data_descriptors/variables/ap6hrptlev.va new file mode 100644 index 000000000..0de66302a --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptlev.va.json b/data_descriptors/variables/ap6hrptlev.va.json new file mode 100644 index 000000000..0de66302a --- /dev/null +++ b/data_descriptors/variables/ap6hrptlev.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptz.zmlwaero b/data_descriptors/variables/ap6hrptz.zmlwaero new file mode 100644 index 000000000..6c0a7ae5e --- /dev/null +++ b/data_descriptors/variables/ap6hrptz.zmlwaero @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptz.zmlwaero.json b/data_descriptors/variables/ap6hrptz.zmlwaero.json new file mode 100644 index 000000000..6c0a7ae5e --- /dev/null +++ b/data_descriptors/variables/ap6hrptz.zmlwaero.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptz.zmswaero b/data_descriptors/variables/ap6hrptz.zmswaero new file mode 100644 index 000000000..d73d70fee --- /dev/null +++ b/data_descriptors/variables/ap6hrptz.zmswaero @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/ap6hrptz.zmswaero.json b/data_descriptors/variables/ap6hrptz.zmswaero.json new file mode 100644 index 000000000..d73d70fee --- /dev/null +++ b/data_descriptors/variables/ap6hrptz.zmswaero.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.albisccp b/data_descriptors/variables/apday.albisccp new file mode 100644 index 000000000..73c79f21b --- /dev/null +++ b/data_descriptors/variables/apday.albisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.albisccp.json b/data_descriptors/variables/apday.albisccp.json new file mode 100644 index 000000000..73c79f21b --- /dev/null +++ b/data_descriptors/variables/apday.albisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.aod550volso4 b/data_descriptors/variables/apday.aod550volso4 new file mode 100644 index 000000000..98b2a88f4 --- /dev/null +++ b/data_descriptors/variables/apday.aod550volso4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.aod550volso4.json b/data_descriptors/variables/apday.aod550volso4.json new file mode 100644 index 000000000..98b2a88f4 --- /dev/null +++ b/data_descriptors/variables/apday.aod550volso4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ccb b/data_descriptors/variables/apday.ccb new file mode 100644 index 000000000..640e04bd2 --- /dev/null +++ b/data_descriptors/variables/apday.ccb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ccb.json b/data_descriptors/variables/apday.ccb.json new file mode 100644 index 000000000..640e04bd2 --- /dev/null +++ b/data_descriptors/variables/apday.ccb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ccldncl b/data_descriptors/variables/apday.ccldncl new file mode 100644 index 000000000..1108f52bd --- /dev/null +++ b/data_descriptors/variables/apday.ccldncl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ccldncl.json b/data_descriptors/variables/apday.ccldncl.json new file mode 100644 index 000000000..1108f52bd --- /dev/null +++ b/data_descriptors/variables/apday.ccldncl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cct b/data_descriptors/variables/apday.cct new file mode 100644 index 000000000..fc3a1f7fc --- /dev/null +++ b/data_descriptors/variables/apday.cct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cct.json b/data_descriptors/variables/apday.cct.json new file mode 100644 index 000000000..fc3a1f7fc --- /dev/null +++ b/data_descriptors/variables/apday.cct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clcalipso b/data_descriptors/variables/apday.clcalipso new file mode 100644 index 000000000..528018212 --- /dev/null +++ b/data_descriptors/variables/apday.clcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clcalipso.json b/data_descriptors/variables/apday.clcalipso.json new file mode 100644 index 000000000..528018212 --- /dev/null +++ b/data_descriptors/variables/apday.clcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cldnci b/data_descriptors/variables/apday.cldnci new file mode 100644 index 000000000..caca77269 --- /dev/null +++ b/data_descriptors/variables/apday.cldnci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cldnci.json b/data_descriptors/variables/apday.cldnci.json new file mode 100644 index 000000000..caca77269 --- /dev/null +++ b/data_descriptors/variables/apday.cldnci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cldnvi b/data_descriptors/variables/apday.cldnvi new file mode 100644 index 000000000..b6a393c6a --- /dev/null +++ b/data_descriptors/variables/apday.cldnvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cldnvi.json b/data_descriptors/variables/apday.cldnvi.json new file mode 100644 index 000000000..b6a393c6a --- /dev/null +++ b/data_descriptors/variables/apday.cldnvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clhcalipso b/data_descriptors/variables/apday.clhcalipso new file mode 100644 index 000000000..822130b85 --- /dev/null +++ b/data_descriptors/variables/apday.clhcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clhcalipso.json b/data_descriptors/variables/apday.clhcalipso.json new file mode 100644 index 000000000..822130b85 --- /dev/null +++ b/data_descriptors/variables/apday.clhcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clisccp b/data_descriptors/variables/apday.clisccp new file mode 100644 index 000000000..8fe16d3e4 --- /dev/null +++ b/data_descriptors/variables/apday.clisccp @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clisccp.json b/data_descriptors/variables/apday.clisccp.json new file mode 100644 index 000000000..8fe16d3e4 --- /dev/null +++ b/data_descriptors/variables/apday.clisccp.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clivi b/data_descriptors/variables/apday.clivi new file mode 100644 index 000000000..3d46eefda --- /dev/null +++ b/data_descriptors/variables/apday.clivi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clivi.json b/data_descriptors/variables/apday.clivi.json new file mode 100644 index 000000000..3d46eefda --- /dev/null +++ b/data_descriptors/variables/apday.clivi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clivic b/data_descriptors/variables/apday.clivic new file mode 100644 index 000000000..9962fd0ab --- /dev/null +++ b/data_descriptors/variables/apday.clivic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clivic.json b/data_descriptors/variables/apday.clivic.json new file mode 100644 index 000000000..9962fd0ab --- /dev/null +++ b/data_descriptors/variables/apday.clivic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cllcalipso b/data_descriptors/variables/apday.cllcalipso new file mode 100644 index 000000000..a35354ae4 --- /dev/null +++ b/data_descriptors/variables/apday.cllcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cllcalipso.json b/data_descriptors/variables/apday.cllcalipso.json new file mode 100644 index 000000000..a35354ae4 --- /dev/null +++ b/data_descriptors/variables/apday.cllcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clmcalipso b/data_descriptors/variables/apday.clmcalipso new file mode 100644 index 000000000..c441713d2 --- /dev/null +++ b/data_descriptors/variables/apday.clmcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clmcalipso.json b/data_descriptors/variables/apday.clmcalipso.json new file mode 100644 index 000000000..c441713d2 --- /dev/null +++ b/data_descriptors/variables/apday.clmcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clt b/data_descriptors/variables/apday.clt new file mode 100644 index 000000000..43188383e --- /dev/null +++ b/data_descriptors/variables/apday.clt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clt.json b/data_descriptors/variables/apday.clt.json new file mode 100644 index 000000000..43188383e --- /dev/null +++ b/data_descriptors/variables/apday.clt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cltcalipso b/data_descriptors/variables/apday.cltcalipso new file mode 100644 index 000000000..e2b4312ba --- /dev/null +++ b/data_descriptors/variables/apday.cltcalipso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cltcalipso.json b/data_descriptors/variables/apday.cltcalipso.json new file mode 100644 index 000000000..e2b4312ba --- /dev/null +++ b/data_descriptors/variables/apday.cltcalipso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cltisccp b/data_descriptors/variables/apday.cltisccp new file mode 100644 index 000000000..1dd481c28 --- /dev/null +++ b/data_descriptors/variables/apday.cltisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.cltisccp.json b/data_descriptors/variables/apday.cltisccp.json new file mode 100644 index 000000000..1dd481c28 --- /dev/null +++ b/data_descriptors/variables/apday.cltisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clwvi b/data_descriptors/variables/apday.clwvi new file mode 100644 index 000000000..6332e6b1a --- /dev/null +++ b/data_descriptors/variables/apday.clwvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clwvi.json b/data_descriptors/variables/apday.clwvi.json new file mode 100644 index 000000000..6332e6b1a --- /dev/null +++ b/data_descriptors/variables/apday.clwvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clwvic b/data_descriptors/variables/apday.clwvic new file mode 100644 index 000000000..8684d91f0 --- /dev/null +++ b/data_descriptors/variables/apday.clwvic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.clwvic.json b/data_descriptors/variables/apday.clwvic.json new file mode 100644 index 000000000..8684d91f0 --- /dev/null +++ b/data_descriptors/variables/apday.clwvic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfdsl b/data_descriptors/variables/apday.hfdsl new file mode 100644 index 000000000..07dcb0411 --- /dev/null +++ b/data_descriptors/variables/apday.hfdsl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfdsl.json b/data_descriptors/variables/apday.hfdsl.json new file mode 100644 index 000000000..07dcb0411 --- /dev/null +++ b/data_descriptors/variables/apday.hfdsl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfdsnb b/data_descriptors/variables/apday.hfdsnb new file mode 100644 index 000000000..f31cb6562 --- /dev/null +++ b/data_descriptors/variables/apday.hfdsnb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfdsnb.json b/data_descriptors/variables/apday.hfdsnb.json new file mode 100644 index 000000000..f31cb6562 --- /dev/null +++ b/data_descriptors/variables/apday.hfdsnb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfls b/data_descriptors/variables/apday.hfls new file mode 100644 index 000000000..0d1a65b45 --- /dev/null +++ b/data_descriptors/variables/apday.hfls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfls.json b/data_descriptors/variables/apday.hfls.json new file mode 100644 index 000000000..0d1a65b45 --- /dev/null +++ b/data_descriptors/variables/apday.hfls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfmlt b/data_descriptors/variables/apday.hfmlt new file mode 100644 index 000000000..2920fce79 --- /dev/null +++ b/data_descriptors/variables/apday.hfmlt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfmlt.json b/data_descriptors/variables/apday.hfmlt.json new file mode 100644 index 000000000..2920fce79 --- /dev/null +++ b/data_descriptors/variables/apday.hfmlt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfrs b/data_descriptors/variables/apday.hfrs new file mode 100644 index 000000000..8a4898198 --- /dev/null +++ b/data_descriptors/variables/apday.hfrs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfrs.json b/data_descriptors/variables/apday.hfrs.json new file mode 100644 index 000000000..8a4898198 --- /dev/null +++ b/data_descriptors/variables/apday.hfrs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfsbl b/data_descriptors/variables/apday.hfsbl new file mode 100644 index 000000000..b7ff28b1c --- /dev/null +++ b/data_descriptors/variables/apday.hfsbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfsbl.json b/data_descriptors/variables/apday.hfsbl.json new file mode 100644 index 000000000..b7ff28b1c --- /dev/null +++ b/data_descriptors/variables/apday.hfsbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfss b/data_descriptors/variables/apday.hfss new file mode 100644 index 000000000..90f8df41e --- /dev/null +++ b/data_descriptors/variables/apday.hfss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hfss.json b/data_descriptors/variables/apday.hfss.json new file mode 100644 index 000000000..90f8df41e --- /dev/null +++ b/data_descriptors/variables/apday.hfss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hur b/data_descriptors/variables/apday.hur new file mode 100644 index 000000000..c384c7eac --- /dev/null +++ b/data_descriptors/variables/apday.hur @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hur.json b/data_descriptors/variables/apday.hur.json new file mode 100644 index 000000000..c384c7eac --- /dev/null +++ b/data_descriptors/variables/apday.hur.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hurs b/data_descriptors/variables/apday.hurs new file mode 100644 index 000000000..66756bbd0 --- /dev/null +++ b/data_descriptors/variables/apday.hurs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hurs.json b/data_descriptors/variables/apday.hurs.json new file mode 100644 index 000000000..66756bbd0 --- /dev/null +++ b/data_descriptors/variables/apday.hurs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmax b/data_descriptors/variables/apday.hursmax new file mode 100644 index 000000000..f818ffc6e --- /dev/null +++ b/data_descriptors/variables/apday.hursmax @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmax.json b/data_descriptors/variables/apday.hursmax.json new file mode 100644 index 000000000..f818ffc6e --- /dev/null +++ b/data_descriptors/variables/apday.hursmax.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmin b/data_descriptors/variables/apday.hursmin new file mode 100644 index 000000000..8356be64b --- /dev/null +++ b/data_descriptors/variables/apday.hursmin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmin.json b/data_descriptors/variables/apday.hursmin.json new file mode 100644 index 000000000..8356be64b --- /dev/null +++ b/data_descriptors/variables/apday.hursmin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmincrop b/data_descriptors/variables/apday.hursmincrop new file mode 100644 index 000000000..285489297 --- /dev/null +++ b/data_descriptors/variables/apday.hursmincrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hursmincrop.json b/data_descriptors/variables/apday.hursmincrop.json new file mode 100644 index 000000000..285489297 --- /dev/null +++ b/data_descriptors/variables/apday.hursmincrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus19 b/data_descriptors/variables/apday.hus19 new file mode 100644 index 000000000..9a058b9a0 --- /dev/null +++ b/data_descriptors/variables/apday.hus19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus19.json b/data_descriptors/variables/apday.hus19.json new file mode 100644 index 000000000..9a058b9a0 --- /dev/null +++ b/data_descriptors/variables/apday.hus19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus8 b/data_descriptors/variables/apday.hus8 new file mode 100644 index 000000000..cb52b5cd4 --- /dev/null +++ b/data_descriptors/variables/apday.hus8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus8.json b/data_descriptors/variables/apday.hus8.json new file mode 100644 index 000000000..cb52b5cd4 --- /dev/null +++ b/data_descriptors/variables/apday.hus8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus850 b/data_descriptors/variables/apday.hus850 new file mode 100644 index 000000000..4a5f0cfb4 --- /dev/null +++ b/data_descriptors/variables/apday.hus850 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.hus850.json b/data_descriptors/variables/apday.hus850.json new file mode 100644 index 000000000..4a5f0cfb4 --- /dev/null +++ b/data_descriptors/variables/apday.hus850.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.huss b/data_descriptors/variables/apday.huss new file mode 100644 index 000000000..f9ad37152 --- /dev/null +++ b/data_descriptors/variables/apday.huss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.huss.json b/data_descriptors/variables/apday.huss.json new file mode 100644 index 000000000..f9ad37152 --- /dev/null +++ b/data_descriptors/variables/apday.huss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.jpdftaureicemodis b/data_descriptors/variables/apday.jpdftaureicemodis new file mode 100644 index 000000000..af159af41 --- /dev/null +++ b/data_descriptors/variables/apday.jpdftaureicemodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.jpdftaureicemodis.json b/data_descriptors/variables/apday.jpdftaureicemodis.json new file mode 100644 index 000000000..af159af41 --- /dev/null +++ b/data_descriptors/variables/apday.jpdftaureicemodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.jpdftaureliqmodis b/data_descriptors/variables/apday.jpdftaureliqmodis new file mode 100644 index 000000000..ea8413aa1 --- /dev/null +++ b/data_descriptors/variables/apday.jpdftaureliqmodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.jpdftaureliqmodis.json b/data_descriptors/variables/apday.jpdftaureliqmodis.json new file mode 100644 index 000000000..ea8413aa1 --- /dev/null +++ b/data_descriptors/variables/apday.jpdftaureliqmodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadbc b/data_descriptors/variables/apday.loadbc new file mode 100644 index 000000000..1e68551b6 --- /dev/null +++ b/data_descriptors/variables/apday.loadbc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadbc.json b/data_descriptors/variables/apday.loadbc.json new file mode 100644 index 000000000..1e68551b6 --- /dev/null +++ b/data_descriptors/variables/apday.loadbc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loaddust b/data_descriptors/variables/apday.loaddust new file mode 100644 index 000000000..2ee368c9e --- /dev/null +++ b/data_descriptors/variables/apday.loaddust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loaddust.json b/data_descriptors/variables/apday.loaddust.json new file mode 100644 index 000000000..2ee368c9e --- /dev/null +++ b/data_descriptors/variables/apday.loaddust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadnh4 b/data_descriptors/variables/apday.loadnh4 new file mode 100644 index 000000000..47fc74e7a --- /dev/null +++ b/data_descriptors/variables/apday.loadnh4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadnh4.json b/data_descriptors/variables/apday.loadnh4.json new file mode 100644 index 000000000..47fc74e7a --- /dev/null +++ b/data_descriptors/variables/apday.loadnh4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadno3 b/data_descriptors/variables/apday.loadno3 new file mode 100644 index 000000000..2821dc287 --- /dev/null +++ b/data_descriptors/variables/apday.loadno3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadno3.json b/data_descriptors/variables/apday.loadno3.json new file mode 100644 index 000000000..2821dc287 --- /dev/null +++ b/data_descriptors/variables/apday.loadno3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadoa b/data_descriptors/variables/apday.loadoa new file mode 100644 index 000000000..7360566e9 --- /dev/null +++ b/data_descriptors/variables/apday.loadoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadoa.json b/data_descriptors/variables/apday.loadoa.json new file mode 100644 index 000000000..7360566e9 --- /dev/null +++ b/data_descriptors/variables/apday.loadoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadpoa b/data_descriptors/variables/apday.loadpoa new file mode 100644 index 000000000..62a010dab --- /dev/null +++ b/data_descriptors/variables/apday.loadpoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadpoa.json b/data_descriptors/variables/apday.loadpoa.json new file mode 100644 index 000000000..62a010dab --- /dev/null +++ b/data_descriptors/variables/apday.loadpoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadso4 b/data_descriptors/variables/apday.loadso4 new file mode 100644 index 000000000..8b685da8b --- /dev/null +++ b/data_descriptors/variables/apday.loadso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadso4.json b/data_descriptors/variables/apday.loadso4.json new file mode 100644 index 000000000..8b685da8b --- /dev/null +++ b/data_descriptors/variables/apday.loadso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadsoa b/data_descriptors/variables/apday.loadsoa new file mode 100644 index 000000000..85fe33c72 --- /dev/null +++ b/data_descriptors/variables/apday.loadsoa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadsoa.json b/data_descriptors/variables/apday.loadsoa.json new file mode 100644 index 000000000..85fe33c72 --- /dev/null +++ b/data_descriptors/variables/apday.loadsoa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadss b/data_descriptors/variables/apday.loadss new file mode 100644 index 000000000..b611f5f42 --- /dev/null +++ b/data_descriptors/variables/apday.loadss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.loadss.json b/data_descriptors/variables/apday.loadss.json new file mode 100644 index 000000000..b611f5f42 --- /dev/null +++ b/data_descriptors/variables/apday.loadss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.parasolrefl b/data_descriptors/variables/apday.parasolrefl new file mode 100644 index 000000000..9892e103e --- /dev/null +++ b/data_descriptors/variables/apday.parasolrefl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.parasolrefl.json b/data_descriptors/variables/apday.parasolrefl.json new file mode 100644 index 000000000..9892e103e --- /dev/null +++ b/data_descriptors/variables/apday.parasolrefl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.pctisccp b/data_descriptors/variables/apday.pctisccp new file mode 100644 index 000000000..87bc316bd --- /dev/null +++ b/data_descriptors/variables/apday.pctisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.pctisccp.json b/data_descriptors/variables/apday.pctisccp.json new file mode 100644 index 000000000..87bc316bd --- /dev/null +++ b/data_descriptors/variables/apday.pctisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.pr b/data_descriptors/variables/apday.pr new file mode 100644 index 000000000..fa7e73b12 --- /dev/null +++ b/data_descriptors/variables/apday.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.pr.json b/data_descriptors/variables/apday.pr.json new file mode 100644 index 000000000..fa7e73b12 --- /dev/null +++ b/data_descriptors/variables/apday.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prc b/data_descriptors/variables/apday.prc new file mode 100644 index 000000000..798605883 --- /dev/null +++ b/data_descriptors/variables/apday.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prc.json b/data_descriptors/variables/apday.prc.json new file mode 100644 index 000000000..798605883 --- /dev/null +++ b/data_descriptors/variables/apday.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prcrop b/data_descriptors/variables/apday.prcrop new file mode 100644 index 000000000..d7e313492 --- /dev/null +++ b/data_descriptors/variables/apday.prcrop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prcrop.json b/data_descriptors/variables/apday.prcrop.json new file mode 100644 index 000000000..d7e313492 --- /dev/null +++ b/data_descriptors/variables/apday.prcrop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prhmax b/data_descriptors/variables/apday.prhmax new file mode 100644 index 000000000..2d477daa9 --- /dev/null +++ b/data_descriptors/variables/apday.prhmax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prhmax.json b/data_descriptors/variables/apday.prhmax.json new file mode 100644 index 000000000..2d477daa9 --- /dev/null +++ b/data_descriptors/variables/apday.prhmax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prra b/data_descriptors/variables/apday.prra new file mode 100644 index 000000000..4072fe144 --- /dev/null +++ b/data_descriptors/variables/apday.prra @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prra.json b/data_descriptors/variables/apday.prra.json new file mode 100644 index 000000000..4072fe144 --- /dev/null +++ b/data_descriptors/variables/apday.prra.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prrc b/data_descriptors/variables/apday.prrc new file mode 100644 index 000000000..de19c238b --- /dev/null +++ b/data_descriptors/variables/apday.prrc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prrc.json b/data_descriptors/variables/apday.prrc.json new file mode 100644 index 000000000..de19c238b --- /dev/null +++ b/data_descriptors/variables/apday.prrc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prrsn b/data_descriptors/variables/apday.prrsn new file mode 100644 index 000000000..5ba6f3ee2 --- /dev/null +++ b/data_descriptors/variables/apday.prrsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prrsn.json b/data_descriptors/variables/apday.prrsn.json new file mode 100644 index 000000000..5ba6f3ee2 --- /dev/null +++ b/data_descriptors/variables/apday.prrsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsn b/data_descriptors/variables/apday.prsn new file mode 100644 index 000000000..c49dd2d18 --- /dev/null +++ b/data_descriptors/variables/apday.prsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsn.json b/data_descriptors/variables/apday.prsn.json new file mode 100644 index 000000000..c49dd2d18 --- /dev/null +++ b/data_descriptors/variables/apday.prsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsnc b/data_descriptors/variables/apday.prsnc new file mode 100644 index 000000000..2332dd9ad --- /dev/null +++ b/data_descriptors/variables/apday.prsnc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsnc.json b/data_descriptors/variables/apday.prsnc.json new file mode 100644 index 000000000..2332dd9ad --- /dev/null +++ b/data_descriptors/variables/apday.prsnc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsnsn b/data_descriptors/variables/apday.prsnsn new file mode 100644 index 000000000..64c4487f1 --- /dev/null +++ b/data_descriptors/variables/apday.prsnsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prsnsn.json b/data_descriptors/variables/apday.prsnsn.json new file mode 100644 index 000000000..64c4487f1 --- /dev/null +++ b/data_descriptors/variables/apday.prsnsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prw b/data_descriptors/variables/apday.prw new file mode 100644 index 000000000..27ad6ac3e --- /dev/null +++ b/data_descriptors/variables/apday.prw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.prw.json b/data_descriptors/variables/apday.prw.json new file mode 100644 index 000000000..27ad6ac3e --- /dev/null +++ b/data_descriptors/variables/apday.prw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ps b/data_descriptors/variables/apday.ps new file mode 100644 index 000000000..c6fa50b9e Binary files /dev/null and b/data_descriptors/variables/apday.ps differ diff --git a/data_descriptors/variables/apday.ps.json b/data_descriptors/variables/apday.ps.json new file mode 100644 index 000000000..c6fa50b9e --- /dev/null +++ b/data_descriptors/variables/apday.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.psl b/data_descriptors/variables/apday.psl new file mode 100644 index 000000000..cbf4a431f --- /dev/null +++ b/data_descriptors/variables/apday.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.psl.json b/data_descriptors/variables/apday.psl.json new file mode 100644 index 000000000..cbf4a431f --- /dev/null +++ b/data_descriptors/variables/apday.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.reffcclwtop b/data_descriptors/variables/apday.reffcclwtop new file mode 100644 index 000000000..1cebcd381 --- /dev/null +++ b/data_descriptors/variables/apday.reffcclwtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.reffcclwtop.json b/data_descriptors/variables/apday.reffcclwtop.json new file mode 100644 index 000000000..1cebcd381 --- /dev/null +++ b/data_descriptors/variables/apday.reffcclwtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.reffsclwtop b/data_descriptors/variables/apday.reffsclwtop new file mode 100644 index 000000000..2d55313bb --- /dev/null +++ b/data_descriptors/variables/apday.reffsclwtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.reffsclwtop.json b/data_descriptors/variables/apday.reffsclwtop.json new file mode 100644 index 000000000..2d55313bb --- /dev/null +++ b/data_descriptors/variables/apday.reffsclwtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlds b/data_descriptors/variables/apday.rlds new file mode 100644 index 000000000..70d26ce86 --- /dev/null +++ b/data_descriptors/variables/apday.rlds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlds.json b/data_descriptors/variables/apday.rlds.json new file mode 100644 index 000000000..70d26ce86 --- /dev/null +++ b/data_descriptors/variables/apday.rlds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rldscs b/data_descriptors/variables/apday.rldscs new file mode 100644 index 000000000..71a4ed439 --- /dev/null +++ b/data_descriptors/variables/apday.rldscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rldscs.json b/data_descriptors/variables/apday.rldscs.json new file mode 100644 index 000000000..71a4ed439 --- /dev/null +++ b/data_descriptors/variables/apday.rldscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rls b/data_descriptors/variables/apday.rls new file mode 100644 index 000000000..fe9568931 --- /dev/null +++ b/data_descriptors/variables/apday.rls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rls.json b/data_descriptors/variables/apday.rls.json new file mode 100644 index 000000000..fe9568931 --- /dev/null +++ b/data_descriptors/variables/apday.rls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlus b/data_descriptors/variables/apday.rlus new file mode 100644 index 000000000..42ee0d32b --- /dev/null +++ b/data_descriptors/variables/apday.rlus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlus.json b/data_descriptors/variables/apday.rlus.json new file mode 100644 index 000000000..42ee0d32b --- /dev/null +++ b/data_descriptors/variables/apday.rlus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlut b/data_descriptors/variables/apday.rlut new file mode 100644 index 000000000..624e077a5 --- /dev/null +++ b/data_descriptors/variables/apday.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlut.json b/data_descriptors/variables/apday.rlut.json new file mode 100644 index 000000000..624e077a5 --- /dev/null +++ b/data_descriptors/variables/apday.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlutcs b/data_descriptors/variables/apday.rlutcs new file mode 100644 index 000000000..a64337f6f --- /dev/null +++ b/data_descriptors/variables/apday.rlutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rlutcs.json b/data_descriptors/variables/apday.rlutcs.json new file mode 100644 index 000000000..a64337f6f --- /dev/null +++ b/data_descriptors/variables/apday.rlutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsds b/data_descriptors/variables/apday.rsds new file mode 100644 index 000000000..71990359d --- /dev/null +++ b/data_descriptors/variables/apday.rsds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsds.json b/data_descriptors/variables/apday.rsds.json new file mode 100644 index 000000000..71990359d --- /dev/null +++ b/data_descriptors/variables/apday.rsds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdscs b/data_descriptors/variables/apday.rsdscs new file mode 100644 index 000000000..4fd186703 --- /dev/null +++ b/data_descriptors/variables/apday.rsdscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdscs.json b/data_descriptors/variables/apday.rsdscs.json new file mode 100644 index 000000000..4fd186703 --- /dev/null +++ b/data_descriptors/variables/apday.rsdscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdscsdiff b/data_descriptors/variables/apday.rsdscsdiff new file mode 100644 index 000000000..add17d0ee --- /dev/null +++ b/data_descriptors/variables/apday.rsdscsdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdscsdiff.json b/data_descriptors/variables/apday.rsdscsdiff.json new file mode 100644 index 000000000..add17d0ee --- /dev/null +++ b/data_descriptors/variables/apday.rsdscsdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdsdiff b/data_descriptors/variables/apday.rsdsdiff new file mode 100644 index 000000000..ef4dde22f --- /dev/null +++ b/data_descriptors/variables/apday.rsdsdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdsdiff.json b/data_descriptors/variables/apday.rsdsdiff.json new file mode 100644 index 000000000..ef4dde22f --- /dev/null +++ b/data_descriptors/variables/apday.rsdsdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdt b/data_descriptors/variables/apday.rsdt new file mode 100644 index 000000000..934d7c00a --- /dev/null +++ b/data_descriptors/variables/apday.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsdt.json b/data_descriptors/variables/apday.rsdt.json new file mode 100644 index 000000000..934d7c00a --- /dev/null +++ b/data_descriptors/variables/apday.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rss b/data_descriptors/variables/apday.rss new file mode 100644 index 000000000..f0fff6427 --- /dev/null +++ b/data_descriptors/variables/apday.rss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rss.json b/data_descriptors/variables/apday.rss.json new file mode 100644 index 000000000..f0fff6427 --- /dev/null +++ b/data_descriptors/variables/apday.rss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsus b/data_descriptors/variables/apday.rsus new file mode 100644 index 000000000..5d85af07a --- /dev/null +++ b/data_descriptors/variables/apday.rsus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsus.json b/data_descriptors/variables/apday.rsus.json new file mode 100644 index 000000000..5d85af07a --- /dev/null +++ b/data_descriptors/variables/apday.rsus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsuscs b/data_descriptors/variables/apday.rsuscs new file mode 100644 index 000000000..ee0a7d0c2 --- /dev/null +++ b/data_descriptors/variables/apday.rsuscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsuscs.json b/data_descriptors/variables/apday.rsuscs.json new file mode 100644 index 000000000..ee0a7d0c2 --- /dev/null +++ b/data_descriptors/variables/apday.rsuscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsut b/data_descriptors/variables/apday.rsut new file mode 100644 index 000000000..f940d6194 --- /dev/null +++ b/data_descriptors/variables/apday.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsut.json b/data_descriptors/variables/apday.rsut.json new file mode 100644 index 000000000..f940d6194 --- /dev/null +++ b/data_descriptors/variables/apday.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsutcs b/data_descriptors/variables/apday.rsutcs new file mode 100644 index 000000000..b87f6a021 --- /dev/null +++ b/data_descriptors/variables/apday.rsutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.rsutcs.json b/data_descriptors/variables/apday.rsutcs.json new file mode 100644 index 000000000..b87f6a021 --- /dev/null +++ b/data_descriptors/variables/apday.rsutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sblnosn b/data_descriptors/variables/apday.sblnosn new file mode 100644 index 000000000..7a5c88c9f --- /dev/null +++ b/data_descriptors/variables/apday.sblnosn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sblnosn.json b/data_descriptors/variables/apday.sblnosn.json new file mode 100644 index 000000000..7a5c88c9f --- /dev/null +++ b/data_descriptors/variables/apday.sblnosn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.scldncl b/data_descriptors/variables/apday.scldncl new file mode 100644 index 000000000..2cd0c4c83 --- /dev/null +++ b/data_descriptors/variables/apday.scldncl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.scldncl.json b/data_descriptors/variables/apday.scldncl.json new file mode 100644 index 000000000..2cd0c4c83 --- /dev/null +++ b/data_descriptors/variables/apday.scldncl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sfcwind b/data_descriptors/variables/apday.sfcwind new file mode 100644 index 000000000..b8cee8fce --- /dev/null +++ b/data_descriptors/variables/apday.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sfcwind.json b/data_descriptors/variables/apday.sfcwind.json new file mode 100644 index 000000000..b8cee8fce --- /dev/null +++ b/data_descriptors/variables/apday.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sfcwindmax b/data_descriptors/variables/apday.sfcwindmax new file mode 100644 index 000000000..697c6234f --- /dev/null +++ b/data_descriptors/variables/apday.sfcwindmax @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.sfcwindmax.json b/data_descriptors/variables/apday.sfcwindmax.json new file mode 100644 index 000000000..697c6234f --- /dev/null +++ b/data_descriptors/variables/apday.sfcwindmax.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snmsl b/data_descriptors/variables/apday.snmsl new file mode 100644 index 000000000..c6057599c --- /dev/null +++ b/data_descriptors/variables/apday.snmsl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snmsl.json b/data_descriptors/variables/apday.snmsl.json new file mode 100644 index 000000000..c6057599c --- /dev/null +++ b/data_descriptors/variables/apday.snmsl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snrefr b/data_descriptors/variables/apday.snrefr new file mode 100644 index 000000000..594cce2b3 --- /dev/null +++ b/data_descriptors/variables/apday.snrefr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snrefr.json b/data_descriptors/variables/apday.snrefr.json new file mode 100644 index 000000000..594cce2b3 --- /dev/null +++ b/data_descriptors/variables/apday.snrefr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snwc b/data_descriptors/variables/apday.snwc new file mode 100644 index 000000000..8eecbe5f6 --- /dev/null +++ b/data_descriptors/variables/apday.snwc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.snwc.json b/data_descriptors/variables/apday.snwc.json new file mode 100644 index 000000000..8eecbe5f6 --- /dev/null +++ b/data_descriptors/variables/apday.snwc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta19 b/data_descriptors/variables/apday.ta19 new file mode 100644 index 000000000..738dfbd63 --- /dev/null +++ b/data_descriptors/variables/apday.ta19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta19.json b/data_descriptors/variables/apday.ta19.json new file mode 100644 index 000000000..738dfbd63 --- /dev/null +++ b/data_descriptors/variables/apday.ta19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta500 b/data_descriptors/variables/apday.ta500 new file mode 100644 index 000000000..095ab3468 --- /dev/null +++ b/data_descriptors/variables/apday.ta500 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta500.json b/data_descriptors/variables/apday.ta500.json new file mode 100644 index 000000000..095ab3468 --- /dev/null +++ b/data_descriptors/variables/apday.ta500.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta700 b/data_descriptors/variables/apday.ta700 new file mode 100644 index 000000000..39e5e7573 --- /dev/null +++ b/data_descriptors/variables/apday.ta700 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta700.json b/data_descriptors/variables/apday.ta700.json new file mode 100644 index 000000000..39e5e7573 --- /dev/null +++ b/data_descriptors/variables/apday.ta700.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta8 b/data_descriptors/variables/apday.ta8 new file mode 100644 index 000000000..626beaabd --- /dev/null +++ b/data_descriptors/variables/apday.ta8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta8.json b/data_descriptors/variables/apday.ta8.json new file mode 100644 index 000000000..626beaabd --- /dev/null +++ b/data_descriptors/variables/apday.ta8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta850 b/data_descriptors/variables/apday.ta850 new file mode 100644 index 000000000..09d68d86b --- /dev/null +++ b/data_descriptors/variables/apday.ta850 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ta850.json b/data_descriptors/variables/apday.ta850.json new file mode 100644 index 000000000..09d68d86b --- /dev/null +++ b/data_descriptors/variables/apday.ta850.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tas b/data_descriptors/variables/apday.tas new file mode 100644 index 000000000..289f85c23 --- /dev/null +++ b/data_descriptors/variables/apday.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tas.json b/data_descriptors/variables/apday.tas.json new file mode 100644 index 000000000..289f85c23 --- /dev/null +++ b/data_descriptors/variables/apday.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmax b/data_descriptors/variables/apday.tasmax new file mode 100644 index 000000000..4b75a0248 --- /dev/null +++ b/data_descriptors/variables/apday.tasmax @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmax.json b/data_descriptors/variables/apday.tasmax.json new file mode 100644 index 000000000..4b75a0248 --- /dev/null +++ b/data_descriptors/variables/apday.tasmax.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmaxcrop b/data_descriptors/variables/apday.tasmaxcrop new file mode 100644 index 000000000..1ca99fc01 --- /dev/null +++ b/data_descriptors/variables/apday.tasmaxcrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmaxcrop.json b/data_descriptors/variables/apday.tasmaxcrop.json new file mode 100644 index 000000000..1ca99fc01 --- /dev/null +++ b/data_descriptors/variables/apday.tasmaxcrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmin b/data_descriptors/variables/apday.tasmin new file mode 100644 index 000000000..ba90439e2 --- /dev/null +++ b/data_descriptors/variables/apday.tasmin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmin.json b/data_descriptors/variables/apday.tasmin.json new file mode 100644 index 000000000..ba90439e2 --- /dev/null +++ b/data_descriptors/variables/apday.tasmin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmincrop b/data_descriptors/variables/apday.tasmincrop new file mode 100644 index 000000000..4ee65299d --- /dev/null +++ b/data_descriptors/variables/apday.tasmincrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tasmincrop.json b/data_descriptors/variables/apday.tasmincrop.json new file mode 100644 index 000000000..4ee65299d --- /dev/null +++ b/data_descriptors/variables/apday.tasmincrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tau b/data_descriptors/variables/apday.tau new file mode 100644 index 000000000..dba5a9224 --- /dev/null +++ b/data_descriptors/variables/apday.tau @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tau.json b/data_descriptors/variables/apday.tau.json new file mode 100644 index 000000000..dba5a9224 --- /dev/null +++ b/data_descriptors/variables/apday.tau.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauu b/data_descriptors/variables/apday.tauu new file mode 100644 index 000000000..0436d3b65 --- /dev/null +++ b/data_descriptors/variables/apday.tauu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauu.json b/data_descriptors/variables/apday.tauu.json new file mode 100644 index 000000000..0436d3b65 --- /dev/null +++ b/data_descriptors/variables/apday.tauu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauupbl b/data_descriptors/variables/apday.tauupbl new file mode 100644 index 000000000..fab30771d --- /dev/null +++ b/data_descriptors/variables/apday.tauupbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauupbl.json b/data_descriptors/variables/apday.tauupbl.json new file mode 100644 index 000000000..fab30771d --- /dev/null +++ b/data_descriptors/variables/apday.tauupbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauv b/data_descriptors/variables/apday.tauv new file mode 100644 index 000000000..ccb276a78 --- /dev/null +++ b/data_descriptors/variables/apday.tauv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauv.json b/data_descriptors/variables/apday.tauv.json new file mode 100644 index 000000000..ccb276a78 --- /dev/null +++ b/data_descriptors/variables/apday.tauv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauvpbl b/data_descriptors/variables/apday.tauvpbl new file mode 100644 index 000000000..7fe8a283f --- /dev/null +++ b/data_descriptors/variables/apday.tauvpbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tauvpbl.json b/data_descriptors/variables/apday.tauvpbl.json new file mode 100644 index 000000000..7fe8a283f --- /dev/null +++ b/data_descriptors/variables/apday.tauvpbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tdps b/data_descriptors/variables/apday.tdps new file mode 100644 index 000000000..a135c1e30 --- /dev/null +++ b/data_descriptors/variables/apday.tdps @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tdps.json b/data_descriptors/variables/apday.tdps.json new file mode 100644 index 000000000..a135c1e30 --- /dev/null +++ b/data_descriptors/variables/apday.tdps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tr b/data_descriptors/variables/apday.tr new file mode 100644 index 000000000..354329d8a --- /dev/null +++ b/data_descriptors/variables/apday.tr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tr.json b/data_descriptors/variables/apday.tr.json new file mode 100644 index 000000000..354329d8a --- /dev/null +++ b/data_descriptors/variables/apday.tr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ts b/data_descriptors/variables/apday.ts new file mode 100644 index 000000000..ba6b12028 --- /dev/null +++ b/data_descriptors/variables/apday.ts @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ts.json b/data_descriptors/variables/apday.ts.json new file mode 100644 index 000000000..ba6b12028 --- /dev/null +++ b/data_descriptors/variables/apday.ts.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tsland b/data_descriptors/variables/apday.tsland new file mode 100644 index 000000000..0ab256302 --- /dev/null +++ b/data_descriptors/variables/apday.tsland @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tsland.json b/data_descriptors/variables/apday.tsland.json new file mode 100644 index 000000000..0ab256302 --- /dev/null +++ b/data_descriptors/variables/apday.tsland.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tsns b/data_descriptors/variables/apday.tsns new file mode 100644 index 000000000..db7be4939 --- /dev/null +++ b/data_descriptors/variables/apday.tsns @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.tsns.json b/data_descriptors/variables/apday.tsns.json new file mode 100644 index 000000000..db7be4939 --- /dev/null +++ b/data_descriptors/variables/apday.tsns.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ua19 b/data_descriptors/variables/apday.ua19 new file mode 100644 index 000000000..5ad975482 --- /dev/null +++ b/data_descriptors/variables/apday.ua19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ua19.json b/data_descriptors/variables/apday.ua19.json new file mode 100644 index 000000000..5ad975482 --- /dev/null +++ b/data_descriptors/variables/apday.ua19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ua8 b/data_descriptors/variables/apday.ua8 new file mode 100644 index 000000000..cff33c728 --- /dev/null +++ b/data_descriptors/variables/apday.ua8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.ua8.json b/data_descriptors/variables/apday.ua8.json new file mode 100644 index 000000000..cff33c728 --- /dev/null +++ b/data_descriptors/variables/apday.ua8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.uas b/data_descriptors/variables/apday.uas new file mode 100644 index 000000000..61c14aa5c --- /dev/null +++ b/data_descriptors/variables/apday.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.uas.json b/data_descriptors/variables/apday.uas.json new file mode 100644 index 000000000..61c14aa5c --- /dev/null +++ b/data_descriptors/variables/apday.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.va19 b/data_descriptors/variables/apday.va19 new file mode 100644 index 000000000..1e11aa559 --- /dev/null +++ b/data_descriptors/variables/apday.va19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.va19.json b/data_descriptors/variables/apday.va19.json new file mode 100644 index 000000000..1e11aa559 --- /dev/null +++ b/data_descriptors/variables/apday.va19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.va8 b/data_descriptors/variables/apday.va8 new file mode 100644 index 000000000..cb582f508 --- /dev/null +++ b/data_descriptors/variables/apday.va8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.va8.json b/data_descriptors/variables/apday.va8.json new file mode 100644 index 000000000..cb582f508 --- /dev/null +++ b/data_descriptors/variables/apday.va8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.vas b/data_descriptors/variables/apday.vas new file mode 100644 index 000000000..645a3236c --- /dev/null +++ b/data_descriptors/variables/apday.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.vas.json b/data_descriptors/variables/apday.vas.json new file mode 100644 index 000000000..645a3236c --- /dev/null +++ b/data_descriptors/variables/apday.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap19 b/data_descriptors/variables/apday.wap19 new file mode 100644 index 000000000..b89a147a9 --- /dev/null +++ b/data_descriptors/variables/apday.wap19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap19.json b/data_descriptors/variables/apday.wap19.json new file mode 100644 index 000000000..b89a147a9 --- /dev/null +++ b/data_descriptors/variables/apday.wap19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap500 b/data_descriptors/variables/apday.wap500 new file mode 100644 index 000000000..5ccdfad34 --- /dev/null +++ b/data_descriptors/variables/apday.wap500 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap500.json b/data_descriptors/variables/apday.wap500.json new file mode 100644 index 000000000..5ccdfad34 --- /dev/null +++ b/data_descriptors/variables/apday.wap500.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap8 b/data_descriptors/variables/apday.wap8 new file mode 100644 index 000000000..57df7782d --- /dev/null +++ b/data_descriptors/variables/apday.wap8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.wap8.json b/data_descriptors/variables/apday.wap8.json new file mode 100644 index 000000000..57df7782d --- /dev/null +++ b/data_descriptors/variables/apday.wap8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg1000 b/data_descriptors/variables/apday.zg1000 new file mode 100644 index 000000000..a3ee3eba9 --- /dev/null +++ b/data_descriptors/variables/apday.zg1000 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg1000.json b/data_descriptors/variables/apday.zg1000.json new file mode 100644 index 000000000..a3ee3eba9 --- /dev/null +++ b/data_descriptors/variables/apday.zg1000.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg19 b/data_descriptors/variables/apday.zg19 new file mode 100644 index 000000000..2bb554264 --- /dev/null +++ b/data_descriptors/variables/apday.zg19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg19.json b/data_descriptors/variables/apday.zg19.json new file mode 100644 index 000000000..2bb554264 --- /dev/null +++ b/data_descriptors/variables/apday.zg19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg8 b/data_descriptors/variables/apday.zg8 new file mode 100644 index 000000000..d89bdcd11 --- /dev/null +++ b/data_descriptors/variables/apday.zg8 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zg8.json b/data_descriptors/variables/apday.zg8.json new file mode 100644 index 000000000..d89bdcd11 --- /dev/null +++ b/data_descriptors/variables/apday.zg8.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zmla b/data_descriptors/variables/apday.zmla new file mode 100644 index 000000000..d68d050d8 --- /dev/null +++ b/data_descriptors/variables/apday.zmla @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apday.zmla.json b/data_descriptors/variables/apday.zmla.json new file mode 100644 index 000000000..d68d050d8 --- /dev/null +++ b/data_descriptors/variables/apday.zmla.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.cl b/data_descriptors/variables/apdaylev.cl new file mode 100644 index 000000000..fe40ed7cb --- /dev/null +++ b/data_descriptors/variables/apdaylev.cl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.cl.json b/data_descriptors/variables/apdaylev.cl.json new file mode 100644 index 000000000..fe40ed7cb --- /dev/null +++ b/data_descriptors/variables/apdaylev.cl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.cli b/data_descriptors/variables/apdaylev.cli new file mode 100644 index 000000000..a7ed56e59 --- /dev/null +++ b/data_descriptors/variables/apdaylev.cli @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.cli.json b/data_descriptors/variables/apdaylev.cli.json new file mode 100644 index 000000000..a7ed56e59 --- /dev/null +++ b/data_descriptors/variables/apdaylev.cli.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.clw b/data_descriptors/variables/apdaylev.clw new file mode 100644 index 000000000..73b529c4b --- /dev/null +++ b/data_descriptors/variables/apdaylev.clw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.clw.json b/data_descriptors/variables/apdaylev.clw.json new file mode 100644 index 000000000..73b529c4b --- /dev/null +++ b/data_descriptors/variables/apdaylev.clw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.hur b/data_descriptors/variables/apdaylev.hur new file mode 100644 index 000000000..729baa77c --- /dev/null +++ b/data_descriptors/variables/apdaylev.hur @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.hur.json b/data_descriptors/variables/apdaylev.hur.json new file mode 100644 index 000000000..729baa77c --- /dev/null +++ b/data_descriptors/variables/apdaylev.hur.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.hus b/data_descriptors/variables/apdaylev.hus new file mode 100644 index 000000000..ca3fac63b --- /dev/null +++ b/data_descriptors/variables/apdaylev.hus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.hus.json b/data_descriptors/variables/apdaylev.hus.json new file mode 100644 index 000000000..ca3fac63b --- /dev/null +++ b/data_descriptors/variables/apdaylev.hus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.mc b/data_descriptors/variables/apdaylev.mc new file mode 100644 index 000000000..b4b1e283b --- /dev/null +++ b/data_descriptors/variables/apdaylev.mc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.mc.json b/data_descriptors/variables/apdaylev.mc.json new file mode 100644 index 000000000..b4b1e283b --- /dev/null +++ b/data_descriptors/variables/apdaylev.mc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.pfull b/data_descriptors/variables/apdaylev.pfull new file mode 100644 index 000000000..52235fabb --- /dev/null +++ b/data_descriptors/variables/apdaylev.pfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.pfull.json b/data_descriptors/variables/apdaylev.pfull.json new file mode 100644 index 000000000..52235fabb --- /dev/null +++ b/data_descriptors/variables/apdaylev.pfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.phalf b/data_descriptors/variables/apdaylev.phalf new file mode 100644 index 000000000..32d9120e2 --- /dev/null +++ b/data_descriptors/variables/apdaylev.phalf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.phalf.json b/data_descriptors/variables/apdaylev.phalf.json new file mode 100644 index 000000000..32d9120e2 --- /dev/null +++ b/data_descriptors/variables/apdaylev.phalf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.ta b/data_descriptors/variables/apdaylev.ta new file mode 100644 index 000000000..6c5623611 --- /dev/null +++ b/data_descriptors/variables/apdaylev.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.ta.json b/data_descriptors/variables/apdaylev.ta.json new file mode 100644 index 000000000..6c5623611 --- /dev/null +++ b/data_descriptors/variables/apdaylev.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.ua b/data_descriptors/variables/apdaylev.ua new file mode 100644 index 000000000..b1bcfd12f --- /dev/null +++ b/data_descriptors/variables/apdaylev.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.ua.json b/data_descriptors/variables/apdaylev.ua.json new file mode 100644 index 000000000..b1bcfd12f --- /dev/null +++ b/data_descriptors/variables/apdaylev.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.va b/data_descriptors/variables/apdaylev.va new file mode 100644 index 000000000..621427f2a --- /dev/null +++ b/data_descriptors/variables/apdaylev.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.va.json b/data_descriptors/variables/apdaylev.va.json new file mode 100644 index 000000000..621427f2a --- /dev/null +++ b/data_descriptors/variables/apdaylev.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.wap b/data_descriptors/variables/apdaylev.wap new file mode 100644 index 000000000..e2d13a178 --- /dev/null +++ b/data_descriptors/variables/apdaylev.wap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.wap.json b/data_descriptors/variables/apdaylev.wap.json new file mode 100644 index 000000000..e2d13a178 --- /dev/null +++ b/data_descriptors/variables/apdaylev.wap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.zg b/data_descriptors/variables/apdaylev.zg new file mode 100644 index 000000000..50eaf9523 --- /dev/null +++ b/data_descriptors/variables/apdaylev.zg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdaylev.zg.json b/data_descriptors/variables/apdaylev.zg.json new file mode 100644 index 000000000..50eaf9523 --- /dev/null +++ b/data_descriptors/variables/apdaylev.zg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.epfy b/data_descriptors/variables/apdayz.epfy new file mode 100644 index 000000000..ff1a6e835 --- /dev/null +++ b/data_descriptors/variables/apdayz.epfy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.epfy.json b/data_descriptors/variables/apdayz.epfy.json new file mode 100644 index 000000000..ff1a6e835 --- /dev/null +++ b/data_descriptors/variables/apdayz.epfy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.epfz b/data_descriptors/variables/apdayz.epfz new file mode 100644 index 000000000..457171911 --- /dev/null +++ b/data_descriptors/variables/apdayz.epfz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.epfz.json b/data_descriptors/variables/apdayz.epfz.json new file mode 100644 index 000000000..457171911 --- /dev/null +++ b/data_descriptors/variables/apdayz.epfz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.hus b/data_descriptors/variables/apdayz.hus new file mode 100644 index 000000000..6b85fc50f --- /dev/null +++ b/data_descriptors/variables/apdayz.hus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.hus.json b/data_descriptors/variables/apdayz.hus.json new file mode 100644 index 000000000..6b85fc50f --- /dev/null +++ b/data_descriptors/variables/apdayz.hus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.psitem b/data_descriptors/variables/apdayz.psitem new file mode 100644 index 000000000..c5e3b625b --- /dev/null +++ b/data_descriptors/variables/apdayz.psitem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.psitem.json b/data_descriptors/variables/apdayz.psitem.json new file mode 100644 index 000000000..c5e3b625b --- /dev/null +++ b/data_descriptors/variables/apdayz.psitem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.ta b/data_descriptors/variables/apdayz.ta new file mode 100644 index 000000000..cc1c34a22 --- /dev/null +++ b/data_descriptors/variables/apdayz.ta @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.ta.json b/data_descriptors/variables/apdayz.ta.json new file mode 100644 index 000000000..cc1c34a22 --- /dev/null +++ b/data_descriptors/variables/apdayz.ta.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.ua b/data_descriptors/variables/apdayz.ua new file mode 100644 index 000000000..e1455661b --- /dev/null +++ b/data_descriptors/variables/apdayz.ua @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.ua.json b/data_descriptors/variables/apdayz.ua.json new file mode 100644 index 000000000..e1455661b --- /dev/null +++ b/data_descriptors/variables/apdayz.ua.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendepfd b/data_descriptors/variables/apdayz.utendepfd new file mode 100644 index 000000000..69efa21a8 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendepfd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendepfd.json b/data_descriptors/variables/apdayz.utendepfd.json new file mode 100644 index 000000000..69efa21a8 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendepfd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendnogw b/data_descriptors/variables/apdayz.utendnogw new file mode 100644 index 000000000..d9cc4342a --- /dev/null +++ b/data_descriptors/variables/apdayz.utendnogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendnogw.json b/data_descriptors/variables/apdayz.utendnogw.json new file mode 100644 index 000000000..d9cc4342a --- /dev/null +++ b/data_descriptors/variables/apdayz.utendnogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendogw b/data_descriptors/variables/apdayz.utendogw new file mode 100644 index 000000000..9510c4a13 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendogw.json b/data_descriptors/variables/apdayz.utendogw.json new file mode 100644 index 000000000..9510c4a13 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendvtem b/data_descriptors/variables/apdayz.utendvtem new file mode 100644 index 000000000..c0cdeced8 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendvtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendvtem.json b/data_descriptors/variables/apdayz.utendvtem.json new file mode 100644 index 000000000..c0cdeced8 --- /dev/null +++ b/data_descriptors/variables/apdayz.utendvtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendwtem b/data_descriptors/variables/apdayz.utendwtem new file mode 100644 index 000000000..7edbe487b --- /dev/null +++ b/data_descriptors/variables/apdayz.utendwtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.utendwtem.json b/data_descriptors/variables/apdayz.utendwtem.json new file mode 100644 index 000000000..7edbe487b --- /dev/null +++ b/data_descriptors/variables/apdayz.utendwtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.va b/data_descriptors/variables/apdayz.va new file mode 100644 index 000000000..579f2c550 --- /dev/null +++ b/data_descriptors/variables/apdayz.va @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.va.json b/data_descriptors/variables/apdayz.va.json new file mode 100644 index 000000000..579f2c550 --- /dev/null +++ b/data_descriptors/variables/apdayz.va.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.vtem b/data_descriptors/variables/apdayz.vtem new file mode 100644 index 000000000..b03fc62bb --- /dev/null +++ b/data_descriptors/variables/apdayz.vtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.vtem.json b/data_descriptors/variables/apdayz.vtem.json new file mode 100644 index 000000000..b03fc62bb --- /dev/null +++ b/data_descriptors/variables/apdayz.vtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.wtem b/data_descriptors/variables/apdayz.wtem new file mode 100644 index 000000000..6a85d25dc --- /dev/null +++ b/data_descriptors/variables/apdayz.wtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.wtem.json b/data_descriptors/variables/apdayz.wtem.json new file mode 100644 index 000000000..6a85d25dc --- /dev/null +++ b/data_descriptors/variables/apdayz.wtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.zg b/data_descriptors/variables/apdayz.zg new file mode 100644 index 000000000..2d64442e1 --- /dev/null +++ b/data_descriptors/variables/apdayz.zg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apdayz.zg.json b/data_descriptors/variables/apdayz.zg.json new file mode 100644 index 000000000..2d64442e1 --- /dev/null +++ b/data_descriptors/variables/apdayz.zg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.areacella b/data_descriptors/variables/apfx.areacella new file mode 100644 index 000000000..1222d523e --- /dev/null +++ b/data_descriptors/variables/apfx.areacella @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.areacella.json b/data_descriptors/variables/apfx.areacella.json new file mode 100644 index 000000000..1222d523e --- /dev/null +++ b/data_descriptors/variables/apfx.areacella.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.ps b/data_descriptors/variables/apfx.ps new file mode 100644 index 000000000..c2d92bcf1 Binary files /dev/null and b/data_descriptors/variables/apfx.ps differ diff --git a/data_descriptors/variables/apfx.ps.json b/data_descriptors/variables/apfx.ps.json new file mode 100644 index 000000000..c2d92bcf1 --- /dev/null +++ b/data_descriptors/variables/apfx.ps.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rld b/data_descriptors/variables/apfx.rld new file mode 100644 index 000000000..281397c64 --- /dev/null +++ b/data_descriptors/variables/apfx.rld @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rld.json b/data_descriptors/variables/apfx.rld.json new file mode 100644 index 000000000..281397c64 --- /dev/null +++ b/data_descriptors/variables/apfx.rld.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rlu b/data_descriptors/variables/apfx.rlu new file mode 100644 index 000000000..1c5a2067b --- /dev/null +++ b/data_descriptors/variables/apfx.rlu @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rlu.json b/data_descriptors/variables/apfx.rlu.json new file mode 100644 index 000000000..1c5a2067b --- /dev/null +++ b/data_descriptors/variables/apfx.rlu.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rsd b/data_descriptors/variables/apfx.rsd new file mode 100644 index 000000000..41d65b2b0 --- /dev/null +++ b/data_descriptors/variables/apfx.rsd @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rsd.json b/data_descriptors/variables/apfx.rsd.json new file mode 100644 index 000000000..41d65b2b0 --- /dev/null +++ b/data_descriptors/variables/apfx.rsd.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rsu b/data_descriptors/variables/apfx.rsu new file mode 100644 index 000000000..7835b754f --- /dev/null +++ b/data_descriptors/variables/apfx.rsu @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.rsu.json b/data_descriptors/variables/apfx.rsu.json new file mode 100644 index 000000000..7835b754f --- /dev/null +++ b/data_descriptors/variables/apfx.rsu.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.sftlf b/data_descriptors/variables/apfx.sftlf new file mode 100644 index 000000000..5cddf24bf --- /dev/null +++ b/data_descriptors/variables/apfx.sftlf @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.sftlf.json b/data_descriptors/variables/apfx.sftlf.json new file mode 100644 index 000000000..5cddf24bf --- /dev/null +++ b/data_descriptors/variables/apfx.sftlf.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.siltfrac b/data_descriptors/variables/apfx.siltfrac new file mode 100644 index 000000000..a0ae4ae30 --- /dev/null +++ b/data_descriptors/variables/apfx.siltfrac @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.siltfrac.json b/data_descriptors/variables/apfx.siltfrac.json new file mode 100644 index 000000000..a0ae4ae30 --- /dev/null +++ b/data_descriptors/variables/apfx.siltfrac.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.zfull b/data_descriptors/variables/apfx.zfull new file mode 100644 index 000000000..9b44fad3c --- /dev/null +++ b/data_descriptors/variables/apfx.zfull @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apfx.zfull.json b/data_descriptors/variables/apfx.zfull.json new file mode 100644 index 000000000..9b44fad3c --- /dev/null +++ b/data_descriptors/variables/apfx.zfull.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.albisccp b/data_descriptors/variables/apmon.albisccp new file mode 100644 index 000000000..c7da58bcf --- /dev/null +++ b/data_descriptors/variables/apmon.albisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.albisccp.json b/data_descriptors/variables/apmon.albisccp.json new file mode 100644 index 000000000..c7da58bcf --- /dev/null +++ b/data_descriptors/variables/apmon.albisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ccb b/data_descriptors/variables/apmon.ccb new file mode 100644 index 000000000..d2b9d1194 --- /dev/null +++ b/data_descriptors/variables/apmon.ccb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ccb.json b/data_descriptors/variables/apmon.ccb.json new file mode 100644 index 000000000..d2b9d1194 --- /dev/null +++ b/data_descriptors/variables/apmon.ccb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cct b/data_descriptors/variables/apmon.cct new file mode 100644 index 000000000..2da4b0567 --- /dev/null +++ b/data_descriptors/variables/apmon.cct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cct.json b/data_descriptors/variables/apmon.cct.json new file mode 100644 index 000000000..2da4b0567 --- /dev/null +++ b/data_descriptors/variables/apmon.cct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfaddbze94 b/data_descriptors/variables/apmon.cfaddbze94 new file mode 100644 index 000000000..5e4d61fe1 --- /dev/null +++ b/data_descriptors/variables/apmon.cfaddbze94 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfaddbze94.json b/data_descriptors/variables/apmon.cfaddbze94.json new file mode 100644 index 000000000..5e4d61fe1 --- /dev/null +++ b/data_descriptors/variables/apmon.cfaddbze94.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfadlidarsr532 b/data_descriptors/variables/apmon.cfadlidarsr532 new file mode 100644 index 000000000..4f3c655cd --- /dev/null +++ b/data_descriptors/variables/apmon.cfadlidarsr532 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfadlidarsr532.json b/data_descriptors/variables/apmon.cfadlidarsr532.json new file mode 100644 index 000000000..4f3c655cd --- /dev/null +++ b/data_descriptors/variables/apmon.cfadlidarsr532.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc113global b/data_descriptors/variables/apmon.cfc113global new file mode 100644 index 000000000..b95240233 --- /dev/null +++ b/data_descriptors/variables/apmon.cfc113global @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc113global.json b/data_descriptors/variables/apmon.cfc113global.json new file mode 100644 index 000000000..b95240233 --- /dev/null +++ b/data_descriptors/variables/apmon.cfc113global.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc11global b/data_descriptors/variables/apmon.cfc11global new file mode 100644 index 000000000..52d80b25b --- /dev/null +++ b/data_descriptors/variables/apmon.cfc11global @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc11global.json b/data_descriptors/variables/apmon.cfc11global.json new file mode 100644 index 000000000..52d80b25b --- /dev/null +++ b/data_descriptors/variables/apmon.cfc11global.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc12global b/data_descriptors/variables/apmon.cfc12global new file mode 100644 index 000000000..06da1aec5 --- /dev/null +++ b/data_descriptors/variables/apmon.cfc12global @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cfc12global.json b/data_descriptors/variables/apmon.cfc12global.json new file mode 100644 index 000000000..06da1aec5 --- /dev/null +++ b/data_descriptors/variables/apmon.cfc12global.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ch4 b/data_descriptors/variables/apmon.ch4 new file mode 100644 index 000000000..c8434aa43 --- /dev/null +++ b/data_descriptors/variables/apmon.ch4 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ch4.json b/data_descriptors/variables/apmon.ch4.json new file mode 100644 index 000000000..c8434aa43 --- /dev/null +++ b/data_descriptors/variables/apmon.ch4.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ch4global b/data_descriptors/variables/apmon.ch4global new file mode 100644 index 000000000..508b67f89 --- /dev/null +++ b/data_descriptors/variables/apmon.ch4global @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ch4global.json b/data_descriptors/variables/apmon.ch4global.json new file mode 100644 index 000000000..508b67f89 --- /dev/null +++ b/data_descriptors/variables/apmon.ch4global.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ci b/data_descriptors/variables/apmon.ci new file mode 100644 index 000000000..30a319452 --- /dev/null +++ b/data_descriptors/variables/apmon.ci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ci.json b/data_descriptors/variables/apmon.ci.json new file mode 100644 index 000000000..30a319452 --- /dev/null +++ b/data_descriptors/variables/apmon.ci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipso b/data_descriptors/variables/apmon.clcalipso new file mode 100644 index 000000000..c5e03b014 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipso.json b/data_descriptors/variables/apmon.clcalipso.json new file mode 100644 index 000000000..c5e03b014 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipsoice b/data_descriptors/variables/apmon.clcalipsoice new file mode 100644 index 000000000..4fb192c77 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipsoice @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipsoice.json b/data_descriptors/variables/apmon.clcalipsoice.json new file mode 100644 index 000000000..4fb192c77 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipsoice.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipsoliq b/data_descriptors/variables/apmon.clcalipsoliq new file mode 100644 index 000000000..be6436144 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipsoliq @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clcalipsoliq.json b/data_descriptors/variables/apmon.clcalipsoliq.json new file mode 100644 index 000000000..be6436144 --- /dev/null +++ b/data_descriptors/variables/apmon.clcalipsoliq.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldicemxrat27 b/data_descriptors/variables/apmon.cldicemxrat27 new file mode 100644 index 000000000..cc7f492c9 --- /dev/null +++ b/data_descriptors/variables/apmon.cldicemxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldicemxrat27.json b/data_descriptors/variables/apmon.cldicemxrat27.json new file mode 100644 index 000000000..cc7f492c9 --- /dev/null +++ b/data_descriptors/variables/apmon.cldicemxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldnci b/data_descriptors/variables/apmon.cldnci new file mode 100644 index 000000000..922eea324 --- /dev/null +++ b/data_descriptors/variables/apmon.cldnci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldnci.json b/data_descriptors/variables/apmon.cldnci.json new file mode 100644 index 000000000..922eea324 --- /dev/null +++ b/data_descriptors/variables/apmon.cldnci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldncl b/data_descriptors/variables/apmon.cldncl new file mode 100644 index 000000000..2bbed26f5 --- /dev/null +++ b/data_descriptors/variables/apmon.cldncl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldncl.json b/data_descriptors/variables/apmon.cldncl.json new file mode 100644 index 000000000..2bbed26f5 --- /dev/null +++ b/data_descriptors/variables/apmon.cldncl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldnvi b/data_descriptors/variables/apmon.cldnvi new file mode 100644 index 000000000..f296cdea7 --- /dev/null +++ b/data_descriptors/variables/apmon.cldnvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldnvi.json b/data_descriptors/variables/apmon.cldnvi.json new file mode 100644 index 000000000..f296cdea7 --- /dev/null +++ b/data_descriptors/variables/apmon.cldnvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldwatmxrat27 b/data_descriptors/variables/apmon.cldwatmxrat27 new file mode 100644 index 000000000..4fd4f92cc --- /dev/null +++ b/data_descriptors/variables/apmon.cldwatmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cldwatmxrat27.json b/data_descriptors/variables/apmon.cldwatmxrat27.json new file mode 100644 index 000000000..4fd4f92cc --- /dev/null +++ b/data_descriptors/variables/apmon.cldwatmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clhcalipso b/data_descriptors/variables/apmon.clhcalipso new file mode 100644 index 000000000..08cb5b6cf --- /dev/null +++ b/data_descriptors/variables/apmon.clhcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clhcalipso.json b/data_descriptors/variables/apmon.clhcalipso.json new file mode 100644 index 000000000..08cb5b6cf --- /dev/null +++ b/data_descriptors/variables/apmon.clhcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.climodis b/data_descriptors/variables/apmon.climodis new file mode 100644 index 000000000..cbcfd9ff4 --- /dev/null +++ b/data_descriptors/variables/apmon.climodis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.climodis.json b/data_descriptors/variables/apmon.climodis.json new file mode 100644 index 000000000..cbcfd9ff4 --- /dev/null +++ b/data_descriptors/variables/apmon.climodis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clisccp b/data_descriptors/variables/apmon.clisccp new file mode 100644 index 000000000..372305b81 --- /dev/null +++ b/data_descriptors/variables/apmon.clisccp @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clisccp.json b/data_descriptors/variables/apmon.clisccp.json new file mode 100644 index 000000000..372305b81 --- /dev/null +++ b/data_descriptors/variables/apmon.clisccp.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clivi b/data_descriptors/variables/apmon.clivi new file mode 100644 index 000000000..1e2b47828 --- /dev/null +++ b/data_descriptors/variables/apmon.clivi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clivi.json b/data_descriptors/variables/apmon.clivi.json new file mode 100644 index 000000000..1e2b47828 --- /dev/null +++ b/data_descriptors/variables/apmon.clivi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cllcalipso b/data_descriptors/variables/apmon.cllcalipso new file mode 100644 index 000000000..4f1ba324f --- /dev/null +++ b/data_descriptors/variables/apmon.cllcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cllcalipso.json b/data_descriptors/variables/apmon.cllcalipso.json new file mode 100644 index 000000000..4f1ba324f --- /dev/null +++ b/data_descriptors/variables/apmon.cllcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clmcalipso b/data_descriptors/variables/apmon.clmcalipso new file mode 100644 index 000000000..abc6b1b84 --- /dev/null +++ b/data_descriptors/variables/apmon.clmcalipso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clmcalipso.json b/data_descriptors/variables/apmon.clmcalipso.json new file mode 100644 index 000000000..abc6b1b84 --- /dev/null +++ b/data_descriptors/variables/apmon.clmcalipso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clmisr b/data_descriptors/variables/apmon.clmisr new file mode 100644 index 000000000..024f1e263 --- /dev/null +++ b/data_descriptors/variables/apmon.clmisr @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clmisr.json b/data_descriptors/variables/apmon.clmisr.json new file mode 100644 index 000000000..024f1e263 --- /dev/null +++ b/data_descriptors/variables/apmon.clmisr.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clt b/data_descriptors/variables/apmon.clt new file mode 100644 index 000000000..b4fcb1a74 --- /dev/null +++ b/data_descriptors/variables/apmon.clt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clt.json b/data_descriptors/variables/apmon.clt.json new file mode 100644 index 000000000..b4fcb1a74 --- /dev/null +++ b/data_descriptors/variables/apmon.clt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltcalipso b/data_descriptors/variables/apmon.cltcalipso new file mode 100644 index 000000000..38e60571c --- /dev/null +++ b/data_descriptors/variables/apmon.cltcalipso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltcalipso.json b/data_descriptors/variables/apmon.cltcalipso.json new file mode 100644 index 000000000..38e60571c --- /dev/null +++ b/data_descriptors/variables/apmon.cltcalipso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltisccp b/data_descriptors/variables/apmon.cltisccp new file mode 100644 index 000000000..7e6f0ae8a --- /dev/null +++ b/data_descriptors/variables/apmon.cltisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltisccp.json b/data_descriptors/variables/apmon.cltisccp.json new file mode 100644 index 000000000..7e6f0ae8a --- /dev/null +++ b/data_descriptors/variables/apmon.cltisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltmodis b/data_descriptors/variables/apmon.cltmodis new file mode 100644 index 000000000..43adffd87 --- /dev/null +++ b/data_descriptors/variables/apmon.cltmodis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.cltmodis.json b/data_descriptors/variables/apmon.cltmodis.json new file mode 100644 index 000000000..43adffd87 --- /dev/null +++ b/data_descriptors/variables/apmon.cltmodis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwmodis b/data_descriptors/variables/apmon.clwmodis new file mode 100644 index 000000000..1d07eac46 --- /dev/null +++ b/data_descriptors/variables/apmon.clwmodis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwmodis.json b/data_descriptors/variables/apmon.clwmodis.json new file mode 100644 index 000000000..1d07eac46 --- /dev/null +++ b/data_descriptors/variables/apmon.clwmodis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwvi b/data_descriptors/variables/apmon.clwvi new file mode 100644 index 000000000..61361fc08 --- /dev/null +++ b/data_descriptors/variables/apmon.clwvi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwvi.json b/data_descriptors/variables/apmon.clwvi.json new file mode 100644 index 000000000..61361fc08 --- /dev/null +++ b/data_descriptors/variables/apmon.clwvi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwvic b/data_descriptors/variables/apmon.clwvic new file mode 100644 index 000000000..d3d6f6c61 --- /dev/null +++ b/data_descriptors/variables/apmon.clwvic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.clwvic.json b/data_descriptors/variables/apmon.clwvic.json new file mode 100644 index 000000000..d3d6f6c61 --- /dev/null +++ b/data_descriptors/variables/apmon.clwvic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2 b/data_descriptors/variables/apmon.co2 new file mode 100644 index 000000000..1deaf73cd --- /dev/null +++ b/data_descriptors/variables/apmon.co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2.json b/data_descriptors/variables/apmon.co2.json new file mode 100644 index 000000000..1deaf73cd --- /dev/null +++ b/data_descriptors/variables/apmon.co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2mass b/data_descriptors/variables/apmon.co2mass new file mode 100644 index 000000000..bbfadae74 --- /dev/null +++ b/data_descriptors/variables/apmon.co2mass @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2mass.json b/data_descriptors/variables/apmon.co2mass.json new file mode 100644 index 000000000..bbfadae74 --- /dev/null +++ b/data_descriptors/variables/apmon.co2mass.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2s b/data_descriptors/variables/apmon.co2s new file mode 100644 index 000000000..3a898b144 --- /dev/null +++ b/data_descriptors/variables/apmon.co2s @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.co2s.json b/data_descriptors/variables/apmon.co2s.json new file mode 100644 index 000000000..3a898b144 --- /dev/null +++ b/data_descriptors/variables/apmon.co2s.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.columnmassflux b/data_descriptors/variables/apmon.columnmassflux new file mode 100644 index 000000000..828ba7401 --- /dev/null +++ b/data_descriptors/variables/apmon.columnmassflux @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.columnmassflux.json b/data_descriptors/variables/apmon.columnmassflux.json new file mode 100644 index 000000000..828ba7401 --- /dev/null +++ b/data_descriptors/variables/apmon.columnmassflux.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.diabdrag b/data_descriptors/variables/apmon.diabdrag new file mode 100644 index 000000000..cb4e9bfcb --- /dev/null +++ b/data_descriptors/variables/apmon.diabdrag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.diabdrag.json b/data_descriptors/variables/apmon.diabdrag.json new file mode 100644 index 000000000..cb4e9bfcb --- /dev/null +++ b/data_descriptors/variables/apmon.diabdrag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.evspsbl b/data_descriptors/variables/apmon.evspsbl new file mode 100644 index 000000000..a37b6b087 --- /dev/null +++ b/data_descriptors/variables/apmon.evspsbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.evspsbl.json b/data_descriptors/variables/apmon.evspsbl.json new file mode 100644 index 000000000..a37b6b087 --- /dev/null +++ b/data_descriptors/variables/apmon.evspsbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2antt b/data_descriptors/variables/apmon.fco2antt new file mode 100644 index 000000000..f20729c8e --- /dev/null +++ b/data_descriptors/variables/apmon.fco2antt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2antt.json b/data_descriptors/variables/apmon.fco2antt.json new file mode 100644 index 000000000..f20729c8e --- /dev/null +++ b/data_descriptors/variables/apmon.fco2antt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2fos b/data_descriptors/variables/apmon.fco2fos new file mode 100644 index 000000000..027d6a2e4 --- /dev/null +++ b/data_descriptors/variables/apmon.fco2fos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2fos.json b/data_descriptors/variables/apmon.fco2fos.json new file mode 100644 index 000000000..027d6a2e4 --- /dev/null +++ b/data_descriptors/variables/apmon.fco2fos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2nat b/data_descriptors/variables/apmon.fco2nat new file mode 100644 index 000000000..28a759a89 --- /dev/null +++ b/data_descriptors/variables/apmon.fco2nat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.fco2nat.json b/data_descriptors/variables/apmon.fco2nat.json new file mode 100644 index 000000000..28a759a89 --- /dev/null +++ b/data_descriptors/variables/apmon.fco2nat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.grplmxrat27 b/data_descriptors/variables/apmon.grplmxrat27 new file mode 100644 index 000000000..96c077559 --- /dev/null +++ b/data_descriptors/variables/apmon.grplmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.grplmxrat27.json b/data_descriptors/variables/apmon.grplmxrat27.json new file mode 100644 index 000000000..96c077559 --- /dev/null +++ b/data_descriptors/variables/apmon.grplmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hcfc22global b/data_descriptors/variables/apmon.hcfc22global new file mode 100644 index 000000000..3fbf0a405 --- /dev/null +++ b/data_descriptors/variables/apmon.hcfc22global @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hcfc22global.json b/data_descriptors/variables/apmon.hcfc22global.json new file mode 100644 index 000000000..3fbf0a405 --- /dev/null +++ b/data_descriptors/variables/apmon.hcfc22global.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hfls b/data_descriptors/variables/apmon.hfls new file mode 100644 index 000000000..290114f47 --- /dev/null +++ b/data_descriptors/variables/apmon.hfls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hfls.json b/data_descriptors/variables/apmon.hfls.json new file mode 100644 index 000000000..290114f47 --- /dev/null +++ b/data_descriptors/variables/apmon.hfls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hfss b/data_descriptors/variables/apmon.hfss new file mode 100644 index 000000000..9898bef79 --- /dev/null +++ b/data_descriptors/variables/apmon.hfss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hfss.json b/data_descriptors/variables/apmon.hfss.json new file mode 100644 index 000000000..9898bef79 --- /dev/null +++ b/data_descriptors/variables/apmon.hfss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hur b/data_descriptors/variables/apmon.hur new file mode 100644 index 000000000..cea884ae9 --- /dev/null +++ b/data_descriptors/variables/apmon.hur @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hur.json b/data_descriptors/variables/apmon.hur.json new file mode 100644 index 000000000..cea884ae9 --- /dev/null +++ b/data_descriptors/variables/apmon.hur.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hurs b/data_descriptors/variables/apmon.hurs new file mode 100644 index 000000000..5d7c9e111 --- /dev/null +++ b/data_descriptors/variables/apmon.hurs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hurs.json b/data_descriptors/variables/apmon.hurs.json new file mode 100644 index 000000000..5d7c9e111 --- /dev/null +++ b/data_descriptors/variables/apmon.hurs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hursmincrop b/data_descriptors/variables/apmon.hursmincrop new file mode 100644 index 000000000..4e49d0ce1 --- /dev/null +++ b/data_descriptors/variables/apmon.hursmincrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hursmincrop.json b/data_descriptors/variables/apmon.hursmincrop.json new file mode 100644 index 000000000..4e49d0ce1 --- /dev/null +++ b/data_descriptors/variables/apmon.hursmincrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus19 b/data_descriptors/variables/apmon.hus19 new file mode 100644 index 000000000..09fa407e8 --- /dev/null +++ b/data_descriptors/variables/apmon.hus19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus19.json b/data_descriptors/variables/apmon.hus19.json new file mode 100644 index 000000000..09fa407e8 --- /dev/null +++ b/data_descriptors/variables/apmon.hus19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus27 b/data_descriptors/variables/apmon.hus27 new file mode 100644 index 000000000..62ad2edfb --- /dev/null +++ b/data_descriptors/variables/apmon.hus27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus27.json b/data_descriptors/variables/apmon.hus27.json new file mode 100644 index 000000000..62ad2edfb --- /dev/null +++ b/data_descriptors/variables/apmon.hus27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus7h b/data_descriptors/variables/apmon.hus7h new file mode 100644 index 000000000..11cbd2f46 --- /dev/null +++ b/data_descriptors/variables/apmon.hus7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.hus7h.json b/data_descriptors/variables/apmon.hus7h.json new file mode 100644 index 000000000..11cbd2f46 --- /dev/null +++ b/data_descriptors/variables/apmon.hus7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.huss b/data_descriptors/variables/apmon.huss new file mode 100644 index 000000000..185d53321 --- /dev/null +++ b/data_descriptors/variables/apmon.huss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.huss.json b/data_descriptors/variables/apmon.huss.json new file mode 100644 index 000000000..185d53321 --- /dev/null +++ b/data_descriptors/variables/apmon.huss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intuadse b/data_descriptors/variables/apmon.intuadse new file mode 100644 index 000000000..80d256e5c --- /dev/null +++ b/data_descriptors/variables/apmon.intuadse @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intuadse.json b/data_descriptors/variables/apmon.intuadse.json new file mode 100644 index 000000000..80d256e5c --- /dev/null +++ b/data_descriptors/variables/apmon.intuadse.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intuaw b/data_descriptors/variables/apmon.intuaw new file mode 100644 index 000000000..4caacb5f6 --- /dev/null +++ b/data_descriptors/variables/apmon.intuaw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intuaw.json b/data_descriptors/variables/apmon.intuaw.json new file mode 100644 index 000000000..4caacb5f6 --- /dev/null +++ b/data_descriptors/variables/apmon.intuaw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intvadse b/data_descriptors/variables/apmon.intvadse new file mode 100644 index 000000000..16e4e9d7c --- /dev/null +++ b/data_descriptors/variables/apmon.intvadse @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intvadse.json b/data_descriptors/variables/apmon.intvadse.json new file mode 100644 index 000000000..16e4e9d7c --- /dev/null +++ b/data_descriptors/variables/apmon.intvadse.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intvaw b/data_descriptors/variables/apmon.intvaw new file mode 100644 index 000000000..3e96faabc --- /dev/null +++ b/data_descriptors/variables/apmon.intvaw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.intvaw.json b/data_descriptors/variables/apmon.intvaw.json new file mode 100644 index 000000000..3e96faabc --- /dev/null +++ b/data_descriptors/variables/apmon.intvaw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.jpdftaureicemodis b/data_descriptors/variables/apmon.jpdftaureicemodis new file mode 100644 index 000000000..8b65fb6ce --- /dev/null +++ b/data_descriptors/variables/apmon.jpdftaureicemodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.jpdftaureicemodis.json b/data_descriptors/variables/apmon.jpdftaureicemodis.json new file mode 100644 index 000000000..8b65fb6ce --- /dev/null +++ b/data_descriptors/variables/apmon.jpdftaureicemodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.jpdftaureliqmodis b/data_descriptors/variables/apmon.jpdftaureliqmodis new file mode 100644 index 000000000..1a375cb05 --- /dev/null +++ b/data_descriptors/variables/apmon.jpdftaureliqmodis @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.jpdftaureliqmodis.json b/data_descriptors/variables/apmon.jpdftaureliqmodis.json new file mode 100644 index 000000000..1a375cb05 --- /dev/null +++ b/data_descriptors/variables/apmon.jpdftaureliqmodis.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loaddust b/data_descriptors/variables/apmon.loaddust new file mode 100644 index 000000000..1c4814a93 --- /dev/null +++ b/data_descriptors/variables/apmon.loaddust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loaddust.json b/data_descriptors/variables/apmon.loaddust.json new file mode 100644 index 000000000..1c4814a93 --- /dev/null +++ b/data_descriptors/variables/apmon.loaddust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loadso4 b/data_descriptors/variables/apmon.loadso4 new file mode 100644 index 000000000..6e79ae6be --- /dev/null +++ b/data_descriptors/variables/apmon.loadso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loadso4.json b/data_descriptors/variables/apmon.loadso4.json new file mode 100644 index 000000000..6e79ae6be --- /dev/null +++ b/data_descriptors/variables/apmon.loadso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loadss b/data_descriptors/variables/apmon.loadss new file mode 100644 index 000000000..5f5c526b0 --- /dev/null +++ b/data_descriptors/variables/apmon.loadss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.loadss.json b/data_descriptors/variables/apmon.loadss.json new file mode 100644 index 000000000..5f5c526b0 --- /dev/null +++ b/data_descriptors/variables/apmon.loadss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwsrfasdust b/data_descriptors/variables/apmon.lwsrfasdust new file mode 100644 index 000000000..284a1f076 --- /dev/null +++ b/data_descriptors/variables/apmon.lwsrfasdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwsrfasdust.json b/data_descriptors/variables/apmon.lwsrfasdust.json new file mode 100644 index 000000000..284a1f076 --- /dev/null +++ b/data_descriptors/variables/apmon.lwsrfasdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwsrfcsdust b/data_descriptors/variables/apmon.lwsrfcsdust new file mode 100644 index 000000000..0c0bdfb41 --- /dev/null +++ b/data_descriptors/variables/apmon.lwsrfcsdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwsrfcsdust.json b/data_descriptors/variables/apmon.lwsrfcsdust.json new file mode 100644 index 000000000..0c0bdfb41 --- /dev/null +++ b/data_descriptors/variables/apmon.lwsrfcsdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoaasdust b/data_descriptors/variables/apmon.lwtoaasdust new file mode 100644 index 000000000..538e736c5 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoaasdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoaasdust.json b/data_descriptors/variables/apmon.lwtoaasdust.json new file mode 100644 index 000000000..538e736c5 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoaasdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoacsaer b/data_descriptors/variables/apmon.lwtoacsaer new file mode 100644 index 000000000..afac25a04 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoacsaer @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoacsaer.json b/data_descriptors/variables/apmon.lwtoacsaer.json new file mode 100644 index 000000000..afac25a04 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoacsaer.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoacsdust b/data_descriptors/variables/apmon.lwtoacsdust new file mode 100644 index 000000000..57473d732 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoacsdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.lwtoacsdust.json b/data_descriptors/variables/apmon.lwtoacsdust.json new file mode 100644 index 000000000..57473d732 --- /dev/null +++ b/data_descriptors/variables/apmon.lwtoacsdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.n2o b/data_descriptors/variables/apmon.n2o new file mode 100644 index 000000000..4af8748ba --- /dev/null +++ b/data_descriptors/variables/apmon.n2o @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.n2o.json b/data_descriptors/variables/apmon.n2o.json new file mode 100644 index 000000000..4af8748ba --- /dev/null +++ b/data_descriptors/variables/apmon.n2o.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.n2oglobal b/data_descriptors/variables/apmon.n2oglobal new file mode 100644 index 000000000..43e7f02f7 --- /dev/null +++ b/data_descriptors/variables/apmon.n2oglobal @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.n2oglobal.json b/data_descriptors/variables/apmon.n2oglobal.json new file mode 100644 index 000000000..43e7f02f7 --- /dev/null +++ b/data_descriptors/variables/apmon.n2oglobal.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.o3 b/data_descriptors/variables/apmon.o3 new file mode 100644 index 000000000..50a81347d --- /dev/null +++ b/data_descriptors/variables/apmon.o3 @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.o3.json b/data_descriptors/variables/apmon.o3.json new file mode 100644 index 000000000..50a81347d --- /dev/null +++ b/data_descriptors/variables/apmon.o3.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od443dust b/data_descriptors/variables/apmon.od443dust new file mode 100644 index 000000000..525a714cf --- /dev/null +++ b/data_descriptors/variables/apmon.od443dust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od443dust.json b/data_descriptors/variables/apmon.od443dust.json new file mode 100644 index 000000000..525a714cf --- /dev/null +++ b/data_descriptors/variables/apmon.od443dust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od550aerso b/data_descriptors/variables/apmon.od550aerso new file mode 100644 index 000000000..821910d2f --- /dev/null +++ b/data_descriptors/variables/apmon.od550aerso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od550aerso.json b/data_descriptors/variables/apmon.od550aerso.json new file mode 100644 index 000000000..821910d2f --- /dev/null +++ b/data_descriptors/variables/apmon.od550aerso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od550so4so b/data_descriptors/variables/apmon.od550so4so new file mode 100644 index 000000000..61993b547 --- /dev/null +++ b/data_descriptors/variables/apmon.od550so4so @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od550so4so.json b/data_descriptors/variables/apmon.od550so4so.json new file mode 100644 index 000000000..61993b547 --- /dev/null +++ b/data_descriptors/variables/apmon.od550so4so.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od865dust b/data_descriptors/variables/apmon.od865dust new file mode 100644 index 000000000..ef4b70485 --- /dev/null +++ b/data_descriptors/variables/apmon.od865dust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.od865dust.json b/data_descriptors/variables/apmon.od865dust.json new file mode 100644 index 000000000..ef4b70485 --- /dev/null +++ b/data_descriptors/variables/apmon.od865dust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.parasolrefl b/data_descriptors/variables/apmon.parasolrefl new file mode 100644 index 000000000..fbc194bc5 --- /dev/null +++ b/data_descriptors/variables/apmon.parasolrefl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.parasolrefl.json b/data_descriptors/variables/apmon.parasolrefl.json new file mode 100644 index 000000000..fbc194bc5 --- /dev/null +++ b/data_descriptors/variables/apmon.parasolrefl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pctisccp b/data_descriptors/variables/apmon.pctisccp new file mode 100644 index 000000000..35e28c030 --- /dev/null +++ b/data_descriptors/variables/apmon.pctisccp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pctisccp.json b/data_descriptors/variables/apmon.pctisccp.json new file mode 100644 index 000000000..35e28c030 --- /dev/null +++ b/data_descriptors/variables/apmon.pctisccp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr b/data_descriptors/variables/apmon.pr new file mode 100644 index 000000000..ce1705e1a --- /dev/null +++ b/data_descriptors/variables/apmon.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr.json b/data_descriptors/variables/apmon.pr.json new file mode 100644 index 000000000..ce1705e1a --- /dev/null +++ b/data_descriptors/variables/apmon.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr17o b/data_descriptors/variables/apmon.pr17o new file mode 100644 index 000000000..3d2b11191 --- /dev/null +++ b/data_descriptors/variables/apmon.pr17o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr17o.json b/data_descriptors/variables/apmon.pr17o.json new file mode 100644 index 000000000..3d2b11191 --- /dev/null +++ b/data_descriptors/variables/apmon.pr17o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr18o b/data_descriptors/variables/apmon.pr18o new file mode 100644 index 000000000..33bb45b2e --- /dev/null +++ b/data_descriptors/variables/apmon.pr18o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr18o.json b/data_descriptors/variables/apmon.pr18o.json new file mode 100644 index 000000000..33bb45b2e --- /dev/null +++ b/data_descriptors/variables/apmon.pr18o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr2h b/data_descriptors/variables/apmon.pr2h new file mode 100644 index 000000000..483f71db7 --- /dev/null +++ b/data_descriptors/variables/apmon.pr2h @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.pr2h.json b/data_descriptors/variables/apmon.pr2h.json new file mode 100644 index 000000000..483f71db7 --- /dev/null +++ b/data_descriptors/variables/apmon.pr2h.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prc b/data_descriptors/variables/apmon.prc new file mode 100644 index 000000000..447da19bb --- /dev/null +++ b/data_descriptors/variables/apmon.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prc.json b/data_descriptors/variables/apmon.prc.json new file mode 100644 index 000000000..447da19bb --- /dev/null +++ b/data_descriptors/variables/apmon.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prcrop b/data_descriptors/variables/apmon.prcrop new file mode 100644 index 000000000..fb2d6c33a --- /dev/null +++ b/data_descriptors/variables/apmon.prcrop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prcrop.json b/data_descriptors/variables/apmon.prcrop.json new file mode 100644 index 000000000..fb2d6c33a --- /dev/null +++ b/data_descriptors/variables/apmon.prcrop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prhmax b/data_descriptors/variables/apmon.prhmax new file mode 100644 index 000000000..5e74c308e --- /dev/null +++ b/data_descriptors/variables/apmon.prhmax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prhmax.json b/data_descriptors/variables/apmon.prhmax.json new file mode 100644 index 000000000..5e74c308e --- /dev/null +++ b/data_descriptors/variables/apmon.prhmax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prra b/data_descriptors/variables/apmon.prra new file mode 100644 index 000000000..8101fdb1f --- /dev/null +++ b/data_descriptors/variables/apmon.prra @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prra.json b/data_descriptors/variables/apmon.prra.json new file mode 100644 index 000000000..8101fdb1f --- /dev/null +++ b/data_descriptors/variables/apmon.prra.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn b/data_descriptors/variables/apmon.prsn new file mode 100644 index 000000000..aae24a13c --- /dev/null +++ b/data_descriptors/variables/apmon.prsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn.json b/data_descriptors/variables/apmon.prsn.json new file mode 100644 index 000000000..aae24a13c --- /dev/null +++ b/data_descriptors/variables/apmon.prsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn17o b/data_descriptors/variables/apmon.prsn17o new file mode 100644 index 000000000..ef91c090e --- /dev/null +++ b/data_descriptors/variables/apmon.prsn17o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn17o.json b/data_descriptors/variables/apmon.prsn17o.json new file mode 100644 index 000000000..ef91c090e --- /dev/null +++ b/data_descriptors/variables/apmon.prsn17o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn18o b/data_descriptors/variables/apmon.prsn18o new file mode 100644 index 000000000..bd0c336b6 --- /dev/null +++ b/data_descriptors/variables/apmon.prsn18o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn18o.json b/data_descriptors/variables/apmon.prsn18o.json new file mode 100644 index 000000000..bd0c336b6 --- /dev/null +++ b/data_descriptors/variables/apmon.prsn18o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn2h b/data_descriptors/variables/apmon.prsn2h new file mode 100644 index 000000000..4daa60af1 --- /dev/null +++ b/data_descriptors/variables/apmon.prsn2h @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prsn2h.json b/data_descriptors/variables/apmon.prsn2h.json new file mode 100644 index 000000000..4daa60af1 --- /dev/null +++ b/data_descriptors/variables/apmon.prsn2h.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prw b/data_descriptors/variables/apmon.prw new file mode 100644 index 000000000..e3fc47e90 --- /dev/null +++ b/data_descriptors/variables/apmon.prw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.prw.json b/data_descriptors/variables/apmon.prw.json new file mode 100644 index 000000000..e3fc47e90 --- /dev/null +++ b/data_descriptors/variables/apmon.prw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ps b/data_descriptors/variables/apmon.ps new file mode 100644 index 000000000..61f464e6b Binary files /dev/null and b/data_descriptors/variables/apmon.ps differ diff --git a/data_descriptors/variables/apmon.ps.json b/data_descriptors/variables/apmon.ps.json new file mode 100644 index 000000000..61f464e6b --- /dev/null +++ b/data_descriptors/variables/apmon.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.psl b/data_descriptors/variables/apmon.psl new file mode 100644 index 000000000..756732939 --- /dev/null +++ b/data_descriptors/variables/apmon.psl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.psl.json b/data_descriptors/variables/apmon.psl.json new file mode 100644 index 000000000..756732939 --- /dev/null +++ b/data_descriptors/variables/apmon.psl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rainmxrat27 b/data_descriptors/variables/apmon.rainmxrat27 new file mode 100644 index 000000000..a5b761d65 --- /dev/null +++ b/data_descriptors/variables/apmon.rainmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rainmxrat27.json b/data_descriptors/variables/apmon.rainmxrat27.json new file mode 100644 index 000000000..a5b761d65 --- /dev/null +++ b/data_descriptors/variables/apmon.rainmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlds b/data_descriptors/variables/apmon.rlds new file mode 100644 index 000000000..7c85e7f96 --- /dev/null +++ b/data_descriptors/variables/apmon.rlds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlds.json b/data_descriptors/variables/apmon.rlds.json new file mode 100644 index 000000000..7c85e7f96 --- /dev/null +++ b/data_descriptors/variables/apmon.rlds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rldscs b/data_descriptors/variables/apmon.rldscs new file mode 100644 index 000000000..1bedde833 --- /dev/null +++ b/data_descriptors/variables/apmon.rldscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rldscs.json b/data_descriptors/variables/apmon.rldscs.json new file mode 100644 index 000000000..1bedde833 --- /dev/null +++ b/data_descriptors/variables/apmon.rldscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rls b/data_descriptors/variables/apmon.rls new file mode 100644 index 000000000..2ab4d44ab --- /dev/null +++ b/data_descriptors/variables/apmon.rls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rls.json b/data_descriptors/variables/apmon.rls.json new file mode 100644 index 000000000..2ab4d44ab --- /dev/null +++ b/data_descriptors/variables/apmon.rls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlus b/data_descriptors/variables/apmon.rlus new file mode 100644 index 000000000..e75694c44 --- /dev/null +++ b/data_descriptors/variables/apmon.rlus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlus.json b/data_descriptors/variables/apmon.rlus.json new file mode 100644 index 000000000..e75694c44 --- /dev/null +++ b/data_descriptors/variables/apmon.rlus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlut b/data_descriptors/variables/apmon.rlut new file mode 100644 index 000000000..4b83a852e --- /dev/null +++ b/data_descriptors/variables/apmon.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlut.json b/data_descriptors/variables/apmon.rlut.json new file mode 100644 index 000000000..4b83a852e --- /dev/null +++ b/data_descriptors/variables/apmon.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlut4co2 b/data_descriptors/variables/apmon.rlut4co2 new file mode 100644 index 000000000..04510a594 --- /dev/null +++ b/data_descriptors/variables/apmon.rlut4co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlut4co2.json b/data_descriptors/variables/apmon.rlut4co2.json new file mode 100644 index 000000000..04510a594 --- /dev/null +++ b/data_descriptors/variables/apmon.rlut4co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlutcs b/data_descriptors/variables/apmon.rlutcs new file mode 100644 index 000000000..6dc975ecb --- /dev/null +++ b/data_descriptors/variables/apmon.rlutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlutcs.json b/data_descriptors/variables/apmon.rlutcs.json new file mode 100644 index 000000000..6dc975ecb --- /dev/null +++ b/data_descriptors/variables/apmon.rlutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlutcs4co2 b/data_descriptors/variables/apmon.rlutcs4co2 new file mode 100644 index 000000000..e23d6317f --- /dev/null +++ b/data_descriptors/variables/apmon.rlutcs4co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rlutcs4co2.json b/data_descriptors/variables/apmon.rlutcs4co2.json new file mode 100644 index 000000000..e23d6317f --- /dev/null +++ b/data_descriptors/variables/apmon.rlutcs4co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsds b/data_descriptors/variables/apmon.rsds new file mode 100644 index 000000000..98e5883e2 --- /dev/null +++ b/data_descriptors/variables/apmon.rsds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsds.json b/data_descriptors/variables/apmon.rsds.json new file mode 100644 index 000000000..98e5883e2 --- /dev/null +++ b/data_descriptors/variables/apmon.rsds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdscs b/data_descriptors/variables/apmon.rsdscs new file mode 100644 index 000000000..0405352a7 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdscs.json b/data_descriptors/variables/apmon.rsdscs.json new file mode 100644 index 000000000..0405352a7 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdscsdiff b/data_descriptors/variables/apmon.rsdscsdiff new file mode 100644 index 000000000..477e4df35 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdscsdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdscsdiff.json b/data_descriptors/variables/apmon.rsdscsdiff.json new file mode 100644 index 000000000..477e4df35 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdscsdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdsdiff b/data_descriptors/variables/apmon.rsdsdiff new file mode 100644 index 000000000..872004dd4 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdsdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdsdiff.json b/data_descriptors/variables/apmon.rsdsdiff.json new file mode 100644 index 000000000..872004dd4 --- /dev/null +++ b/data_descriptors/variables/apmon.rsdsdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdt b/data_descriptors/variables/apmon.rsdt new file mode 100644 index 000000000..4bcef664b --- /dev/null +++ b/data_descriptors/variables/apmon.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsdt.json b/data_descriptors/variables/apmon.rsdt.json new file mode 100644 index 000000000..4bcef664b --- /dev/null +++ b/data_descriptors/variables/apmon.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rss b/data_descriptors/variables/apmon.rss new file mode 100644 index 000000000..52a3d2ed7 --- /dev/null +++ b/data_descriptors/variables/apmon.rss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rss.json b/data_descriptors/variables/apmon.rss.json new file mode 100644 index 000000000..52a3d2ed7 --- /dev/null +++ b/data_descriptors/variables/apmon.rss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsus b/data_descriptors/variables/apmon.rsus new file mode 100644 index 000000000..20505dc90 --- /dev/null +++ b/data_descriptors/variables/apmon.rsus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsus.json b/data_descriptors/variables/apmon.rsus.json new file mode 100644 index 000000000..20505dc90 --- /dev/null +++ b/data_descriptors/variables/apmon.rsus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsuscs b/data_descriptors/variables/apmon.rsuscs new file mode 100644 index 000000000..3274d8eb8 --- /dev/null +++ b/data_descriptors/variables/apmon.rsuscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsuscs.json b/data_descriptors/variables/apmon.rsuscs.json new file mode 100644 index 000000000..3274d8eb8 --- /dev/null +++ b/data_descriptors/variables/apmon.rsuscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsut b/data_descriptors/variables/apmon.rsut new file mode 100644 index 000000000..717492311 --- /dev/null +++ b/data_descriptors/variables/apmon.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsut.json b/data_descriptors/variables/apmon.rsut.json new file mode 100644 index 000000000..717492311 --- /dev/null +++ b/data_descriptors/variables/apmon.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsut4co2 b/data_descriptors/variables/apmon.rsut4co2 new file mode 100644 index 000000000..55cb221a2 --- /dev/null +++ b/data_descriptors/variables/apmon.rsut4co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsut4co2.json b/data_descriptors/variables/apmon.rsut4co2.json new file mode 100644 index 000000000..55cb221a2 --- /dev/null +++ b/data_descriptors/variables/apmon.rsut4co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsutcs b/data_descriptors/variables/apmon.rsutcs new file mode 100644 index 000000000..750041a09 --- /dev/null +++ b/data_descriptors/variables/apmon.rsutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsutcs.json b/data_descriptors/variables/apmon.rsutcs.json new file mode 100644 index 000000000..750041a09 --- /dev/null +++ b/data_descriptors/variables/apmon.rsutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsutcs4co2 b/data_descriptors/variables/apmon.rsutcs4co2 new file mode 100644 index 000000000..35f7860e9 --- /dev/null +++ b/data_descriptors/variables/apmon.rsutcs4co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rsutcs4co2.json b/data_descriptors/variables/apmon.rsutcs4co2.json new file mode 100644 index 000000000..35f7860e9 --- /dev/null +++ b/data_descriptors/variables/apmon.rsutcs4co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rtmt b/data_descriptors/variables/apmon.rtmt new file mode 100644 index 000000000..f23573994 --- /dev/null +++ b/data_descriptors/variables/apmon.rtmt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.rtmt.json b/data_descriptors/variables/apmon.rtmt.json new file mode 100644 index 000000000..f23573994 --- /dev/null +++ b/data_descriptors/variables/apmon.rtmt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sci b/data_descriptors/variables/apmon.sci new file mode 100644 index 000000000..2361d20f6 --- /dev/null +++ b/data_descriptors/variables/apmon.sci @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sci.json b/data_descriptors/variables/apmon.sci.json new file mode 100644 index 000000000..2361d20f6 --- /dev/null +++ b/data_descriptors/variables/apmon.sci.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcdust b/data_descriptors/variables/apmon.sconcdust new file mode 100644 index 000000000..d6738f654 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcdust.json b/data_descriptors/variables/apmon.sconcdust.json new file mode 100644 index 000000000..d6738f654 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcso4 b/data_descriptors/variables/apmon.sconcso4 new file mode 100644 index 000000000..c7df19274 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcso4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcso4.json b/data_descriptors/variables/apmon.sconcso4.json new file mode 100644 index 000000000..c7df19274 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcso4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcss b/data_descriptors/variables/apmon.sconcss new file mode 100644 index 000000000..df15e81c9 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sconcss.json b/data_descriptors/variables/apmon.sconcss.json new file mode 100644 index 000000000..df15e81c9 --- /dev/null +++ b/data_descriptors/variables/apmon.sconcss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sfcwind b/data_descriptors/variables/apmon.sfcwind new file mode 100644 index 000000000..6388c902f --- /dev/null +++ b/data_descriptors/variables/apmon.sfcwind @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sfcwind.json b/data_descriptors/variables/apmon.sfcwind.json new file mode 100644 index 000000000..6388c902f --- /dev/null +++ b/data_descriptors/variables/apmon.sfcwind.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sfcwindmax b/data_descriptors/variables/apmon.sfcwindmax new file mode 100644 index 000000000..fcb8c7116 --- /dev/null +++ b/data_descriptors/variables/apmon.sfcwindmax @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.sfcwindmax.json b/data_descriptors/variables/apmon.sfcwindmax.json new file mode 100644 index 000000000..fcb8c7116 --- /dev/null +++ b/data_descriptors/variables/apmon.sfcwindmax.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.snowmxrat27 b/data_descriptors/variables/apmon.snowmxrat27 new file mode 100644 index 000000000..09d9146e2 --- /dev/null +++ b/data_descriptors/variables/apmon.snowmxrat27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.snowmxrat27.json b/data_descriptors/variables/apmon.snowmxrat27.json new file mode 100644 index 000000000..09d9146e2 --- /dev/null +++ b/data_descriptors/variables/apmon.snowmxrat27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swsrfasdust b/data_descriptors/variables/apmon.swsrfasdust new file mode 100644 index 000000000..1bacc9e0c --- /dev/null +++ b/data_descriptors/variables/apmon.swsrfasdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swsrfasdust.json b/data_descriptors/variables/apmon.swsrfasdust.json new file mode 100644 index 000000000..1bacc9e0c --- /dev/null +++ b/data_descriptors/variables/apmon.swsrfasdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swsrfcsdust b/data_descriptors/variables/apmon.swsrfcsdust new file mode 100644 index 000000000..0dd123275 --- /dev/null +++ b/data_descriptors/variables/apmon.swsrfcsdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swsrfcsdust.json b/data_descriptors/variables/apmon.swsrfcsdust.json new file mode 100644 index 000000000..0dd123275 --- /dev/null +++ b/data_descriptors/variables/apmon.swsrfcsdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swtoaasdust b/data_descriptors/variables/apmon.swtoaasdust new file mode 100644 index 000000000..a03b1df77 --- /dev/null +++ b/data_descriptors/variables/apmon.swtoaasdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swtoaasdust.json b/data_descriptors/variables/apmon.swtoaasdust.json new file mode 100644 index 000000000..a03b1df77 --- /dev/null +++ b/data_descriptors/variables/apmon.swtoaasdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swtoacsdust b/data_descriptors/variables/apmon.swtoacsdust new file mode 100644 index 000000000..120c2e07d --- /dev/null +++ b/data_descriptors/variables/apmon.swtoacsdust @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.swtoacsdust.json b/data_descriptors/variables/apmon.swtoacsdust.json new file mode 100644 index 000000000..120c2e07d --- /dev/null +++ b/data_descriptors/variables/apmon.swtoacsdust.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ta b/data_descriptors/variables/apmon.ta new file mode 100644 index 000000000..ccac32c4a --- /dev/null +++ b/data_descriptors/variables/apmon.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ta.json b/data_descriptors/variables/apmon.ta.json new file mode 100644 index 000000000..ccac32c4a --- /dev/null +++ b/data_descriptors/variables/apmon.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ta27 b/data_descriptors/variables/apmon.ta27 new file mode 100644 index 000000000..b71cc4f9a --- /dev/null +++ b/data_descriptors/variables/apmon.ta27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ta27.json b/data_descriptors/variables/apmon.ta27.json new file mode 100644 index 000000000..b71cc4f9a --- /dev/null +++ b/data_descriptors/variables/apmon.ta27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tas b/data_descriptors/variables/apmon.tas new file mode 100644 index 000000000..42c12b6a5 --- /dev/null +++ b/data_descriptors/variables/apmon.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tas.json b/data_descriptors/variables/apmon.tas.json new file mode 100644 index 000000000..42c12b6a5 --- /dev/null +++ b/data_descriptors/variables/apmon.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmax b/data_descriptors/variables/apmon.tasmax new file mode 100644 index 000000000..b981300b9 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmax @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmax.json b/data_descriptors/variables/apmon.tasmax.json new file mode 100644 index 000000000..b981300b9 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmax.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmaxcrop b/data_descriptors/variables/apmon.tasmaxcrop new file mode 100644 index 000000000..05e8284e3 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmaxcrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmaxcrop.json b/data_descriptors/variables/apmon.tasmaxcrop.json new file mode 100644 index 000000000..05e8284e3 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmaxcrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmin b/data_descriptors/variables/apmon.tasmin new file mode 100644 index 000000000..3b57f5588 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmin.json b/data_descriptors/variables/apmon.tasmin.json new file mode 100644 index 000000000..3b57f5588 --- /dev/null +++ b/data_descriptors/variables/apmon.tasmin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmincrop b/data_descriptors/variables/apmon.tasmincrop new file mode 100644 index 000000000..87c93012e --- /dev/null +++ b/data_descriptors/variables/apmon.tasmincrop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tasmincrop.json b/data_descriptors/variables/apmon.tasmincrop.json new file mode 100644 index 000000000..87c93012e --- /dev/null +++ b/data_descriptors/variables/apmon.tasmincrop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tauu b/data_descriptors/variables/apmon.tauu new file mode 100644 index 000000000..12b5d1e7a --- /dev/null +++ b/data_descriptors/variables/apmon.tauu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tauu.json b/data_descriptors/variables/apmon.tauu.json new file mode 100644 index 000000000..12b5d1e7a --- /dev/null +++ b/data_descriptors/variables/apmon.tauu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tauv b/data_descriptors/variables/apmon.tauv new file mode 100644 index 000000000..e75006013 --- /dev/null +++ b/data_descriptors/variables/apmon.tauv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tauv.json b/data_descriptors/variables/apmon.tauv.json new file mode 100644 index 000000000..e75006013 --- /dev/null +++ b/data_descriptors/variables/apmon.tauv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tdps b/data_descriptors/variables/apmon.tdps new file mode 100644 index 000000000..5201fd5c7 --- /dev/null +++ b/data_descriptors/variables/apmon.tdps @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tdps.json b/data_descriptors/variables/apmon.tdps.json new file mode 100644 index 000000000..5201fd5c7 --- /dev/null +++ b/data_descriptors/variables/apmon.tdps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tntmp27 b/data_descriptors/variables/apmon.tntmp27 new file mode 100644 index 000000000..2da22c652 --- /dev/null +++ b/data_descriptors/variables/apmon.tntmp27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.tntmp27.json b/data_descriptors/variables/apmon.tntmp27.json new file mode 100644 index 000000000..2da22c652 --- /dev/null +++ b/data_descriptors/variables/apmon.tntmp27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ts b/data_descriptors/variables/apmon.ts new file mode 100644 index 000000000..ad70938b4 --- /dev/null +++ b/data_descriptors/variables/apmon.ts @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ts.json b/data_descriptors/variables/apmon.ts.json new file mode 100644 index 000000000..ad70938b4 --- /dev/null +++ b/data_descriptors/variables/apmon.ts.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua19 b/data_descriptors/variables/apmon.ua19 new file mode 100644 index 000000000..59a8a078b --- /dev/null +++ b/data_descriptors/variables/apmon.ua19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua19.json b/data_descriptors/variables/apmon.ua19.json new file mode 100644 index 000000000..59a8a078b --- /dev/null +++ b/data_descriptors/variables/apmon.ua19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua27 b/data_descriptors/variables/apmon.ua27 new file mode 100644 index 000000000..57c0f17f5 --- /dev/null +++ b/data_descriptors/variables/apmon.ua27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua27.json b/data_descriptors/variables/apmon.ua27.json new file mode 100644 index 000000000..57c0f17f5 --- /dev/null +++ b/data_descriptors/variables/apmon.ua27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua7h b/data_descriptors/variables/apmon.ua7h new file mode 100644 index 000000000..aef0f666a --- /dev/null +++ b/data_descriptors/variables/apmon.ua7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.ua7h.json b/data_descriptors/variables/apmon.ua7h.json new file mode 100644 index 000000000..aef0f666a --- /dev/null +++ b/data_descriptors/variables/apmon.ua7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.uas b/data_descriptors/variables/apmon.uas new file mode 100644 index 000000000..d4ae21075 --- /dev/null +++ b/data_descriptors/variables/apmon.uas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.uas.json b/data_descriptors/variables/apmon.uas.json new file mode 100644 index 000000000..d4ae21075 --- /dev/null +++ b/data_descriptors/variables/apmon.uas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.uqint b/data_descriptors/variables/apmon.uqint new file mode 100644 index 000000000..2b181e995 --- /dev/null +++ b/data_descriptors/variables/apmon.uqint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.uqint.json b/data_descriptors/variables/apmon.uqint.json new file mode 100644 index 000000000..2b181e995 --- /dev/null +++ b/data_descriptors/variables/apmon.uqint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.utendnogw b/data_descriptors/variables/apmon.utendnogw new file mode 100644 index 000000000..4c1c26ae9 --- /dev/null +++ b/data_descriptors/variables/apmon.utendnogw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.utendnogw.json b/data_descriptors/variables/apmon.utendnogw.json new file mode 100644 index 000000000..4c1c26ae9 --- /dev/null +++ b/data_descriptors/variables/apmon.utendnogw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.utendogw b/data_descriptors/variables/apmon.utendogw new file mode 100644 index 000000000..a2ae69abe --- /dev/null +++ b/data_descriptors/variables/apmon.utendogw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.utendogw.json b/data_descriptors/variables/apmon.utendogw.json new file mode 100644 index 000000000..a2ae69abe --- /dev/null +++ b/data_descriptors/variables/apmon.utendogw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va19 b/data_descriptors/variables/apmon.va19 new file mode 100644 index 000000000..f50d0c8d8 --- /dev/null +++ b/data_descriptors/variables/apmon.va19 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va19.json b/data_descriptors/variables/apmon.va19.json new file mode 100644 index 000000000..f50d0c8d8 --- /dev/null +++ b/data_descriptors/variables/apmon.va19.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va27 b/data_descriptors/variables/apmon.va27 new file mode 100644 index 000000000..7f098e3e6 --- /dev/null +++ b/data_descriptors/variables/apmon.va27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va27.json b/data_descriptors/variables/apmon.va27.json new file mode 100644 index 000000000..7f098e3e6 --- /dev/null +++ b/data_descriptors/variables/apmon.va27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va7h b/data_descriptors/variables/apmon.va7h new file mode 100644 index 000000000..05c680538 --- /dev/null +++ b/data_descriptors/variables/apmon.va7h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.va7h.json b/data_descriptors/variables/apmon.va7h.json new file mode 100644 index 000000000..05c680538 --- /dev/null +++ b/data_descriptors/variables/apmon.va7h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vas b/data_descriptors/variables/apmon.vas new file mode 100644 index 000000000..a606b93a6 --- /dev/null +++ b/data_descriptors/variables/apmon.vas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vas.json b/data_descriptors/variables/apmon.vas.json new file mode 100644 index 000000000..a606b93a6 --- /dev/null +++ b/data_descriptors/variables/apmon.vas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vqint b/data_descriptors/variables/apmon.vqint new file mode 100644 index 000000000..c3e2f5e02 --- /dev/null +++ b/data_descriptors/variables/apmon.vqint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vqint.json b/data_descriptors/variables/apmon.vqint.json new file mode 100644 index 000000000..c3e2f5e02 --- /dev/null +++ b/data_descriptors/variables/apmon.vqint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vtendnogw b/data_descriptors/variables/apmon.vtendnogw new file mode 100644 index 000000000..9f085fb20 --- /dev/null +++ b/data_descriptors/variables/apmon.vtendnogw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vtendnogw.json b/data_descriptors/variables/apmon.vtendnogw.json new file mode 100644 index 000000000..9f085fb20 --- /dev/null +++ b/data_descriptors/variables/apmon.vtendnogw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vtendogw b/data_descriptors/variables/apmon.vtendogw new file mode 100644 index 000000000..28574d53d --- /dev/null +++ b/data_descriptors/variables/apmon.vtendogw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.vtendogw.json b/data_descriptors/variables/apmon.vtendogw.json new file mode 100644 index 000000000..28574d53d --- /dev/null +++ b/data_descriptors/variables/apmon.vtendogw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.wap b/data_descriptors/variables/apmon.wap new file mode 100644 index 000000000..c75564af4 --- /dev/null +++ b/data_descriptors/variables/apmon.wap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.wap.json b/data_descriptors/variables/apmon.wap.json new file mode 100644 index 000000000..c75564af4 --- /dev/null +++ b/data_descriptors/variables/apmon.wap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.zg b/data_descriptors/variables/apmon.zg new file mode 100644 index 000000000..233c1aeda --- /dev/null +++ b/data_descriptors/variables/apmon.zg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.zg.json b/data_descriptors/variables/apmon.zg.json new file mode 100644 index 000000000..233c1aeda --- /dev/null +++ b/data_descriptors/variables/apmon.zg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.zg27 b/data_descriptors/variables/apmon.zg27 new file mode 100644 index 000000000..719da2f8b --- /dev/null +++ b/data_descriptors/variables/apmon.zg27 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmon.zg27.json b/data_descriptors/variables/apmon.zg27.json new file mode 100644 index 000000000..719da2f8b --- /dev/null +++ b/data_descriptors/variables/apmon.zg27.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.ch4clim b/data_descriptors/variables/apmonclim.ch4clim new file mode 100644 index 000000000..702195f3e --- /dev/null +++ b/data_descriptors/variables/apmonclim.ch4clim @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.ch4clim.json b/data_descriptors/variables/apmonclim.ch4clim.json new file mode 100644 index 000000000..702195f3e --- /dev/null +++ b/data_descriptors/variables/apmonclim.ch4clim.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.ch4globalclim b/data_descriptors/variables/apmonclim.ch4globalclim new file mode 100644 index 000000000..96e558ecd --- /dev/null +++ b/data_descriptors/variables/apmonclim.ch4globalclim @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.ch4globalclim.json b/data_descriptors/variables/apmonclim.ch4globalclim.json new file mode 100644 index 000000000..96e558ecd --- /dev/null +++ b/data_descriptors/variables/apmonclim.ch4globalclim.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.co2clim b/data_descriptors/variables/apmonclim.co2clim new file mode 100644 index 000000000..d7bc6fd40 --- /dev/null +++ b/data_descriptors/variables/apmonclim.co2clim @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.co2clim.json b/data_descriptors/variables/apmonclim.co2clim.json new file mode 100644 index 000000000..d7bc6fd40 --- /dev/null +++ b/data_descriptors/variables/apmonclim.co2clim.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.co2massclim b/data_descriptors/variables/apmonclim.co2massclim new file mode 100644 index 000000000..489d6a258 --- /dev/null +++ b/data_descriptors/variables/apmonclim.co2massclim @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.co2massclim.json b/data_descriptors/variables/apmonclim.co2massclim.json new file mode 100644 index 000000000..489d6a258 --- /dev/null +++ b/data_descriptors/variables/apmonclim.co2massclim.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.n2oclim b/data_descriptors/variables/apmonclim.n2oclim new file mode 100644 index 000000000..ff97985d7 --- /dev/null +++ b/data_descriptors/variables/apmonclim.n2oclim @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.n2oclim.json b/data_descriptors/variables/apmonclim.n2oclim.json new file mode 100644 index 000000000..ff97985d7 --- /dev/null +++ b/data_descriptors/variables/apmonclim.n2oclim.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.n2oglobalclim b/data_descriptors/variables/apmonclim.n2oglobalclim new file mode 100644 index 000000000..a38a9d830 --- /dev/null +++ b/data_descriptors/variables/apmonclim.n2oglobalclim @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.n2oglobalclim.json b/data_descriptors/variables/apmonclim.n2oglobalclim.json new file mode 100644 index 000000000..a38a9d830 --- /dev/null +++ b/data_descriptors/variables/apmonclim.n2oglobalclim.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.o3clim b/data_descriptors/variables/apmonclim.o3clim new file mode 100644 index 000000000..5a30a085a --- /dev/null +++ b/data_descriptors/variables/apmonclim.o3clim @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclim.o3clim.json b/data_descriptors/variables/apmonclim.o3clim.json new file mode 100644 index 000000000..5a30a085a --- /dev/null +++ b/data_descriptors/variables/apmonclim.o3clim.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclimlev.pfull b/data_descriptors/variables/apmonclimlev.pfull new file mode 100644 index 000000000..08b60d3c8 --- /dev/null +++ b/data_descriptors/variables/apmonclimlev.pfull @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclimlev.pfull.json b/data_descriptors/variables/apmonclimlev.pfull.json new file mode 100644 index 000000000..08b60d3c8 --- /dev/null +++ b/data_descriptors/variables/apmonclimlev.pfull.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclimlev.phalf b/data_descriptors/variables/apmonclimlev.phalf new file mode 100644 index 000000000..21933f0cf --- /dev/null +++ b/data_descriptors/variables/apmonclimlev.phalf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonclimlev.phalf.json b/data_descriptors/variables/apmonclimlev.phalf.json new file mode 100644 index 000000000..21933f0cf --- /dev/null +++ b/data_descriptors/variables/apmonclimlev.phalf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rlut b/data_descriptors/variables/apmondiurnal.rlut new file mode 100644 index 000000000..13098bf65 --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rlut.json b/data_descriptors/variables/apmondiurnal.rlut.json new file mode 100644 index 000000000..13098bf65 --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rlutcs b/data_descriptors/variables/apmondiurnal.rlutcs new file mode 100644 index 000000000..b5534ae2f --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rlutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rlutcs.json b/data_descriptors/variables/apmondiurnal.rlutcs.json new file mode 100644 index 000000000..b5534ae2f --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rlutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsdt b/data_descriptors/variables/apmondiurnal.rsdt new file mode 100644 index 000000000..f0d15b03a --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsdt.json b/data_descriptors/variables/apmondiurnal.rsdt.json new file mode 100644 index 000000000..f0d15b03a --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsut b/data_descriptors/variables/apmondiurnal.rsut new file mode 100644 index 000000000..7d1c00da6 --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsut.json b/data_descriptors/variables/apmondiurnal.rsut.json new file mode 100644 index 000000000..7d1c00da6 --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsutcs b/data_descriptors/variables/apmondiurnal.rsutcs new file mode 100644 index 000000000..47903bd6a --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsutcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmondiurnal.rsutcs.json b/data_descriptors/variables/apmondiurnal.rsutcs.json new file mode 100644 index 000000000..47903bd6a --- /dev/null +++ b/data_descriptors/variables/apmondiurnal.rsutcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cl b/data_descriptors/variables/apmonlev.cl new file mode 100644 index 000000000..04ab89122 --- /dev/null +++ b/data_descriptors/variables/apmonlev.cl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cl.json b/data_descriptors/variables/apmonlev.cl.json new file mode 100644 index 000000000..04ab89122 --- /dev/null +++ b/data_descriptors/variables/apmonlev.cl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clc b/data_descriptors/variables/apmonlev.clc new file mode 100644 index 000000000..181293fa3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clc.json b/data_descriptors/variables/apmonlev.clc.json new file mode 100644 index 000000000..181293fa3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cli b/data_descriptors/variables/apmonlev.cli new file mode 100644 index 000000000..d244e52db --- /dev/null +++ b/data_descriptors/variables/apmonlev.cli @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cli.json b/data_descriptors/variables/apmonlev.cli.json new file mode 100644 index 000000000..d244e52db --- /dev/null +++ b/data_descriptors/variables/apmonlev.cli.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clic b/data_descriptors/variables/apmonlev.clic new file mode 100644 index 000000000..37ced3a01 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clic.json b/data_descriptors/variables/apmonlev.clic.json new file mode 100644 index 000000000..37ced3a01 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clis b/data_descriptors/variables/apmonlev.clis new file mode 100644 index 000000000..5f593d690 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clis @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clis.json b/data_descriptors/variables/apmonlev.clis.json new file mode 100644 index 000000000..5f593d690 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clis.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cls b/data_descriptors/variables/apmonlev.cls new file mode 100644 index 000000000..88234c64c --- /dev/null +++ b/data_descriptors/variables/apmonlev.cls @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.cls.json b/data_descriptors/variables/apmonlev.cls.json new file mode 100644 index 000000000..88234c64c --- /dev/null +++ b/data_descriptors/variables/apmonlev.cls.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clw b/data_descriptors/variables/apmonlev.clw new file mode 100644 index 000000000..609340e14 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clw.json b/data_descriptors/variables/apmonlev.clw.json new file mode 100644 index 000000000..609340e14 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clwc b/data_descriptors/variables/apmonlev.clwc new file mode 100644 index 000000000..d8b5acb17 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clwc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clwc.json b/data_descriptors/variables/apmonlev.clwc.json new file mode 100644 index 000000000..d8b5acb17 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clwc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clws b/data_descriptors/variables/apmonlev.clws new file mode 100644 index 000000000..3751e05c8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clws @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.clws.json b/data_descriptors/variables/apmonlev.clws.json new file mode 100644 index 000000000..3751e05c8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.clws.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.co23d b/data_descriptors/variables/apmonlev.co23d new file mode 100644 index 000000000..e63835fa7 --- /dev/null +++ b/data_descriptors/variables/apmonlev.co23d @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.co23d.json b/data_descriptors/variables/apmonlev.co23d.json new file mode 100644 index 000000000..e63835fa7 --- /dev/null +++ b/data_descriptors/variables/apmonlev.co23d.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.conccmcn b/data_descriptors/variables/apmonlev.conccmcn new file mode 100644 index 000000000..b659eefd6 --- /dev/null +++ b/data_descriptors/variables/apmonlev.conccmcn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.conccmcn.json b/data_descriptors/variables/apmonlev.conccmcn.json new file mode 100644 index 000000000..b659eefd6 --- /dev/null +++ b/data_descriptors/variables/apmonlev.conccmcn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.conccn b/data_descriptors/variables/apmonlev.conccn new file mode 100644 index 000000000..bfbeee2da --- /dev/null +++ b/data_descriptors/variables/apmonlev.conccn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.conccn.json b/data_descriptors/variables/apmonlev.conccn.json new file mode 100644 index 000000000..bfbeee2da --- /dev/null +++ b/data_descriptors/variables/apmonlev.conccn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.concdust b/data_descriptors/variables/apmonlev.concdust new file mode 100644 index 000000000..706a71896 --- /dev/null +++ b/data_descriptors/variables/apmonlev.concdust @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.concdust.json b/data_descriptors/variables/apmonlev.concdust.json new file mode 100644 index 000000000..706a71896 --- /dev/null +++ b/data_descriptors/variables/apmonlev.concdust.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.concnmcn b/data_descriptors/variables/apmonlev.concnmcn new file mode 100644 index 000000000..cfc7719c1 --- /dev/null +++ b/data_descriptors/variables/apmonlev.concnmcn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.concnmcn.json b/data_descriptors/variables/apmonlev.concnmcn.json new file mode 100644 index 000000000..cfc7719c1 --- /dev/null +++ b/data_descriptors/variables/apmonlev.concnmcn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.dmc b/data_descriptors/variables/apmonlev.dmc new file mode 100644 index 000000000..3fb0bdfb7 --- /dev/null +++ b/data_descriptors/variables/apmonlev.dmc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.dmc.json b/data_descriptors/variables/apmonlev.dmc.json new file mode 100644 index 000000000..3fb0bdfb7 --- /dev/null +++ b/data_descriptors/variables/apmonlev.dmc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.edt b/data_descriptors/variables/apmonlev.edt new file mode 100644 index 000000000..805722b1e --- /dev/null +++ b/data_descriptors/variables/apmonlev.edt @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.edt.json b/data_descriptors/variables/apmonlev.edt.json new file mode 100644 index 000000000..805722b1e --- /dev/null +++ b/data_descriptors/variables/apmonlev.edt.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.evu b/data_descriptors/variables/apmonlev.evu new file mode 100644 index 000000000..6c47bf826 --- /dev/null +++ b/data_descriptors/variables/apmonlev.evu @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.evu.json b/data_descriptors/variables/apmonlev.evu.json new file mode 100644 index 000000000..6c47bf826 --- /dev/null +++ b/data_descriptors/variables/apmonlev.evu.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.hur b/data_descriptors/variables/apmonlev.hur new file mode 100644 index 000000000..88f17c279 --- /dev/null +++ b/data_descriptors/variables/apmonlev.hur @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.hur.json b/data_descriptors/variables/apmonlev.hur.json new file mode 100644 index 000000000..88f17c279 --- /dev/null +++ b/data_descriptors/variables/apmonlev.hur.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.hus b/data_descriptors/variables/apmonlev.hus new file mode 100644 index 000000000..8db7f154b --- /dev/null +++ b/data_descriptors/variables/apmonlev.hus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.hus.json b/data_descriptors/variables/apmonlev.hus.json new file mode 100644 index 000000000..8db7f154b --- /dev/null +++ b/data_descriptors/variables/apmonlev.hus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mc b/data_descriptors/variables/apmonlev.mc new file mode 100644 index 000000000..156107cdf --- /dev/null +++ b/data_descriptors/variables/apmonlev.mc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mc.json b/data_descriptors/variables/apmonlev.mc.json new file mode 100644 index 000000000..156107cdf --- /dev/null +++ b/data_descriptors/variables/apmonlev.mc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mcd b/data_descriptors/variables/apmonlev.mcd new file mode 100644 index 000000000..ac69b759d --- /dev/null +++ b/data_descriptors/variables/apmonlev.mcd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mcd.json b/data_descriptors/variables/apmonlev.mcd.json new file mode 100644 index 000000000..ac69b759d --- /dev/null +++ b/data_descriptors/variables/apmonlev.mcd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mcu b/data_descriptors/variables/apmonlev.mcu new file mode 100644 index 000000000..bc381714e --- /dev/null +++ b/data_descriptors/variables/apmonlev.mcu @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.mcu.json b/data_descriptors/variables/apmonlev.mcu.json new file mode 100644 index 000000000..bc381714e --- /dev/null +++ b/data_descriptors/variables/apmonlev.mcu.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.md b/data_descriptors/variables/apmonlev.md new file mode 100644 index 000000000..b9521a5dc --- /dev/null +++ b/data_descriptors/variables/apmonlev.md @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.md.json b/data_descriptors/variables/apmonlev.md.json new file mode 100644 index 000000000..b9521a5dc --- /dev/null +++ b/data_descriptors/variables/apmonlev.md.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.prw17o b/data_descriptors/variables/apmonlev.prw17o new file mode 100644 index 000000000..81bc5201a --- /dev/null +++ b/data_descriptors/variables/apmonlev.prw17o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.prw17o.json b/data_descriptors/variables/apmonlev.prw17o.json new file mode 100644 index 000000000..81bc5201a --- /dev/null +++ b/data_descriptors/variables/apmonlev.prw17o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.prw2h b/data_descriptors/variables/apmonlev.prw2h new file mode 100644 index 000000000..3510a4b71 --- /dev/null +++ b/data_descriptors/variables/apmonlev.prw2h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.prw2h.json b/data_descriptors/variables/apmonlev.prw2h.json new file mode 100644 index 000000000..3510a4b71 --- /dev/null +++ b/data_descriptors/variables/apmonlev.prw2h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclic b/data_descriptors/variables/apmonlev.reffclic new file mode 100644 index 000000000..e1bed561d --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclic.json b/data_descriptors/variables/apmonlev.reffclic.json new file mode 100644 index 000000000..e1bed561d --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclis b/data_descriptors/variables/apmonlev.reffclis new file mode 100644 index 000000000..08075039a --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclis @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclis.json b/data_descriptors/variables/apmonlev.reffclis.json new file mode 100644 index 000000000..08075039a --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclis.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclwc b/data_descriptors/variables/apmonlev.reffclwc new file mode 100644 index 000000000..f2fc6e78c --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclwc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclwc.json b/data_descriptors/variables/apmonlev.reffclwc.json new file mode 100644 index 000000000..f2fc6e78c --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclwc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclws b/data_descriptors/variables/apmonlev.reffclws new file mode 100644 index 000000000..bc1939b29 --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclws @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.reffclws.json b/data_descriptors/variables/apmonlev.reffclws.json new file mode 100644 index 000000000..bc1939b29 --- /dev/null +++ b/data_descriptors/variables/apmonlev.reffclws.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rld b/data_descriptors/variables/apmonlev.rld new file mode 100644 index 000000000..40682e3f4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rld @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rld.json b/data_descriptors/variables/apmonlev.rld.json new file mode 100644 index 000000000..40682e3f4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rld.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rld4co2 b/data_descriptors/variables/apmonlev.rld4co2 new file mode 100644 index 000000000..cadba8af9 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rld4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rld4co2.json b/data_descriptors/variables/apmonlev.rld4co2.json new file mode 100644 index 000000000..cadba8af9 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rld4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rldcs b/data_descriptors/variables/apmonlev.rldcs new file mode 100644 index 000000000..bf5aec62e --- /dev/null +++ b/data_descriptors/variables/apmonlev.rldcs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rldcs.json b/data_descriptors/variables/apmonlev.rldcs.json new file mode 100644 index 000000000..bf5aec62e --- /dev/null +++ b/data_descriptors/variables/apmonlev.rldcs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rldcs4co2 b/data_descriptors/variables/apmonlev.rldcs4co2 new file mode 100644 index 000000000..9a7740f56 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rldcs4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rldcs4co2.json b/data_descriptors/variables/apmonlev.rldcs4co2.json new file mode 100644 index 000000000..9a7740f56 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rldcs4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlu b/data_descriptors/variables/apmonlev.rlu new file mode 100644 index 000000000..e688c3212 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlu @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlu.json b/data_descriptors/variables/apmonlev.rlu.json new file mode 100644 index 000000000..e688c3212 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlu.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlu4co2 b/data_descriptors/variables/apmonlev.rlu4co2 new file mode 100644 index 000000000..726b2e5ad --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlu4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlu4co2.json b/data_descriptors/variables/apmonlev.rlu4co2.json new file mode 100644 index 000000000..726b2e5ad --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlu4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlucs b/data_descriptors/variables/apmonlev.rlucs new file mode 100644 index 000000000..cca89fc1f --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlucs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlucs.json b/data_descriptors/variables/apmonlev.rlucs.json new file mode 100644 index 000000000..cca89fc1f --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlucs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlucs4co2 b/data_descriptors/variables/apmonlev.rlucs4co2 new file mode 100644 index 000000000..04d2172c1 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlucs4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rlucs4co2.json b/data_descriptors/variables/apmonlev.rlucs4co2.json new file mode 100644 index 000000000..04d2172c1 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rlucs4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsd b/data_descriptors/variables/apmonlev.rsd new file mode 100644 index 000000000..1e05f57e3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsd.json b/data_descriptors/variables/apmonlev.rsd.json new file mode 100644 index 000000000..1e05f57e3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsd4co2 b/data_descriptors/variables/apmonlev.rsd4co2 new file mode 100644 index 000000000..b071b90cb --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsd4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsd4co2.json b/data_descriptors/variables/apmonlev.rsd4co2.json new file mode 100644 index 000000000..b071b90cb --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsd4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsdcs b/data_descriptors/variables/apmonlev.rsdcs new file mode 100644 index 000000000..9b28a0cfc --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsdcs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsdcs.json b/data_descriptors/variables/apmonlev.rsdcs.json new file mode 100644 index 000000000..9b28a0cfc --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsdcs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsdcs4co2 b/data_descriptors/variables/apmonlev.rsdcs4co2 new file mode 100644 index 000000000..656c4344a --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsdcs4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsdcs4co2.json b/data_descriptors/variables/apmonlev.rsdcs4co2.json new file mode 100644 index 000000000..656c4344a --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsdcs4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsu b/data_descriptors/variables/apmonlev.rsu new file mode 100644 index 000000000..a4981d979 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsu @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsu.json b/data_descriptors/variables/apmonlev.rsu.json new file mode 100644 index 000000000..a4981d979 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsu.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsu4co2 b/data_descriptors/variables/apmonlev.rsu4co2 new file mode 100644 index 000000000..f40ffbb2b --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsu4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsu4co2.json b/data_descriptors/variables/apmonlev.rsu4co2.json new file mode 100644 index 000000000..f40ffbb2b --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsu4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsucs b/data_descriptors/variables/apmonlev.rsucs new file mode 100644 index 000000000..be314c56b --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsucs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsucs.json b/data_descriptors/variables/apmonlev.rsucs.json new file mode 100644 index 000000000..be314c56b --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsucs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsucs4co2 b/data_descriptors/variables/apmonlev.rsucs4co2 new file mode 100644 index 000000000..38c36ee72 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsucs4co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.rsucs4co2.json b/data_descriptors/variables/apmonlev.rsucs4co2.json new file mode 100644 index 000000000..38c36ee72 --- /dev/null +++ b/data_descriptors/variables/apmonlev.rsucs4co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.smc b/data_descriptors/variables/apmonlev.smc new file mode 100644 index 000000000..5ed72070b --- /dev/null +++ b/data_descriptors/variables/apmonlev.smc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.smc.json b/data_descriptors/variables/apmonlev.smc.json new file mode 100644 index 000000000..5ed72070b --- /dev/null +++ b/data_descriptors/variables/apmonlev.smc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.t2 b/data_descriptors/variables/apmonlev.t2 new file mode 100644 index 000000000..068e1c18a --- /dev/null +++ b/data_descriptors/variables/apmonlev.t2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.t2.json b/data_descriptors/variables/apmonlev.t2.json new file mode 100644 index 000000000..068e1c18a --- /dev/null +++ b/data_descriptors/variables/apmonlev.t2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ta b/data_descriptors/variables/apmonlev.ta new file mode 100644 index 000000000..8d5477b72 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ta.json b/data_descriptors/variables/apmonlev.ta.json new file mode 100644 index 000000000..8d5477b72 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhus b/data_descriptors/variables/apmonlev.tnhus new file mode 100644 index 000000000..9a0915b22 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhus.json b/data_descriptors/variables/apmonlev.tnhus.json new file mode 100644 index 000000000..9a0915b22 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusa b/data_descriptors/variables/apmonlev.tnhusa new file mode 100644 index 000000000..a502bdd4b --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusa.json b/data_descriptors/variables/apmonlev.tnhusa.json new file mode 100644 index 000000000..a502bdd4b --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusc b/data_descriptors/variables/apmonlev.tnhusc new file mode 100644 index 000000000..2a79a867f --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusc.json b/data_descriptors/variables/apmonlev.tnhusc.json new file mode 100644 index 000000000..2a79a867f --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusd b/data_descriptors/variables/apmonlev.tnhusd new file mode 100644 index 000000000..8ddee28b9 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusd.json b/data_descriptors/variables/apmonlev.tnhusd.json new file mode 100644 index 000000000..8ddee28b9 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusmp b/data_descriptors/variables/apmonlev.tnhusmp new file mode 100644 index 000000000..fbbb346d5 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusmp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusmp.json b/data_descriptors/variables/apmonlev.tnhusmp.json new file mode 100644 index 000000000..fbbb346d5 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusmp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhuspbl b/data_descriptors/variables/apmonlev.tnhuspbl new file mode 100644 index 000000000..43208f463 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhuspbl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhuspbl.json b/data_descriptors/variables/apmonlev.tnhuspbl.json new file mode 100644 index 000000000..43208f463 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhuspbl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusscp b/data_descriptors/variables/apmonlev.tnhusscp new file mode 100644 index 000000000..7b7baa7b6 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusscp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusscp.json b/data_descriptors/variables/apmonlev.tnhusscp.json new file mode 100644 index 000000000..7b7baa7b6 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusscp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusscpbl b/data_descriptors/variables/apmonlev.tnhusscpbl new file mode 100644 index 000000000..81a135f70 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusscpbl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnhusscpbl.json b/data_descriptors/variables/apmonlev.tnhusscpbl.json new file mode 100644 index 000000000..81a135f70 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnhusscpbl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnt b/data_descriptors/variables/apmonlev.tnt new file mode 100644 index 000000000..d9cf4c7f3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnt @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnt.json b/data_descriptors/variables/apmonlev.tnt.json new file mode 100644 index 000000000..d9cf4c7f3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnt.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnta b/data_descriptors/variables/apmonlev.tnta new file mode 100644 index 000000000..8fd469c61 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tnta.json b/data_descriptors/variables/apmonlev.tnta.json new file mode 100644 index 000000000..8fd469c61 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tnta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntc b/data_descriptors/variables/apmonlev.tntc new file mode 100644 index 000000000..147025069 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntc.json b/data_descriptors/variables/apmonlev.tntc.json new file mode 100644 index 000000000..147025069 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntd b/data_descriptors/variables/apmonlev.tntd new file mode 100644 index 000000000..0e93ad8a2 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntd.json b/data_descriptors/variables/apmonlev.tntd.json new file mode 100644 index 000000000..0e93ad8a2 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntmp b/data_descriptors/variables/apmonlev.tntmp new file mode 100644 index 000000000..504883f78 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntmp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntmp.json b/data_descriptors/variables/apmonlev.tntmp.json new file mode 100644 index 000000000..504883f78 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntmp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntpbl b/data_descriptors/variables/apmonlev.tntpbl new file mode 100644 index 000000000..41d68c1f3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntpbl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntpbl.json b/data_descriptors/variables/apmonlev.tntpbl.json new file mode 100644 index 000000000..41d68c1f3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntpbl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntr b/data_descriptors/variables/apmonlev.tntr new file mode 100644 index 000000000..294b02168 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntr @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntr.json b/data_descriptors/variables/apmonlev.tntr.json new file mode 100644 index 000000000..294b02168 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntr.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntrlcs b/data_descriptors/variables/apmonlev.tntrlcs new file mode 100644 index 000000000..c79b7fcc3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntrlcs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntrlcs.json b/data_descriptors/variables/apmonlev.tntrlcs.json new file mode 100644 index 000000000..c79b7fcc3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntrlcs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntrscs b/data_descriptors/variables/apmonlev.tntrscs new file mode 100644 index 000000000..2307bfbf8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntrscs @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntrscs.json b/data_descriptors/variables/apmonlev.tntrscs.json new file mode 100644 index 000000000..2307bfbf8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntrscs.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntscp b/data_descriptors/variables/apmonlev.tntscp new file mode 100644 index 000000000..c324e242f --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntscp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntscp.json b/data_descriptors/variables/apmonlev.tntscp.json new file mode 100644 index 000000000..c324e242f --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntscp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntscpbl b/data_descriptors/variables/apmonlev.tntscpbl new file mode 100644 index 000000000..36fae68b3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntscpbl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.tntscpbl.json b/data_descriptors/variables/apmonlev.tntscpbl.json new file mode 100644 index 000000000..36fae68b3 --- /dev/null +++ b/data_descriptors/variables/apmonlev.tntscpbl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.twap b/data_descriptors/variables/apmonlev.twap new file mode 100644 index 000000000..becd38d98 --- /dev/null +++ b/data_descriptors/variables/apmonlev.twap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.twap.json b/data_descriptors/variables/apmonlev.twap.json new file mode 100644 index 000000000..becd38d98 --- /dev/null +++ b/data_descriptors/variables/apmonlev.twap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.u2 b/data_descriptors/variables/apmonlev.u2 new file mode 100644 index 000000000..93a18fbc8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.u2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.u2.json b/data_descriptors/variables/apmonlev.u2.json new file mode 100644 index 000000000..93a18fbc8 --- /dev/null +++ b/data_descriptors/variables/apmonlev.u2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ut b/data_descriptors/variables/apmonlev.ut new file mode 100644 index 000000000..e330752b4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ut.json b/data_descriptors/variables/apmonlev.ut.json new file mode 100644 index 000000000..e330752b4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.uv b/data_descriptors/variables/apmonlev.uv new file mode 100644 index 000000000..4176d3cac --- /dev/null +++ b/data_descriptors/variables/apmonlev.uv @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.uv.json b/data_descriptors/variables/apmonlev.uv.json new file mode 100644 index 000000000..4176d3cac --- /dev/null +++ b/data_descriptors/variables/apmonlev.uv.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.uwap b/data_descriptors/variables/apmonlev.uwap new file mode 100644 index 000000000..29c0124a4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.uwap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.uwap.json b/data_descriptors/variables/apmonlev.uwap.json new file mode 100644 index 000000000..29c0124a4 --- /dev/null +++ b/data_descriptors/variables/apmonlev.uwap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.v2 b/data_descriptors/variables/apmonlev.v2 new file mode 100644 index 000000000..fa3376b8d --- /dev/null +++ b/data_descriptors/variables/apmonlev.v2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.v2.json b/data_descriptors/variables/apmonlev.v2.json new file mode 100644 index 000000000..fa3376b8d --- /dev/null +++ b/data_descriptors/variables/apmonlev.v2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.vt b/data_descriptors/variables/apmonlev.vt new file mode 100644 index 000000000..3d302398a --- /dev/null +++ b/data_descriptors/variables/apmonlev.vt @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.vt.json b/data_descriptors/variables/apmonlev.vt.json new file mode 100644 index 000000000..3d302398a --- /dev/null +++ b/data_descriptors/variables/apmonlev.vt.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.vwap b/data_descriptors/variables/apmonlev.vwap new file mode 100644 index 000000000..4bfdfcbcd --- /dev/null +++ b/data_descriptors/variables/apmonlev.vwap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.vwap.json b/data_descriptors/variables/apmonlev.vwap.json new file mode 100644 index 000000000..4bfdfcbcd --- /dev/null +++ b/data_descriptors/variables/apmonlev.vwap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.wap b/data_descriptors/variables/apmonlev.wap new file mode 100644 index 000000000..75f22ebb0 --- /dev/null +++ b/data_descriptors/variables/apmonlev.wap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.wap.json b/data_descriptors/variables/apmonlev.wap.json new file mode 100644 index 000000000..75f22ebb0 --- /dev/null +++ b/data_descriptors/variables/apmonlev.wap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.wap2 b/data_descriptors/variables/apmonlev.wap2 new file mode 100644 index 000000000..19d248953 --- /dev/null +++ b/data_descriptors/variables/apmonlev.wap2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.wap2.json b/data_descriptors/variables/apmonlev.wap2.json new file mode 100644 index 000000000..19d248953 --- /dev/null +++ b/data_descriptors/variables/apmonlev.wap2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.xgwdparam b/data_descriptors/variables/apmonlev.xgwdparam new file mode 100644 index 000000000..7c006705d --- /dev/null +++ b/data_descriptors/variables/apmonlev.xgwdparam @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.xgwdparam.json b/data_descriptors/variables/apmonlev.xgwdparam.json new file mode 100644 index 000000000..7c006705d --- /dev/null +++ b/data_descriptors/variables/apmonlev.xgwdparam.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ygwdparam b/data_descriptors/variables/apmonlev.ygwdparam new file mode 100644 index 000000000..fc2326b91 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ygwdparam @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.ygwdparam.json b/data_descriptors/variables/apmonlev.ygwdparam.json new file mode 100644 index 000000000..fc2326b91 --- /dev/null +++ b/data_descriptors/variables/apmonlev.ygwdparam.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.zg b/data_descriptors/variables/apmonlev.zg new file mode 100644 index 000000000..352e16e99 --- /dev/null +++ b/data_descriptors/variables/apmonlev.zg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonlev.zg.json b/data_descriptors/variables/apmonlev.zg.json new file mode 100644 index 000000000..352e16e99 --- /dev/null +++ b/data_descriptors/variables/apmonlev.zg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.epfy b/data_descriptors/variables/apmonz.epfy new file mode 100644 index 000000000..5ed6a4c75 --- /dev/null +++ b/data_descriptors/variables/apmonz.epfy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.epfy.json b/data_descriptors/variables/apmonz.epfy.json new file mode 100644 index 000000000..5ed6a4c75 --- /dev/null +++ b/data_descriptors/variables/apmonz.epfy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.epfz b/data_descriptors/variables/apmonz.epfz new file mode 100644 index 000000000..dc6844c20 --- /dev/null +++ b/data_descriptors/variables/apmonz.epfz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.epfz.json b/data_descriptors/variables/apmonz.epfz.json new file mode 100644 index 000000000..dc6844c20 --- /dev/null +++ b/data_descriptors/variables/apmonz.epfz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.jo2 b/data_descriptors/variables/apmonz.jo2 new file mode 100644 index 000000000..e352aa337 --- /dev/null +++ b/data_descriptors/variables/apmonz.jo2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.jo2.json b/data_descriptors/variables/apmonz.jo2.json new file mode 100644 index 000000000..e352aa337 --- /dev/null +++ b/data_descriptors/variables/apmonz.jo2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.jo3 b/data_descriptors/variables/apmonz.jo3 new file mode 100644 index 000000000..a26d4f8f6 --- /dev/null +++ b/data_descriptors/variables/apmonz.jo3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.jo3.json b/data_descriptors/variables/apmonz.jo3.json new file mode 100644 index 000000000..a26d4f8f6 --- /dev/null +++ b/data_descriptors/variables/apmonz.jo3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntc b/data_descriptors/variables/apmonz.tntc new file mode 100644 index 000000000..8a5fa6b15 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntc.json b/data_descriptors/variables/apmonz.tntc.json new file mode 100644 index 000000000..8a5fa6b15 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntmp b/data_descriptors/variables/apmonz.tntmp new file mode 100644 index 000000000..ff4dcbec1 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntmp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntmp.json b/data_descriptors/variables/apmonz.tntmp.json new file mode 100644 index 000000000..ff4dcbec1 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntmp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntnogw b/data_descriptors/variables/apmonz.tntnogw new file mode 100644 index 000000000..3bcffcad8 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntnogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntnogw.json b/data_descriptors/variables/apmonz.tntnogw.json new file mode 100644 index 000000000..3bcffcad8 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntnogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntogw b/data_descriptors/variables/apmonz.tntogw new file mode 100644 index 000000000..db0cd29d1 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntogw.json b/data_descriptors/variables/apmonz.tntogw.json new file mode 100644 index 000000000..db0cd29d1 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntrlcs b/data_descriptors/variables/apmonz.tntrlcs new file mode 100644 index 000000000..3d6c88619 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntrlcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntrlcs.json b/data_descriptors/variables/apmonz.tntrlcs.json new file mode 100644 index 000000000..3d6c88619 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntrlcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntrscs b/data_descriptors/variables/apmonz.tntrscs new file mode 100644 index 000000000..75c6dad94 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntrscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntrscs.json b/data_descriptors/variables/apmonz.tntrscs.json new file mode 100644 index 000000000..75c6dad94 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntrscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntscp b/data_descriptors/variables/apmonz.tntscp new file mode 100644 index 000000000..d1aee9632 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntscp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.tntscp.json b/data_descriptors/variables/apmonz.tntscp.json new file mode 100644 index 000000000..d1aee9632 --- /dev/null +++ b/data_descriptors/variables/apmonz.tntscp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.utendepfd b/data_descriptors/variables/apmonz.utendepfd new file mode 100644 index 000000000..93ac6761b --- /dev/null +++ b/data_descriptors/variables/apmonz.utendepfd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.utendepfd.json b/data_descriptors/variables/apmonz.utendepfd.json new file mode 100644 index 000000000..93ac6761b --- /dev/null +++ b/data_descriptors/variables/apmonz.utendepfd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.utendnogw b/data_descriptors/variables/apmonz.utendnogw new file mode 100644 index 000000000..4ac7c40b7 --- /dev/null +++ b/data_descriptors/variables/apmonz.utendnogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.utendnogw.json b/data_descriptors/variables/apmonz.utendnogw.json new file mode 100644 index 000000000..4ac7c40b7 --- /dev/null +++ b/data_descriptors/variables/apmonz.utendnogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.vtem b/data_descriptors/variables/apmonz.vtem new file mode 100644 index 000000000..b74046c4c --- /dev/null +++ b/data_descriptors/variables/apmonz.vtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.vtem.json b/data_descriptors/variables/apmonz.vtem.json new file mode 100644 index 000000000..b74046c4c --- /dev/null +++ b/data_descriptors/variables/apmonz.vtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.vtendnogw b/data_descriptors/variables/apmonz.vtendnogw new file mode 100644 index 000000000..3b58a8529 --- /dev/null +++ b/data_descriptors/variables/apmonz.vtendnogw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.vtendnogw.json b/data_descriptors/variables/apmonz.vtendnogw.json new file mode 100644 index 000000000..3b58a8529 --- /dev/null +++ b/data_descriptors/variables/apmonz.vtendnogw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.wtem b/data_descriptors/variables/apmonz.wtem new file mode 100644 index 000000000..f68b95433 --- /dev/null +++ b/data_descriptors/variables/apmonz.wtem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.wtem.json b/data_descriptors/variables/apmonz.wtem.json new file mode 100644 index 000000000..f68b95433 --- /dev/null +++ b/data_descriptors/variables/apmonz.wtem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.xgwdparam b/data_descriptors/variables/apmonz.xgwdparam new file mode 100644 index 000000000..921eb223b --- /dev/null +++ b/data_descriptors/variables/apmonz.xgwdparam @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.xgwdparam.json b/data_descriptors/variables/apmonz.xgwdparam.json new file mode 100644 index 000000000..921eb223b --- /dev/null +++ b/data_descriptors/variables/apmonz.xgwdparam.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.ygwdparam b/data_descriptors/variables/apmonz.ygwdparam new file mode 100644 index 000000000..1e99bd058 --- /dev/null +++ b/data_descriptors/variables/apmonz.ygwdparam @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.ygwdparam.json b/data_descriptors/variables/apmonz.ygwdparam.json new file mode 100644 index 000000000..1e99bd058 --- /dev/null +++ b/data_descriptors/variables/apmonz.ygwdparam.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.zg b/data_descriptors/variables/apmonz.zg new file mode 100644 index 000000000..b060579ab --- /dev/null +++ b/data_descriptors/variables/apmonz.zg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.zg.json b/data_descriptors/variables/apmonz.zg.json new file mode 100644 index 000000000..b060579ab --- /dev/null +++ b/data_descriptors/variables/apmonz.zg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.zmtnt b/data_descriptors/variables/apmonz.zmtnt new file mode 100644 index 000000000..c53bd0c4a --- /dev/null +++ b/data_descriptors/variables/apmonz.zmtnt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apmonz.zmtnt.json b/data_descriptors/variables/apmonz.zmtnt.json new file mode 100644 index 000000000..c53bd0c4a --- /dev/null +++ b/data_descriptors/variables/apmonz.zmtnt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.hfls b/data_descriptors/variables/apsubhrpt.hfls new file mode 100644 index 000000000..2d95f6d1f --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.hfls @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.hfls.json b/data_descriptors/variables/apsubhrpt.hfls.json new file mode 100644 index 000000000..2d95f6d1f --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.hfls.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.hfss b/data_descriptors/variables/apsubhrpt.hfss new file mode 100644 index 000000000..626b5e7ce --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.hfss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.hfss.json b/data_descriptors/variables/apsubhrpt.hfss.json new file mode 100644 index 000000000..626b5e7ce --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.hfss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.huss b/data_descriptors/variables/apsubhrpt.huss new file mode 100644 index 000000000..1ee13469b --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.huss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.huss.json b/data_descriptors/variables/apsubhrpt.huss.json new file mode 100644 index 000000000..1ee13469b --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.huss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.pr b/data_descriptors/variables/apsubhrpt.pr new file mode 100644 index 000000000..d9ff34830 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.pr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.pr.json b/data_descriptors/variables/apsubhrpt.pr.json new file mode 100644 index 000000000..d9ff34830 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.pr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.prc b/data_descriptors/variables/apsubhrpt.prc new file mode 100644 index 000000000..a9aa233b1 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.prc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.prc.json b/data_descriptors/variables/apsubhrpt.prc.json new file mode 100644 index 000000000..a9aa233b1 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.prc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.prw b/data_descriptors/variables/apsubhrpt.prw new file mode 100644 index 000000000..20a047d71 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.prw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.prw.json b/data_descriptors/variables/apsubhrpt.prw.json new file mode 100644 index 000000000..20a047d71 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.prw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.ps b/data_descriptors/variables/apsubhrpt.ps new file mode 100644 index 000000000..ea4cdbc93 Binary files /dev/null and b/data_descriptors/variables/apsubhrpt.ps differ diff --git a/data_descriptors/variables/apsubhrpt.ps.json b/data_descriptors/variables/apsubhrpt.ps.json new file mode 100644 index 000000000..ea4cdbc93 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.ps.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rlut b/data_descriptors/variables/apsubhrpt.rlut new file mode 100644 index 000000000..3d59de752 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rlut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rlut.json b/data_descriptors/variables/apsubhrpt.rlut.json new file mode 100644 index 000000000..3d59de752 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rlut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rsdt b/data_descriptors/variables/apsubhrpt.rsdt new file mode 100644 index 000000000..8acd8e042 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rsdt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rsdt.json b/data_descriptors/variables/apsubhrpt.rsdt.json new file mode 100644 index 000000000..8acd8e042 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rsdt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rsut b/data_descriptors/variables/apsubhrpt.rsut new file mode 100644 index 000000000..89025bb79 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rsut @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.rsut.json b/data_descriptors/variables/apsubhrpt.rsut.json new file mode 100644 index 000000000..89025bb79 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.rsut.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.tas b/data_descriptors/variables/apsubhrpt.tas new file mode 100644 index 000000000..300de1c75 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.tas @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrpt.tas.json b/data_descriptors/variables/apsubhrpt.tas.json new file mode 100644 index 000000000..300de1c75 --- /dev/null +++ b/data_descriptors/variables/apsubhrpt.tas.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.hus b/data_descriptors/variables/apsubhrptlev.hus new file mode 100644 index 000000000..790b95ee4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.hus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.hus.json b/data_descriptors/variables/apsubhrptlev.hus.json new file mode 100644 index 000000000..790b95ee4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.hus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.mc b/data_descriptors/variables/apsubhrptlev.mc new file mode 100644 index 000000000..5d852db86 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.mc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.mc.json b/data_descriptors/variables/apsubhrptlev.mc.json new file mode 100644 index 000000000..5d852db86 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.mc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.ta b/data_descriptors/variables/apsubhrptlev.ta new file mode 100644 index 000000000..99332133f --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.ta @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.ta.json b/data_descriptors/variables/apsubhrptlev.ta.json new file mode 100644 index 000000000..99332133f --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.ta.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.tnhus b/data_descriptors/variables/apsubhrptlev.tnhus new file mode 100644 index 000000000..f8feee5e8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.tnhus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.tnhus.json b/data_descriptors/variables/apsubhrptlev.tnhus.json new file mode 100644 index 000000000..f8feee5e8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.tnhus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.tnt b/data_descriptors/variables/apsubhrptlev.tnt new file mode 100644 index 000000000..5b94ee7c7 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.tnt @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.tnt.json b/data_descriptors/variables/apsubhrptlev.tnt.json new file mode 100644 index 000000000..5b94ee7c7 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.tnt.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.ua b/data_descriptors/variables/apsubhrptlev.ua new file mode 100644 index 000000000..0002572ed --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.ua @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.ua.json b/data_descriptors/variables/apsubhrptlev.ua.json new file mode 100644 index 000000000..0002572ed --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.ua.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.va b/data_descriptors/variables/apsubhrptlev.va new file mode 100644 index 000000000..74ef9b210 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.va @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.va.json b/data_descriptors/variables/apsubhrptlev.va.json new file mode 100644 index 000000000..74ef9b210 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.va.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.wap b/data_descriptors/variables/apsubhrptlev.wap new file mode 100644 index 000000000..7f76d43a1 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.wap @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptlev.wap.json b/data_descriptors/variables/apsubhrptlev.wap.json new file mode 100644 index 000000000..7f76d43a1 --- /dev/null +++ b/data_descriptors/variables/apsubhrptlev.wap.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ccb b/data_descriptors/variables/apsubhrptsite.ccb new file mode 100644 index 000000000..c91c04fdb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ccb @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ccb.json b/data_descriptors/variables/apsubhrptsite.ccb.json new file mode 100644 index 000000000..c91c04fdb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ccb.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cct b/data_descriptors/variables/apsubhrptsite.cct new file mode 100644 index 000000000..88d02d03d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cct @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cct.json b/data_descriptors/variables/apsubhrptsite.cct.json new file mode 100644 index 000000000..88d02d03d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cct.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ci b/data_descriptors/variables/apsubhrptsite.ci new file mode 100644 index 000000000..e60c41ccd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ci @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ci.json b/data_descriptors/variables/apsubhrptsite.ci.json new file mode 100644 index 000000000..e60c41ccd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ci.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cl b/data_descriptors/variables/apsubhrptsite.cl new file mode 100644 index 000000000..140154b49 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cl.json b/data_descriptors/variables/apsubhrptsite.cl.json new file mode 100644 index 000000000..140154b49 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cli b/data_descriptors/variables/apsubhrptsite.cli new file mode 100644 index 000000000..14ecef1d3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cli @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.cli.json b/data_descriptors/variables/apsubhrptsite.cli.json new file mode 100644 index 000000000..14ecef1d3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.cli.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clivi b/data_descriptors/variables/apsubhrptsite.clivi new file mode 100644 index 000000000..5945622d3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clivi @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clivi.json b/data_descriptors/variables/apsubhrptsite.clivi.json new file mode 100644 index 000000000..5945622d3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clivi.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clt b/data_descriptors/variables/apsubhrptsite.clt new file mode 100644 index 000000000..7e7bafbee --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clt @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clt.json b/data_descriptors/variables/apsubhrptsite.clt.json new file mode 100644 index 000000000..7e7bafbee --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clt.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clw b/data_descriptors/variables/apsubhrptsite.clw new file mode 100644 index 000000000..1b491702e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clw.json b/data_descriptors/variables/apsubhrptsite.clw.json new file mode 100644 index 000000000..1b491702e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clwvi b/data_descriptors/variables/apsubhrptsite.clwvi new file mode 100644 index 000000000..0b335fb22 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clwvi @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.clwvi.json b/data_descriptors/variables/apsubhrptsite.clwvi.json new file mode 100644 index 000000000..0b335fb22 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.clwvi.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.edt b/data_descriptors/variables/apsubhrptsite.edt new file mode 100644 index 000000000..a8519e1f3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.edt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.edt.json b/data_descriptors/variables/apsubhrptsite.edt.json new file mode 100644 index 000000000..a8519e1f3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.edt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.evspsbl b/data_descriptors/variables/apsubhrptsite.evspsbl new file mode 100644 index 000000000..b157ee93f --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.evspsbl @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.evspsbl.json b/data_descriptors/variables/apsubhrptsite.evspsbl.json new file mode 100644 index 000000000..b157ee93f --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.evspsbl.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.evu b/data_descriptors/variables/apsubhrptsite.evu new file mode 100644 index 000000000..e1d976550 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.evu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.evu.json b/data_descriptors/variables/apsubhrptsite.evu.json new file mode 100644 index 000000000..e1d976550 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.evu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2antt b/data_descriptors/variables/apsubhrptsite.fco2antt new file mode 100644 index 000000000..6cda33907 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2antt @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2antt.json b/data_descriptors/variables/apsubhrptsite.fco2antt.json new file mode 100644 index 000000000..6cda33907 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2antt.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2fos b/data_descriptors/variables/apsubhrptsite.fco2fos new file mode 100644 index 000000000..ac06579fe --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2fos @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2fos.json b/data_descriptors/variables/apsubhrptsite.fco2fos.json new file mode 100644 index 000000000..ac06579fe --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2fos.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2nat b/data_descriptors/variables/apsubhrptsite.fco2nat new file mode 100644 index 000000000..b4017a57d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2nat @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.fco2nat.json b/data_descriptors/variables/apsubhrptsite.fco2nat.json new file mode 100644 index 000000000..b4017a57d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.fco2nat.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hfls b/data_descriptors/variables/apsubhrptsite.hfls new file mode 100644 index 000000000..46e0d5b6f --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hfls @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hfls.json b/data_descriptors/variables/apsubhrptsite.hfls.json new file mode 100644 index 000000000..46e0d5b6f --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hfls.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hfss b/data_descriptors/variables/apsubhrptsite.hfss new file mode 100644 index 000000000..55a82ceb9 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hfss @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hfss.json b/data_descriptors/variables/apsubhrptsite.hfss.json new file mode 100644 index 000000000..55a82ceb9 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hfss.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hur b/data_descriptors/variables/apsubhrptsite.hur new file mode 100644 index 000000000..d94754952 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hur @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hur.json b/data_descriptors/variables/apsubhrptsite.hur.json new file mode 100644 index 000000000..d94754952 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hur.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hurs b/data_descriptors/variables/apsubhrptsite.hurs new file mode 100644 index 000000000..ada44e856 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hurs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hurs.json b/data_descriptors/variables/apsubhrptsite.hurs.json new file mode 100644 index 000000000..ada44e856 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hurs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hus b/data_descriptors/variables/apsubhrptsite.hus new file mode 100644 index 000000000..973202202 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.hus.json b/data_descriptors/variables/apsubhrptsite.hus.json new file mode 100644 index 000000000..973202202 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.hus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.huss b/data_descriptors/variables/apsubhrptsite.huss new file mode 100644 index 000000000..e37c61ee3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.huss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.huss.json b/data_descriptors/variables/apsubhrptsite.huss.json new file mode 100644 index 000000000..e37c61ee3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.huss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.mc b/data_descriptors/variables/apsubhrptsite.mc new file mode 100644 index 000000000..7ec2bd63a --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.mc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.mc.json b/data_descriptors/variables/apsubhrptsite.mc.json new file mode 100644 index 000000000..7ec2bd63a --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.mc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.pfull b/data_descriptors/variables/apsubhrptsite.pfull new file mode 100644 index 000000000..a5e64f7d9 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.pfull @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.pfull.json b/data_descriptors/variables/apsubhrptsite.pfull.json new file mode 100644 index 000000000..a5e64f7d9 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.pfull.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.phalf b/data_descriptors/variables/apsubhrptsite.phalf new file mode 100644 index 000000000..e7efbe2e8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.phalf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.phalf.json b/data_descriptors/variables/apsubhrptsite.phalf.json new file mode 100644 index 000000000..e7efbe2e8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.phalf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.pr b/data_descriptors/variables/apsubhrptsite.pr new file mode 100644 index 000000000..a9cfb3a27 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.pr @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.pr.json b/data_descriptors/variables/apsubhrptsite.pr.json new file mode 100644 index 000000000..a9cfb3a27 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.pr.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prc b/data_descriptors/variables/apsubhrptsite.prc new file mode 100644 index 000000000..4eeef1610 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prc @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prc.json b/data_descriptors/variables/apsubhrptsite.prc.json new file mode 100644 index 000000000..4eeef1610 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prc.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prsn b/data_descriptors/variables/apsubhrptsite.prsn new file mode 100644 index 000000000..cfb6a49dd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prsn @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prsn.json b/data_descriptors/variables/apsubhrptsite.prsn.json new file mode 100644 index 000000000..cfb6a49dd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prsn.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prw b/data_descriptors/variables/apsubhrptsite.prw new file mode 100644 index 000000000..0d3c856e5 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prw @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.prw.json b/data_descriptors/variables/apsubhrptsite.prw.json new file mode 100644 index 000000000..0d3c856e5 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.prw.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ps b/data_descriptors/variables/apsubhrptsite.ps new file mode 100644 index 000000000..9e0d3a360 Binary files /dev/null and b/data_descriptors/variables/apsubhrptsite.ps differ diff --git a/data_descriptors/variables/apsubhrptsite.ps.json b/data_descriptors/variables/apsubhrptsite.ps.json new file mode 100644 index 000000000..9e0d3a360 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ps.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.psl b/data_descriptors/variables/apsubhrptsite.psl new file mode 100644 index 000000000..338d093d6 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.psl @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.psl.json b/data_descriptors/variables/apsubhrptsite.psl.json new file mode 100644 index 000000000..338d093d6 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.psl.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclic b/data_descriptors/variables/apsubhrptsite.reffclic new file mode 100644 index 000000000..0be5e771c --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclic.json b/data_descriptors/variables/apsubhrptsite.reffclic.json new file mode 100644 index 000000000..0be5e771c --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclis b/data_descriptors/variables/apsubhrptsite.reffclis new file mode 100644 index 000000000..77f0c324b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclis.json b/data_descriptors/variables/apsubhrptsite.reffclis.json new file mode 100644 index 000000000..77f0c324b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclwc b/data_descriptors/variables/apsubhrptsite.reffclwc new file mode 100644 index 000000000..fedbc01b1 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclwc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclwc.json b/data_descriptors/variables/apsubhrptsite.reffclwc.json new file mode 100644 index 000000000..fedbc01b1 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclwc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclws b/data_descriptors/variables/apsubhrptsite.reffclws new file mode 100644 index 000000000..401f32d07 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclws @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.reffclws.json b/data_descriptors/variables/apsubhrptsite.reffclws.json new file mode 100644 index 000000000..401f32d07 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.reffclws.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rld b/data_descriptors/variables/apsubhrptsite.rld new file mode 100644 index 000000000..e3eb8923b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rld @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rld.json b/data_descriptors/variables/apsubhrptsite.rld.json new file mode 100644 index 000000000..e3eb8923b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rld.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rldcs b/data_descriptors/variables/apsubhrptsite.rldcs new file mode 100644 index 000000000..3901c85ef --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rldcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rldcs.json b/data_descriptors/variables/apsubhrptsite.rldcs.json new file mode 100644 index 000000000..3901c85ef --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rldcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlds b/data_descriptors/variables/apsubhrptsite.rlds new file mode 100644 index 000000000..4c5097d25 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlds @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlds.json b/data_descriptors/variables/apsubhrptsite.rlds.json new file mode 100644 index 000000000..4c5097d25 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlds.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rldscs b/data_descriptors/variables/apsubhrptsite.rldscs new file mode 100644 index 000000000..80b746300 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rldscs @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rldscs.json b/data_descriptors/variables/apsubhrptsite.rldscs.json new file mode 100644 index 000000000..80b746300 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rldscs.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlu b/data_descriptors/variables/apsubhrptsite.rlu new file mode 100644 index 000000000..bf8688292 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlu.json b/data_descriptors/variables/apsubhrptsite.rlu.json new file mode 100644 index 000000000..bf8688292 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlucs b/data_descriptors/variables/apsubhrptsite.rlucs new file mode 100644 index 000000000..af70cb319 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlucs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlucs.json b/data_descriptors/variables/apsubhrptsite.rlucs.json new file mode 100644 index 000000000..af70cb319 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlucs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlus b/data_descriptors/variables/apsubhrptsite.rlus new file mode 100644 index 000000000..21d064e28 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlus @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlus.json b/data_descriptors/variables/apsubhrptsite.rlus.json new file mode 100644 index 000000000..21d064e28 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlus.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlut b/data_descriptors/variables/apsubhrptsite.rlut new file mode 100644 index 000000000..d4f9ab62b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlut @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlut.json b/data_descriptors/variables/apsubhrptsite.rlut.json new file mode 100644 index 000000000..d4f9ab62b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlut.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlutcs b/data_descriptors/variables/apsubhrptsite.rlutcs new file mode 100644 index 000000000..ab67b0f4a --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlutcs @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rlutcs.json b/data_descriptors/variables/apsubhrptsite.rlutcs.json new file mode 100644 index 000000000..ab67b0f4a --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rlutcs.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsd b/data_descriptors/variables/apsubhrptsite.rsd new file mode 100644 index 000000000..b6f09f456 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsd.json b/data_descriptors/variables/apsubhrptsite.rsd.json new file mode 100644 index 000000000..b6f09f456 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdcs b/data_descriptors/variables/apsubhrptsite.rsdcs new file mode 100644 index 000000000..e743efd97 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdcs.json b/data_descriptors/variables/apsubhrptsite.rsdcs.json new file mode 100644 index 000000000..e743efd97 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsds b/data_descriptors/variables/apsubhrptsite.rsds new file mode 100644 index 000000000..74f6cd037 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsds @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsds.json b/data_descriptors/variables/apsubhrptsite.rsds.json new file mode 100644 index 000000000..74f6cd037 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsds.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdscs b/data_descriptors/variables/apsubhrptsite.rsdscs new file mode 100644 index 000000000..535b7b224 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdscs @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdscs.json b/data_descriptors/variables/apsubhrptsite.rsdscs.json new file mode 100644 index 000000000..535b7b224 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdscs.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdt b/data_descriptors/variables/apsubhrptsite.rsdt new file mode 100644 index 000000000..9b00c4dcd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdt @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsdt.json b/data_descriptors/variables/apsubhrptsite.rsdt.json new file mode 100644 index 000000000..9b00c4dcd --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsdt.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsu b/data_descriptors/variables/apsubhrptsite.rsu new file mode 100644 index 000000000..f7137ccb4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsu.json b/data_descriptors/variables/apsubhrptsite.rsu.json new file mode 100644 index 000000000..f7137ccb4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsucs b/data_descriptors/variables/apsubhrptsite.rsucs new file mode 100644 index 000000000..08d338128 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsucs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsucs.json b/data_descriptors/variables/apsubhrptsite.rsucs.json new file mode 100644 index 000000000..08d338128 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsucs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsus b/data_descriptors/variables/apsubhrptsite.rsus new file mode 100644 index 000000000..a7c646bda --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsus @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsus.json b/data_descriptors/variables/apsubhrptsite.rsus.json new file mode 100644 index 000000000..a7c646bda --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsus.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsuscs b/data_descriptors/variables/apsubhrptsite.rsuscs new file mode 100644 index 000000000..6b865d3ee --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsuscs @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsuscs.json b/data_descriptors/variables/apsubhrptsite.rsuscs.json new file mode 100644 index 000000000..6b865d3ee --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsuscs.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsut b/data_descriptors/variables/apsubhrptsite.rsut new file mode 100644 index 000000000..2b9102b27 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsut @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsut.json b/data_descriptors/variables/apsubhrptsite.rsut.json new file mode 100644 index 000000000..2b9102b27 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsut.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsutcs b/data_descriptors/variables/apsubhrptsite.rsutcs new file mode 100644 index 000000000..0fcff4e92 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsutcs @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rsutcs.json b/data_descriptors/variables/apsubhrptsite.rsutcs.json new file mode 100644 index 000000000..0fcff4e92 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rsutcs.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rtmt b/data_descriptors/variables/apsubhrptsite.rtmt new file mode 100644 index 000000000..bc5504bd7 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rtmt @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.rtmt.json b/data_descriptors/variables/apsubhrptsite.rtmt.json new file mode 100644 index 000000000..bc5504bd7 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.rtmt.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.sci b/data_descriptors/variables/apsubhrptsite.sci new file mode 100644 index 000000000..f94e274d0 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.sci @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.sci.json b/data_descriptors/variables/apsubhrptsite.sci.json new file mode 100644 index 000000000..f94e274d0 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.sci.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.sfcwind b/data_descriptors/variables/apsubhrptsite.sfcwind new file mode 100644 index 000000000..3e6a06492 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.sfcwind @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.sfcwind.json b/data_descriptors/variables/apsubhrptsite.sfcwind.json new file mode 100644 index 000000000..3e6a06492 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.sfcwind.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ta b/data_descriptors/variables/apsubhrptsite.ta new file mode 100644 index 000000000..3a42074eb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ta @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ta.json b/data_descriptors/variables/apsubhrptsite.ta.json new file mode 100644 index 000000000..3a42074eb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ta.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tas b/data_descriptors/variables/apsubhrptsite.tas new file mode 100644 index 000000000..8094a9fe6 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tas.json b/data_descriptors/variables/apsubhrptsite.tas.json new file mode 100644 index 000000000..8094a9fe6 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tauu b/data_descriptors/variables/apsubhrptsite.tauu new file mode 100644 index 000000000..243596be8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tauu @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tauu.json b/data_descriptors/variables/apsubhrptsite.tauu.json new file mode 100644 index 000000000..243596be8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tauu.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tauv b/data_descriptors/variables/apsubhrptsite.tauv new file mode 100644 index 000000000..1d564a3cb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tauv @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tauv.json b/data_descriptors/variables/apsubhrptsite.tauv.json new file mode 100644 index 000000000..1d564a3cb --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tauv.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhus b/data_descriptors/variables/apsubhrptsite.tnhus new file mode 100644 index 000000000..a26bebde2 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhus @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhus.json b/data_descriptors/variables/apsubhrptsite.tnhus.json new file mode 100644 index 000000000..a26bebde2 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhus.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusa b/data_descriptors/variables/apsubhrptsite.tnhusa new file mode 100644 index 000000000..6d4b34767 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusa @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusa.json b/data_descriptors/variables/apsubhrptsite.tnhusa.json new file mode 100644 index 000000000..6d4b34767 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusa.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusc b/data_descriptors/variables/apsubhrptsite.tnhusc new file mode 100644 index 000000000..c9b8b4f15 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusc.json b/data_descriptors/variables/apsubhrptsite.tnhusc.json new file mode 100644 index 000000000..c9b8b4f15 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusd b/data_descriptors/variables/apsubhrptsite.tnhusd new file mode 100644 index 000000000..75b1ddead --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusd.json b/data_descriptors/variables/apsubhrptsite.tnhusd.json new file mode 100644 index 000000000..75b1ddead --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusmp b/data_descriptors/variables/apsubhrptsite.tnhusmp new file mode 100644 index 000000000..5fb7c26c2 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusmp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusmp.json b/data_descriptors/variables/apsubhrptsite.tnhusmp.json new file mode 100644 index 000000000..5fb7c26c2 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusmp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhuspbl b/data_descriptors/variables/apsubhrptsite.tnhuspbl new file mode 100644 index 000000000..3b04ea895 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhuspbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhuspbl.json b/data_descriptors/variables/apsubhrptsite.tnhuspbl.json new file mode 100644 index 000000000..3b04ea895 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhuspbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusscp b/data_descriptors/variables/apsubhrptsite.tnhusscp new file mode 100644 index 000000000..60c39bd22 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusscp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusscp.json b/data_descriptors/variables/apsubhrptsite.tnhusscp.json new file mode 100644 index 000000000..60c39bd22 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusscp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusscpbl b/data_descriptors/variables/apsubhrptsite.tnhusscpbl new file mode 100644 index 000000000..e2a6fc241 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusscpbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnhusscpbl.json b/data_descriptors/variables/apsubhrptsite.tnhusscpbl.json new file mode 100644 index 000000000..e2a6fc241 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnhusscpbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnt b/data_descriptors/variables/apsubhrptsite.tnt new file mode 100644 index 000000000..3e6ea27c3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnt.json b/data_descriptors/variables/apsubhrptsite.tnt.json new file mode 100644 index 000000000..3e6ea27c3 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnta b/data_descriptors/variables/apsubhrptsite.tnta new file mode 100644 index 000000000..50c57ffa4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnta @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tnta.json b/data_descriptors/variables/apsubhrptsite.tnta.json new file mode 100644 index 000000000..50c57ffa4 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tnta.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntc b/data_descriptors/variables/apsubhrptsite.tntc new file mode 100644 index 000000000..d097c835d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntc.json b/data_descriptors/variables/apsubhrptsite.tntc.json new file mode 100644 index 000000000..d097c835d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntd b/data_descriptors/variables/apsubhrptsite.tntd new file mode 100644 index 000000000..a294f0498 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntd.json b/data_descriptors/variables/apsubhrptsite.tntd.json new file mode 100644 index 000000000..a294f0498 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntmp b/data_descriptors/variables/apsubhrptsite.tntmp new file mode 100644 index 000000000..5e2b7be4b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntmp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntmp.json b/data_descriptors/variables/apsubhrptsite.tntmp.json new file mode 100644 index 000000000..5e2b7be4b --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntmp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntpbl b/data_descriptors/variables/apsubhrptsite.tntpbl new file mode 100644 index 000000000..bec65fee8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntpbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntpbl.json b/data_descriptors/variables/apsubhrptsite.tntpbl.json new file mode 100644 index 000000000..bec65fee8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntpbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntr b/data_descriptors/variables/apsubhrptsite.tntr new file mode 100644 index 000000000..0c5c12fda --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntr.json b/data_descriptors/variables/apsubhrptsite.tntr.json new file mode 100644 index 000000000..0c5c12fda --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntrlcs b/data_descriptors/variables/apsubhrptsite.tntrlcs new file mode 100644 index 000000000..e6add6d74 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntrlcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntrlcs.json b/data_descriptors/variables/apsubhrptsite.tntrlcs.json new file mode 100644 index 000000000..e6add6d74 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntrlcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntrscs b/data_descriptors/variables/apsubhrptsite.tntrscs new file mode 100644 index 000000000..0c6f5912e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntrscs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntrscs.json b/data_descriptors/variables/apsubhrptsite.tntrscs.json new file mode 100644 index 000000000..0c6f5912e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntrscs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntscp b/data_descriptors/variables/apsubhrptsite.tntscp new file mode 100644 index 000000000..cb12577f8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntscp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntscp.json b/data_descriptors/variables/apsubhrptsite.tntscp.json new file mode 100644 index 000000000..cb12577f8 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntscp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntscpbl b/data_descriptors/variables/apsubhrptsite.tntscpbl new file mode 100644 index 000000000..bb6ab9e15 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntscpbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.tntscpbl.json b/data_descriptors/variables/apsubhrptsite.tntscpbl.json new file mode 100644 index 000000000..bb6ab9e15 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.tntscpbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ts b/data_descriptors/variables/apsubhrptsite.ts new file mode 100644 index 000000000..fd992d48d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ts @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ts.json b/data_descriptors/variables/apsubhrptsite.ts.json new file mode 100644 index 000000000..fd992d48d --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ts.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ua b/data_descriptors/variables/apsubhrptsite.ua new file mode 100644 index 000000000..0463c8fa0 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ua @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.ua.json b/data_descriptors/variables/apsubhrptsite.ua.json new file mode 100644 index 000000000..0463c8fa0 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.ua.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.uas b/data_descriptors/variables/apsubhrptsite.uas new file mode 100644 index 000000000..06a7fd17e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.uas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.uas.json b/data_descriptors/variables/apsubhrptsite.uas.json new file mode 100644 index 000000000..06a7fd17e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.uas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.va b/data_descriptors/variables/apsubhrptsite.va new file mode 100644 index 000000000..ba58101de --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.va @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.va.json b/data_descriptors/variables/apsubhrptsite.va.json new file mode 100644 index 000000000..ba58101de --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.va.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.vas b/data_descriptors/variables/apsubhrptsite.vas new file mode 100644 index 000000000..687b7165e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.vas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.vas.json b/data_descriptors/variables/apsubhrptsite.vas.json new file mode 100644 index 000000000..687b7165e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.vas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.wap b/data_descriptors/variables/apsubhrptsite.wap new file mode 100644 index 000000000..adbf4dc32 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.wap @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.wap.json b/data_descriptors/variables/apsubhrptsite.wap.json new file mode 100644 index 000000000..adbf4dc32 --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.wap.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.zg b/data_descriptors/variables/apsubhrptsite.zg new file mode 100644 index 000000000..511d7034e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.zg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/apsubhrptsite.zg.json b/data_descriptors/variables/apsubhrptsite.zg.json new file mode 100644 index 000000000..511d7034e --- /dev/null +++ b/data_descriptors/variables/apsubhrptsite.zg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.areacellg b/data_descriptors/variables/giafx.areacellg new file mode 100644 index 000000000..e81bbd693 --- /dev/null +++ b/data_descriptors/variables/giafx.areacellg @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.areacellg.json b/data_descriptors/variables/giafx.areacellg.json new file mode 100644 index 000000000..e81bbd693 --- /dev/null +++ b/data_descriptors/variables/giafx.areacellg.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.hfgeoubed b/data_descriptors/variables/giafx.hfgeoubed new file mode 100644 index 000000000..948aa629f --- /dev/null +++ b/data_descriptors/variables/giafx.hfgeoubed @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.hfgeoubed.json b/data_descriptors/variables/giafx.hfgeoubed.json new file mode 100644 index 000000000..948aa629f --- /dev/null +++ b/data_descriptors/variables/giafx.hfgeoubed.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.lithk b/data_descriptors/variables/giafx.lithk new file mode 100644 index 000000000..e279395f5 --- /dev/null +++ b/data_descriptors/variables/giafx.lithk @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.lithk.json b/data_descriptors/variables/giafx.lithk.json new file mode 100644 index 000000000..e279395f5 --- /dev/null +++ b/data_descriptors/variables/giafx.lithk.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.topg b/data_descriptors/variables/giafx.topg new file mode 100644 index 000000000..22156677f --- /dev/null +++ b/data_descriptors/variables/giafx.topg @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giafx.topg.json b/data_descriptors/variables/giafx.topg.json new file mode 100644 index 000000000..22156677f --- /dev/null +++ b/data_descriptors/variables/giafx.topg.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.acabf b/data_descriptors/variables/giamon.acabf new file mode 100644 index 000000000..f3c1ad5ab --- /dev/null +++ b/data_descriptors/variables/giamon.acabf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.acabf.json b/data_descriptors/variables/giamon.acabf.json new file mode 100644 index 000000000..f3c1ad5ab --- /dev/null +++ b/data_descriptors/variables/giamon.acabf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.hfls b/data_descriptors/variables/giamon.hfls new file mode 100644 index 000000000..f439ee367 --- /dev/null +++ b/data_descriptors/variables/giamon.hfls @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.hfls.json b/data_descriptors/variables/giamon.hfls.json new file mode 100644 index 000000000..f439ee367 --- /dev/null +++ b/data_descriptors/variables/giamon.hfls.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.hfss b/data_descriptors/variables/giamon.hfss new file mode 100644 index 000000000..c78575232 --- /dev/null +++ b/data_descriptors/variables/giamon.hfss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.hfss.json b/data_descriptors/variables/giamon.hfss.json new file mode 100644 index 000000000..c78575232 --- /dev/null +++ b/data_descriptors/variables/giamon.hfss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.icem b/data_descriptors/variables/giamon.icem new file mode 100644 index 000000000..84fb24f60 --- /dev/null +++ b/data_descriptors/variables/giamon.icem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.icem.json b/data_descriptors/variables/giamon.icem.json new file mode 100644 index 000000000..84fb24f60 --- /dev/null +++ b/data_descriptors/variables/giamon.icem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.libmassbffl b/data_descriptors/variables/giamon.libmassbffl new file mode 100644 index 000000000..d8fcdf777 --- /dev/null +++ b/data_descriptors/variables/giamon.libmassbffl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.libmassbffl.json b/data_descriptors/variables/giamon.libmassbffl.json new file mode 100644 index 000000000..d8fcdf777 --- /dev/null +++ b/data_descriptors/variables/giamon.libmassbffl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.libmassbfgr b/data_descriptors/variables/giamon.libmassbfgr new file mode 100644 index 000000000..6e5285252 --- /dev/null +++ b/data_descriptors/variables/giamon.libmassbfgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.libmassbfgr.json b/data_descriptors/variables/giamon.libmassbfgr.json new file mode 100644 index 000000000..6e5285252 --- /dev/null +++ b/data_descriptors/variables/giamon.libmassbfgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.licalvf b/data_descriptors/variables/giamon.licalvf new file mode 100644 index 000000000..830082465 --- /dev/null +++ b/data_descriptors/variables/giamon.licalvf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.licalvf.json b/data_descriptors/variables/giamon.licalvf.json new file mode 100644 index 000000000..830082465 --- /dev/null +++ b/data_descriptors/variables/giamon.licalvf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.lifmassbf b/data_descriptors/variables/giamon.lifmassbf new file mode 100644 index 000000000..83892250b --- /dev/null +++ b/data_descriptors/variables/giamon.lifmassbf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.lifmassbf.json b/data_descriptors/variables/giamon.lifmassbf.json new file mode 100644 index 000000000..83892250b --- /dev/null +++ b/data_descriptors/variables/giamon.lifmassbf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litempbotfl b/data_descriptors/variables/giamon.litempbotfl new file mode 100644 index 000000000..774f61821 --- /dev/null +++ b/data_descriptors/variables/giamon.litempbotfl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litempbotfl.json b/data_descriptors/variables/giamon.litempbotfl.json new file mode 100644 index 000000000..774f61821 --- /dev/null +++ b/data_descriptors/variables/giamon.litempbotfl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litempbotgr b/data_descriptors/variables/giamon.litempbotgr new file mode 100644 index 000000000..b4b0d473f --- /dev/null +++ b/data_descriptors/variables/giamon.litempbotgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litempbotgr.json b/data_descriptors/variables/giamon.litempbotgr.json new file mode 100644 index 000000000..b4b0d473f --- /dev/null +++ b/data_descriptors/variables/giamon.litempbotgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litemptop b/data_descriptors/variables/giamon.litemptop new file mode 100644 index 000000000..b6a7cebb1 --- /dev/null +++ b/data_descriptors/variables/giamon.litemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.litemptop.json b/data_descriptors/variables/giamon.litemptop.json new file mode 100644 index 000000000..b6a7cebb1 --- /dev/null +++ b/data_descriptors/variables/giamon.litemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.mrroli b/data_descriptors/variables/giamon.mrroli new file mode 100644 index 000000000..ae6417aea --- /dev/null +++ b/data_descriptors/variables/giamon.mrroli @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.mrroli.json b/data_descriptors/variables/giamon.mrroli.json new file mode 100644 index 000000000..ae6417aea --- /dev/null +++ b/data_descriptors/variables/giamon.mrroli.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.orog b/data_descriptors/variables/giamon.orog new file mode 100644 index 000000000..a8f59df2c --- /dev/null +++ b/data_descriptors/variables/giamon.orog @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.orog.json b/data_descriptors/variables/giamon.orog.json new file mode 100644 index 000000000..a8f59df2c --- /dev/null +++ b/data_descriptors/variables/giamon.orog.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.prra b/data_descriptors/variables/giamon.prra new file mode 100644 index 000000000..d67340768 --- /dev/null +++ b/data_descriptors/variables/giamon.prra @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.prra.json b/data_descriptors/variables/giamon.prra.json new file mode 100644 index 000000000..d67340768 --- /dev/null +++ b/data_descriptors/variables/giamon.prra.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.prsn b/data_descriptors/variables/giamon.prsn new file mode 100644 index 000000000..ed4b573d3 --- /dev/null +++ b/data_descriptors/variables/giamon.prsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.prsn.json b/data_descriptors/variables/giamon.prsn.json new file mode 100644 index 000000000..ed4b573d3 --- /dev/null +++ b/data_descriptors/variables/giamon.prsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rlds b/data_descriptors/variables/giamon.rlds new file mode 100644 index 000000000..087584824 --- /dev/null +++ b/data_descriptors/variables/giamon.rlds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rlds.json b/data_descriptors/variables/giamon.rlds.json new file mode 100644 index 000000000..087584824 --- /dev/null +++ b/data_descriptors/variables/giamon.rlds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rlus b/data_descriptors/variables/giamon.rlus new file mode 100644 index 000000000..cabce6a6a --- /dev/null +++ b/data_descriptors/variables/giamon.rlus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rlus.json b/data_descriptors/variables/giamon.rlus.json new file mode 100644 index 000000000..cabce6a6a --- /dev/null +++ b/data_descriptors/variables/giamon.rlus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rsds b/data_descriptors/variables/giamon.rsds new file mode 100644 index 000000000..818d15f07 --- /dev/null +++ b/data_descriptors/variables/giamon.rsds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rsds.json b/data_descriptors/variables/giamon.rsds.json new file mode 100644 index 000000000..818d15f07 --- /dev/null +++ b/data_descriptors/variables/giamon.rsds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rsus b/data_descriptors/variables/giamon.rsus new file mode 100644 index 000000000..2c2120138 --- /dev/null +++ b/data_descriptors/variables/giamon.rsus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.rsus.json b/data_descriptors/variables/giamon.rsus.json new file mode 100644 index 000000000..2c2120138 --- /dev/null +++ b/data_descriptors/variables/giamon.rsus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.sbl b/data_descriptors/variables/giamon.sbl new file mode 100644 index 000000000..d5a5bc166 --- /dev/null +++ b/data_descriptors/variables/giamon.sbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.sbl.json b/data_descriptors/variables/giamon.sbl.json new file mode 100644 index 000000000..d5a5bc166 --- /dev/null +++ b/data_descriptors/variables/giamon.sbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snc b/data_descriptors/variables/giamon.snc new file mode 100644 index 000000000..807901f1a --- /dev/null +++ b/data_descriptors/variables/giamon.snc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snc.json b/data_descriptors/variables/giamon.snc.json new file mode 100644 index 000000000..807901f1a --- /dev/null +++ b/data_descriptors/variables/giamon.snc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snicefreez b/data_descriptors/variables/giamon.snicefreez new file mode 100644 index 000000000..59945e3f5 --- /dev/null +++ b/data_descriptors/variables/giamon.snicefreez @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snicefreez.json b/data_descriptors/variables/giamon.snicefreez.json new file mode 100644 index 000000000..59945e3f5 --- /dev/null +++ b/data_descriptors/variables/giamon.snicefreez.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snicem b/data_descriptors/variables/giamon.snicem new file mode 100644 index 000000000..98c72153c --- /dev/null +++ b/data_descriptors/variables/giamon.snicem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snicem.json b/data_descriptors/variables/giamon.snicem.json new file mode 100644 index 000000000..98c72153c --- /dev/null +++ b/data_descriptors/variables/giamon.snicem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snm b/data_descriptors/variables/giamon.snm new file mode 100644 index 000000000..a0e2f2fd3 --- /dev/null +++ b/data_descriptors/variables/giamon.snm @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.snm.json b/data_descriptors/variables/giamon.snm.json new file mode 100644 index 000000000..a0e2f2fd3 --- /dev/null +++ b/data_descriptors/variables/giamon.snm.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.tas b/data_descriptors/variables/giamon.tas new file mode 100644 index 000000000..1e921ef05 --- /dev/null +++ b/data_descriptors/variables/giamon.tas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.tas.json b/data_descriptors/variables/giamon.tas.json new file mode 100644 index 000000000..1e921ef05 --- /dev/null +++ b/data_descriptors/variables/giamon.tas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.ts b/data_descriptors/variables/giamon.ts new file mode 100644 index 000000000..872e33e11 --- /dev/null +++ b/data_descriptors/variables/giamon.ts @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.ts.json b/data_descriptors/variables/giamon.ts.json new file mode 100644 index 000000000..872e33e11 --- /dev/null +++ b/data_descriptors/variables/giamon.ts.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.tsn b/data_descriptors/variables/giamon.tsn new file mode 100644 index 000000000..e7b165242 --- /dev/null +++ b/data_descriptors/variables/giamon.tsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giamon.tsn.json b/data_descriptors/variables/giamon.tsn.json new file mode 100644 index 000000000..e7b165242 --- /dev/null +++ b/data_descriptors/variables/giamon.tsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.acabf b/data_descriptors/variables/giayr.acabf new file mode 100644 index 000000000..b1fd8819f --- /dev/null +++ b/data_descriptors/variables/giayr.acabf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.acabf.json b/data_descriptors/variables/giayr.acabf.json new file mode 100644 index 000000000..b1fd8819f --- /dev/null +++ b/data_descriptors/variables/giayr.acabf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.hfgeoubed b/data_descriptors/variables/giayr.hfgeoubed new file mode 100644 index 000000000..d2aff229f --- /dev/null +++ b/data_descriptors/variables/giayr.hfgeoubed @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.hfgeoubed.json b/data_descriptors/variables/giayr.hfgeoubed.json new file mode 100644 index 000000000..d2aff229f --- /dev/null +++ b/data_descriptors/variables/giayr.hfgeoubed.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.iareafl b/data_descriptors/variables/giayr.iareafl new file mode 100644 index 000000000..d5ce4cc4a --- /dev/null +++ b/data_descriptors/variables/giayr.iareafl @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.iareafl.json b/data_descriptors/variables/giayr.iareafl.json new file mode 100644 index 000000000..d5ce4cc4a --- /dev/null +++ b/data_descriptors/variables/giayr.iareafl.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.iareagr b/data_descriptors/variables/giayr.iareagr new file mode 100644 index 000000000..70b35882d --- /dev/null +++ b/data_descriptors/variables/giayr.iareagr @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.iareagr.json b/data_descriptors/variables/giayr.iareagr.json new file mode 100644 index 000000000..70b35882d --- /dev/null +++ b/data_descriptors/variables/giayr.iareagr.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.libmassbffl b/data_descriptors/variables/giayr.libmassbffl new file mode 100644 index 000000000..8fbdcbab2 --- /dev/null +++ b/data_descriptors/variables/giayr.libmassbffl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.libmassbffl.json b/data_descriptors/variables/giayr.libmassbffl.json new file mode 100644 index 000000000..8fbdcbab2 --- /dev/null +++ b/data_descriptors/variables/giayr.libmassbffl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.libmassbfgr b/data_descriptors/variables/giayr.libmassbfgr new file mode 100644 index 000000000..7194ca229 --- /dev/null +++ b/data_descriptors/variables/giayr.libmassbfgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.libmassbfgr.json b/data_descriptors/variables/giayr.libmassbfgr.json new file mode 100644 index 000000000..7194ca229 --- /dev/null +++ b/data_descriptors/variables/giayr.libmassbfgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.licalvf b/data_descriptors/variables/giayr.licalvf new file mode 100644 index 000000000..fc3a6baa4 --- /dev/null +++ b/data_descriptors/variables/giayr.licalvf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.licalvf.json b/data_descriptors/variables/giayr.licalvf.json new file mode 100644 index 000000000..fc3a6baa4 --- /dev/null +++ b/data_descriptors/variables/giayr.licalvf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lifmassbf b/data_descriptors/variables/giayr.lifmassbf new file mode 100644 index 000000000..29696b8b5 --- /dev/null +++ b/data_descriptors/variables/giayr.lifmassbf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lifmassbf.json b/data_descriptors/variables/giayr.lifmassbf.json new file mode 100644 index 000000000..29696b8b5 --- /dev/null +++ b/data_descriptors/variables/giayr.lifmassbf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lim b/data_descriptors/variables/giayr.lim new file mode 100644 index 000000000..5c23fce8d --- /dev/null +++ b/data_descriptors/variables/giayr.lim @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lim.json b/data_descriptors/variables/giayr.lim.json new file mode 100644 index 000000000..5c23fce8d --- /dev/null +++ b/data_descriptors/variables/giayr.lim.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.limnsw b/data_descriptors/variables/giayr.limnsw new file mode 100644 index 000000000..4e5e647d3 --- /dev/null +++ b/data_descriptors/variables/giayr.limnsw @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.limnsw.json b/data_descriptors/variables/giayr.limnsw.json new file mode 100644 index 000000000..4e5e647d3 --- /dev/null +++ b/data_descriptors/variables/giayr.limnsw.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litempbotfl b/data_descriptors/variables/giayr.litempbotfl new file mode 100644 index 000000000..05febdc94 --- /dev/null +++ b/data_descriptors/variables/giayr.litempbotfl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litempbotfl.json b/data_descriptors/variables/giayr.litempbotfl.json new file mode 100644 index 000000000..05febdc94 --- /dev/null +++ b/data_descriptors/variables/giayr.litempbotfl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litempbotgr b/data_descriptors/variables/giayr.litempbotgr new file mode 100644 index 000000000..b577500b0 --- /dev/null +++ b/data_descriptors/variables/giayr.litempbotgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litempbotgr.json b/data_descriptors/variables/giayr.litempbotgr.json new file mode 100644 index 000000000..b577500b0 --- /dev/null +++ b/data_descriptors/variables/giayr.litempbotgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litemptop b/data_descriptors/variables/giayr.litemptop new file mode 100644 index 000000000..6abf9ef02 --- /dev/null +++ b/data_descriptors/variables/giayr.litemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.litemptop.json b/data_descriptors/variables/giayr.litemptop.json new file mode 100644 index 000000000..6abf9ef02 --- /dev/null +++ b/data_descriptors/variables/giayr.litemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lithk b/data_descriptors/variables/giayr.lithk new file mode 100644 index 000000000..25b4ec640 --- /dev/null +++ b/data_descriptors/variables/giayr.lithk @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.lithk.json b/data_descriptors/variables/giayr.lithk.json new file mode 100644 index 000000000..25b4ec640 --- /dev/null +++ b/data_descriptors/variables/giayr.lithk.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.modelcellareai b/data_descriptors/variables/giayr.modelcellareai new file mode 100644 index 000000000..db2564626 --- /dev/null +++ b/data_descriptors/variables/giayr.modelcellareai @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.modelcellareai.json b/data_descriptors/variables/giayr.modelcellareai.json new file mode 100644 index 000000000..db2564626 --- /dev/null +++ b/data_descriptors/variables/giayr.modelcellareai.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.orog b/data_descriptors/variables/giayr.orog new file mode 100644 index 000000000..fdb70462c --- /dev/null +++ b/data_descriptors/variables/giayr.orog @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.orog.json b/data_descriptors/variables/giayr.orog.json new file mode 100644 index 000000000..fdb70462c --- /dev/null +++ b/data_descriptors/variables/giayr.orog.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftflf b/data_descriptors/variables/giayr.sftflf new file mode 100644 index 000000000..9a53bfa16 --- /dev/null +++ b/data_descriptors/variables/giayr.sftflf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftflf.json b/data_descriptors/variables/giayr.sftflf.json new file mode 100644 index 000000000..9a53bfa16 --- /dev/null +++ b/data_descriptors/variables/giayr.sftflf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftgif b/data_descriptors/variables/giayr.sftgif new file mode 100644 index 000000000..218dd8196 --- /dev/null +++ b/data_descriptors/variables/giayr.sftgif @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftgif.json b/data_descriptors/variables/giayr.sftgif.json new file mode 100644 index 000000000..218dd8196 --- /dev/null +++ b/data_descriptors/variables/giayr.sftgif.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftgrf b/data_descriptors/variables/giayr.sftgrf new file mode 100644 index 000000000..3ef67807f --- /dev/null +++ b/data_descriptors/variables/giayr.sftgrf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.sftgrf.json b/data_descriptors/variables/giayr.sftgrf.json new file mode 100644 index 000000000..3ef67807f --- /dev/null +++ b/data_descriptors/variables/giayr.sftgrf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.snc b/data_descriptors/variables/giayr.snc new file mode 100644 index 000000000..9dcf97a37 --- /dev/null +++ b/data_descriptors/variables/giayr.snc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.snc.json b/data_descriptors/variables/giayr.snc.json new file mode 100644 index 000000000..9dcf97a37 --- /dev/null +++ b/data_descriptors/variables/giayr.snc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.strbasemag b/data_descriptors/variables/giayr.strbasemag new file mode 100644 index 000000000..79b37858b --- /dev/null +++ b/data_descriptors/variables/giayr.strbasemag @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.strbasemag.json b/data_descriptors/variables/giayr.strbasemag.json new file mode 100644 index 000000000..79b37858b --- /dev/null +++ b/data_descriptors/variables/giayr.strbasemag.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendacabf b/data_descriptors/variables/giayr.tendacabf new file mode 100644 index 000000000..f4b6f88d1 --- /dev/null +++ b/data_descriptors/variables/giayr.tendacabf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendacabf.json b/data_descriptors/variables/giayr.tendacabf.json new file mode 100644 index 000000000..f4b6f88d1 --- /dev/null +++ b/data_descriptors/variables/giayr.tendacabf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendlibmassbf b/data_descriptors/variables/giayr.tendlibmassbf new file mode 100644 index 000000000..969bf3309 --- /dev/null +++ b/data_descriptors/variables/giayr.tendlibmassbf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendlibmassbf.json b/data_descriptors/variables/giayr.tendlibmassbf.json new file mode 100644 index 000000000..969bf3309 --- /dev/null +++ b/data_descriptors/variables/giayr.tendlibmassbf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendlicalvf b/data_descriptors/variables/giayr.tendlicalvf new file mode 100644 index 000000000..190c0a0cb --- /dev/null +++ b/data_descriptors/variables/giayr.tendlicalvf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.tendlicalvf.json b/data_descriptors/variables/giayr.tendlicalvf.json new file mode 100644 index 000000000..190c0a0cb --- /dev/null +++ b/data_descriptors/variables/giayr.tendlicalvf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.topg b/data_descriptors/variables/giayr.topg new file mode 100644 index 000000000..09ff42e34 --- /dev/null +++ b/data_descriptors/variables/giayr.topg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.topg.json b/data_descriptors/variables/giayr.topg.json new file mode 100644 index 000000000..09ff42e34 --- /dev/null +++ b/data_descriptors/variables/giayr.topg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelbase b/data_descriptors/variables/giayr.xvelbase new file mode 100644 index 000000000..0e88851a9 --- /dev/null +++ b/data_descriptors/variables/giayr.xvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelbase.json b/data_descriptors/variables/giayr.xvelbase.json new file mode 100644 index 000000000..0e88851a9 --- /dev/null +++ b/data_descriptors/variables/giayr.xvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelmean b/data_descriptors/variables/giayr.xvelmean new file mode 100644 index 000000000..5a11803ba --- /dev/null +++ b/data_descriptors/variables/giayr.xvelmean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelmean.json b/data_descriptors/variables/giayr.xvelmean.json new file mode 100644 index 000000000..5a11803ba --- /dev/null +++ b/data_descriptors/variables/giayr.xvelmean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelsurf b/data_descriptors/variables/giayr.xvelsurf new file mode 100644 index 000000000..4ef436ac7 --- /dev/null +++ b/data_descriptors/variables/giayr.xvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.xvelsurf.json b/data_descriptors/variables/giayr.xvelsurf.json new file mode 100644 index 000000000..4ef436ac7 --- /dev/null +++ b/data_descriptors/variables/giayr.xvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelbase b/data_descriptors/variables/giayr.yvelbase new file mode 100644 index 000000000..9a7968755 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelbase.json b/data_descriptors/variables/giayr.yvelbase.json new file mode 100644 index 000000000..9a7968755 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelmean b/data_descriptors/variables/giayr.yvelmean new file mode 100644 index 000000000..cf7c49f77 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelmean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelmean.json b/data_descriptors/variables/giayr.yvelmean.json new file mode 100644 index 000000000..cf7c49f77 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelmean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelsurf b/data_descriptors/variables/giayr.yvelsurf new file mode 100644 index 000000000..4a3af3f98 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.yvelsurf.json b/data_descriptors/variables/giayr.yvelsurf.json new file mode 100644 index 000000000..4a3af3f98 --- /dev/null +++ b/data_descriptors/variables/giayr.yvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.zvelbase b/data_descriptors/variables/giayr.zvelbase new file mode 100644 index 000000000..2d0171441 --- /dev/null +++ b/data_descriptors/variables/giayr.zvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.zvelbase.json b/data_descriptors/variables/giayr.zvelbase.json new file mode 100644 index 000000000..2d0171441 --- /dev/null +++ b/data_descriptors/variables/giayr.zvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.zvelsurf b/data_descriptors/variables/giayr.zvelsurf new file mode 100644 index 000000000..6f9261598 --- /dev/null +++ b/data_descriptors/variables/giayr.zvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/giayr.zvelsurf.json b/data_descriptors/variables/giayr.zvelsurf.json new file mode 100644 index 000000000..6f9261598 --- /dev/null +++ b/data_descriptors/variables/giayr.zvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.areacellg b/data_descriptors/variables/gigfx.areacellg new file mode 100644 index 000000000..2b2a3bfc8 --- /dev/null +++ b/data_descriptors/variables/gigfx.areacellg @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.areacellg.json b/data_descriptors/variables/gigfx.areacellg.json new file mode 100644 index 000000000..2b2a3bfc8 --- /dev/null +++ b/data_descriptors/variables/gigfx.areacellg.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.hfgeoubed b/data_descriptors/variables/gigfx.hfgeoubed new file mode 100644 index 000000000..bfc37ec32 --- /dev/null +++ b/data_descriptors/variables/gigfx.hfgeoubed @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.hfgeoubed.json b/data_descriptors/variables/gigfx.hfgeoubed.json new file mode 100644 index 000000000..bfc37ec32 --- /dev/null +++ b/data_descriptors/variables/gigfx.hfgeoubed.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.lithk b/data_descriptors/variables/gigfx.lithk new file mode 100644 index 000000000..f73adb70a --- /dev/null +++ b/data_descriptors/variables/gigfx.lithk @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.lithk.json b/data_descriptors/variables/gigfx.lithk.json new file mode 100644 index 000000000..f73adb70a --- /dev/null +++ b/data_descriptors/variables/gigfx.lithk.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.topg b/data_descriptors/variables/gigfx.topg new file mode 100644 index 000000000..990009074 --- /dev/null +++ b/data_descriptors/variables/gigfx.topg @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigfx.topg.json b/data_descriptors/variables/gigfx.topg.json new file mode 100644 index 000000000..990009074 --- /dev/null +++ b/data_descriptors/variables/gigfx.topg.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.acabf b/data_descriptors/variables/gigmon.acabf new file mode 100644 index 000000000..30f2abe60 --- /dev/null +++ b/data_descriptors/variables/gigmon.acabf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.acabf.json b/data_descriptors/variables/gigmon.acabf.json new file mode 100644 index 000000000..30f2abe60 --- /dev/null +++ b/data_descriptors/variables/gigmon.acabf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.hfls b/data_descriptors/variables/gigmon.hfls new file mode 100644 index 000000000..3b8e3ff61 --- /dev/null +++ b/data_descriptors/variables/gigmon.hfls @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.hfls.json b/data_descriptors/variables/gigmon.hfls.json new file mode 100644 index 000000000..3b8e3ff61 --- /dev/null +++ b/data_descriptors/variables/gigmon.hfls.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.hfss b/data_descriptors/variables/gigmon.hfss new file mode 100644 index 000000000..ae91a4ec8 --- /dev/null +++ b/data_descriptors/variables/gigmon.hfss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.hfss.json b/data_descriptors/variables/gigmon.hfss.json new file mode 100644 index 000000000..ae91a4ec8 --- /dev/null +++ b/data_descriptors/variables/gigmon.hfss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.icem b/data_descriptors/variables/gigmon.icem new file mode 100644 index 000000000..08529fc2e --- /dev/null +++ b/data_descriptors/variables/gigmon.icem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.icem.json b/data_descriptors/variables/gigmon.icem.json new file mode 100644 index 000000000..08529fc2e --- /dev/null +++ b/data_descriptors/variables/gigmon.icem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.libmassbffl b/data_descriptors/variables/gigmon.libmassbffl new file mode 100644 index 000000000..33950f2f5 --- /dev/null +++ b/data_descriptors/variables/gigmon.libmassbffl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.libmassbffl.json b/data_descriptors/variables/gigmon.libmassbffl.json new file mode 100644 index 000000000..33950f2f5 --- /dev/null +++ b/data_descriptors/variables/gigmon.libmassbffl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.libmassbfgr b/data_descriptors/variables/gigmon.libmassbfgr new file mode 100644 index 000000000..6a275cbf8 --- /dev/null +++ b/data_descriptors/variables/gigmon.libmassbfgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.libmassbfgr.json b/data_descriptors/variables/gigmon.libmassbfgr.json new file mode 100644 index 000000000..6a275cbf8 --- /dev/null +++ b/data_descriptors/variables/gigmon.libmassbfgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.licalvf b/data_descriptors/variables/gigmon.licalvf new file mode 100644 index 000000000..e7c3fe6dd --- /dev/null +++ b/data_descriptors/variables/gigmon.licalvf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.licalvf.json b/data_descriptors/variables/gigmon.licalvf.json new file mode 100644 index 000000000..e7c3fe6dd --- /dev/null +++ b/data_descriptors/variables/gigmon.licalvf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.lifmassbf b/data_descriptors/variables/gigmon.lifmassbf new file mode 100644 index 000000000..6387176e3 --- /dev/null +++ b/data_descriptors/variables/gigmon.lifmassbf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.lifmassbf.json b/data_descriptors/variables/gigmon.lifmassbf.json new file mode 100644 index 000000000..6387176e3 --- /dev/null +++ b/data_descriptors/variables/gigmon.lifmassbf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litempbotfl b/data_descriptors/variables/gigmon.litempbotfl new file mode 100644 index 000000000..ac526de34 --- /dev/null +++ b/data_descriptors/variables/gigmon.litempbotfl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litempbotfl.json b/data_descriptors/variables/gigmon.litempbotfl.json new file mode 100644 index 000000000..ac526de34 --- /dev/null +++ b/data_descriptors/variables/gigmon.litempbotfl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litempbotgr b/data_descriptors/variables/gigmon.litempbotgr new file mode 100644 index 000000000..c3807f828 --- /dev/null +++ b/data_descriptors/variables/gigmon.litempbotgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litempbotgr.json b/data_descriptors/variables/gigmon.litempbotgr.json new file mode 100644 index 000000000..c3807f828 --- /dev/null +++ b/data_descriptors/variables/gigmon.litempbotgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litemptop b/data_descriptors/variables/gigmon.litemptop new file mode 100644 index 000000000..45dbb4927 --- /dev/null +++ b/data_descriptors/variables/gigmon.litemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.litemptop.json b/data_descriptors/variables/gigmon.litemptop.json new file mode 100644 index 000000000..45dbb4927 --- /dev/null +++ b/data_descriptors/variables/gigmon.litemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.mrroli b/data_descriptors/variables/gigmon.mrroli new file mode 100644 index 000000000..4a4ce3864 --- /dev/null +++ b/data_descriptors/variables/gigmon.mrroli @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.mrroli.json b/data_descriptors/variables/gigmon.mrroli.json new file mode 100644 index 000000000..4a4ce3864 --- /dev/null +++ b/data_descriptors/variables/gigmon.mrroli.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.orog b/data_descriptors/variables/gigmon.orog new file mode 100644 index 000000000..a4a257430 --- /dev/null +++ b/data_descriptors/variables/gigmon.orog @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.orog.json b/data_descriptors/variables/gigmon.orog.json new file mode 100644 index 000000000..a4a257430 --- /dev/null +++ b/data_descriptors/variables/gigmon.orog.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.prra b/data_descriptors/variables/gigmon.prra new file mode 100644 index 000000000..2de4d6dd0 --- /dev/null +++ b/data_descriptors/variables/gigmon.prra @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.prra.json b/data_descriptors/variables/gigmon.prra.json new file mode 100644 index 000000000..2de4d6dd0 --- /dev/null +++ b/data_descriptors/variables/gigmon.prra.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.prsn b/data_descriptors/variables/gigmon.prsn new file mode 100644 index 000000000..3eb4edc36 --- /dev/null +++ b/data_descriptors/variables/gigmon.prsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.prsn.json b/data_descriptors/variables/gigmon.prsn.json new file mode 100644 index 000000000..3eb4edc36 --- /dev/null +++ b/data_descriptors/variables/gigmon.prsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rlds b/data_descriptors/variables/gigmon.rlds new file mode 100644 index 000000000..8275e0c78 --- /dev/null +++ b/data_descriptors/variables/gigmon.rlds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rlds.json b/data_descriptors/variables/gigmon.rlds.json new file mode 100644 index 000000000..8275e0c78 --- /dev/null +++ b/data_descriptors/variables/gigmon.rlds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rlus b/data_descriptors/variables/gigmon.rlus new file mode 100644 index 000000000..ce3aebea2 --- /dev/null +++ b/data_descriptors/variables/gigmon.rlus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rlus.json b/data_descriptors/variables/gigmon.rlus.json new file mode 100644 index 000000000..ce3aebea2 --- /dev/null +++ b/data_descriptors/variables/gigmon.rlus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rsds b/data_descriptors/variables/gigmon.rsds new file mode 100644 index 000000000..3076ba7b4 --- /dev/null +++ b/data_descriptors/variables/gigmon.rsds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rsds.json b/data_descriptors/variables/gigmon.rsds.json new file mode 100644 index 000000000..3076ba7b4 --- /dev/null +++ b/data_descriptors/variables/gigmon.rsds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rsus b/data_descriptors/variables/gigmon.rsus new file mode 100644 index 000000000..a3ad97af1 --- /dev/null +++ b/data_descriptors/variables/gigmon.rsus @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.rsus.json b/data_descriptors/variables/gigmon.rsus.json new file mode 100644 index 000000000..a3ad97af1 --- /dev/null +++ b/data_descriptors/variables/gigmon.rsus.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.sbl b/data_descriptors/variables/gigmon.sbl new file mode 100644 index 000000000..143b1ed68 --- /dev/null +++ b/data_descriptors/variables/gigmon.sbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.sbl.json b/data_descriptors/variables/gigmon.sbl.json new file mode 100644 index 000000000..143b1ed68 --- /dev/null +++ b/data_descriptors/variables/gigmon.sbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snc b/data_descriptors/variables/gigmon.snc new file mode 100644 index 000000000..4f455f58e --- /dev/null +++ b/data_descriptors/variables/gigmon.snc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snc.json b/data_descriptors/variables/gigmon.snc.json new file mode 100644 index 000000000..4f455f58e --- /dev/null +++ b/data_descriptors/variables/gigmon.snc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snicefreez b/data_descriptors/variables/gigmon.snicefreez new file mode 100644 index 000000000..32f83ccee --- /dev/null +++ b/data_descriptors/variables/gigmon.snicefreez @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snicefreez.json b/data_descriptors/variables/gigmon.snicefreez.json new file mode 100644 index 000000000..32f83ccee --- /dev/null +++ b/data_descriptors/variables/gigmon.snicefreez.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snicem b/data_descriptors/variables/gigmon.snicem new file mode 100644 index 000000000..86bde62dd --- /dev/null +++ b/data_descriptors/variables/gigmon.snicem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snicem.json b/data_descriptors/variables/gigmon.snicem.json new file mode 100644 index 000000000..86bde62dd --- /dev/null +++ b/data_descriptors/variables/gigmon.snicem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snm b/data_descriptors/variables/gigmon.snm new file mode 100644 index 000000000..2728c555d --- /dev/null +++ b/data_descriptors/variables/gigmon.snm @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.snm.json b/data_descriptors/variables/gigmon.snm.json new file mode 100644 index 000000000..2728c555d --- /dev/null +++ b/data_descriptors/variables/gigmon.snm.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.tas b/data_descriptors/variables/gigmon.tas new file mode 100644 index 000000000..984c8c703 --- /dev/null +++ b/data_descriptors/variables/gigmon.tas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.tas.json b/data_descriptors/variables/gigmon.tas.json new file mode 100644 index 000000000..984c8c703 --- /dev/null +++ b/data_descriptors/variables/gigmon.tas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.ts b/data_descriptors/variables/gigmon.ts new file mode 100644 index 000000000..a91d8874c --- /dev/null +++ b/data_descriptors/variables/gigmon.ts @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.ts.json b/data_descriptors/variables/gigmon.ts.json new file mode 100644 index 000000000..a91d8874c --- /dev/null +++ b/data_descriptors/variables/gigmon.ts.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.tsn b/data_descriptors/variables/gigmon.tsn new file mode 100644 index 000000000..39492fe20 --- /dev/null +++ b/data_descriptors/variables/gigmon.tsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigmon.tsn.json b/data_descriptors/variables/gigmon.tsn.json new file mode 100644 index 000000000..39492fe20 --- /dev/null +++ b/data_descriptors/variables/gigmon.tsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.acabf b/data_descriptors/variables/gigyr.acabf new file mode 100644 index 000000000..4e636a56b --- /dev/null +++ b/data_descriptors/variables/gigyr.acabf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.acabf.json b/data_descriptors/variables/gigyr.acabf.json new file mode 100644 index 000000000..4e636a56b --- /dev/null +++ b/data_descriptors/variables/gigyr.acabf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.hfgeoubed b/data_descriptors/variables/gigyr.hfgeoubed new file mode 100644 index 000000000..e8c14ddb9 --- /dev/null +++ b/data_descriptors/variables/gigyr.hfgeoubed @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.hfgeoubed.json b/data_descriptors/variables/gigyr.hfgeoubed.json new file mode 100644 index 000000000..e8c14ddb9 --- /dev/null +++ b/data_descriptors/variables/gigyr.hfgeoubed.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.iareafl b/data_descriptors/variables/gigyr.iareafl new file mode 100644 index 000000000..09593b478 --- /dev/null +++ b/data_descriptors/variables/gigyr.iareafl @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.iareafl.json b/data_descriptors/variables/gigyr.iareafl.json new file mode 100644 index 000000000..09593b478 --- /dev/null +++ b/data_descriptors/variables/gigyr.iareafl.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.iareagr b/data_descriptors/variables/gigyr.iareagr new file mode 100644 index 000000000..118334cc2 --- /dev/null +++ b/data_descriptors/variables/gigyr.iareagr @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.iareagr.json b/data_descriptors/variables/gigyr.iareagr.json new file mode 100644 index 000000000..118334cc2 --- /dev/null +++ b/data_descriptors/variables/gigyr.iareagr.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.libmassbffl b/data_descriptors/variables/gigyr.libmassbffl new file mode 100644 index 000000000..a98b9bd59 --- /dev/null +++ b/data_descriptors/variables/gigyr.libmassbffl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.libmassbffl.json b/data_descriptors/variables/gigyr.libmassbffl.json new file mode 100644 index 000000000..a98b9bd59 --- /dev/null +++ b/data_descriptors/variables/gigyr.libmassbffl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.libmassbfgr b/data_descriptors/variables/gigyr.libmassbfgr new file mode 100644 index 000000000..3e166538b --- /dev/null +++ b/data_descriptors/variables/gigyr.libmassbfgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.libmassbfgr.json b/data_descriptors/variables/gigyr.libmassbfgr.json new file mode 100644 index 000000000..3e166538b --- /dev/null +++ b/data_descriptors/variables/gigyr.libmassbfgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.licalvf b/data_descriptors/variables/gigyr.licalvf new file mode 100644 index 000000000..d2a739333 --- /dev/null +++ b/data_descriptors/variables/gigyr.licalvf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.licalvf.json b/data_descriptors/variables/gigyr.licalvf.json new file mode 100644 index 000000000..d2a739333 --- /dev/null +++ b/data_descriptors/variables/gigyr.licalvf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lifmassbf b/data_descriptors/variables/gigyr.lifmassbf new file mode 100644 index 000000000..1e2c992b6 --- /dev/null +++ b/data_descriptors/variables/gigyr.lifmassbf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lifmassbf.json b/data_descriptors/variables/gigyr.lifmassbf.json new file mode 100644 index 000000000..1e2c992b6 --- /dev/null +++ b/data_descriptors/variables/gigyr.lifmassbf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lim b/data_descriptors/variables/gigyr.lim new file mode 100644 index 000000000..7a4be3c18 --- /dev/null +++ b/data_descriptors/variables/gigyr.lim @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lim.json b/data_descriptors/variables/gigyr.lim.json new file mode 100644 index 000000000..7a4be3c18 --- /dev/null +++ b/data_descriptors/variables/gigyr.lim.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.limnsw b/data_descriptors/variables/gigyr.limnsw new file mode 100644 index 000000000..c4c8aa3c4 --- /dev/null +++ b/data_descriptors/variables/gigyr.limnsw @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.limnsw.json b/data_descriptors/variables/gigyr.limnsw.json new file mode 100644 index 000000000..c4c8aa3c4 --- /dev/null +++ b/data_descriptors/variables/gigyr.limnsw.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litempbotfl b/data_descriptors/variables/gigyr.litempbotfl new file mode 100644 index 000000000..4a13133be --- /dev/null +++ b/data_descriptors/variables/gigyr.litempbotfl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litempbotfl.json b/data_descriptors/variables/gigyr.litempbotfl.json new file mode 100644 index 000000000..4a13133be --- /dev/null +++ b/data_descriptors/variables/gigyr.litempbotfl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litempbotgr b/data_descriptors/variables/gigyr.litempbotgr new file mode 100644 index 000000000..79b1fe0b7 --- /dev/null +++ b/data_descriptors/variables/gigyr.litempbotgr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litempbotgr.json b/data_descriptors/variables/gigyr.litempbotgr.json new file mode 100644 index 000000000..79b1fe0b7 --- /dev/null +++ b/data_descriptors/variables/gigyr.litempbotgr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litemptop b/data_descriptors/variables/gigyr.litemptop new file mode 100644 index 000000000..cedd05b67 --- /dev/null +++ b/data_descriptors/variables/gigyr.litemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.litemptop.json b/data_descriptors/variables/gigyr.litemptop.json new file mode 100644 index 000000000..cedd05b67 --- /dev/null +++ b/data_descriptors/variables/gigyr.litemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lithk b/data_descriptors/variables/gigyr.lithk new file mode 100644 index 000000000..b7f8dba50 --- /dev/null +++ b/data_descriptors/variables/gigyr.lithk @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.lithk.json b/data_descriptors/variables/gigyr.lithk.json new file mode 100644 index 000000000..b7f8dba50 --- /dev/null +++ b/data_descriptors/variables/gigyr.lithk.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.modelcellareai b/data_descriptors/variables/gigyr.modelcellareai new file mode 100644 index 000000000..7f2cddba3 --- /dev/null +++ b/data_descriptors/variables/gigyr.modelcellareai @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.modelcellareai.json b/data_descriptors/variables/gigyr.modelcellareai.json new file mode 100644 index 000000000..7f2cddba3 --- /dev/null +++ b/data_descriptors/variables/gigyr.modelcellareai.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.orog b/data_descriptors/variables/gigyr.orog new file mode 100644 index 000000000..ecd0821b4 --- /dev/null +++ b/data_descriptors/variables/gigyr.orog @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.orog.json b/data_descriptors/variables/gigyr.orog.json new file mode 100644 index 000000000..ecd0821b4 --- /dev/null +++ b/data_descriptors/variables/gigyr.orog.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftflf b/data_descriptors/variables/gigyr.sftflf new file mode 100644 index 000000000..f0bdadd56 --- /dev/null +++ b/data_descriptors/variables/gigyr.sftflf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftflf.json b/data_descriptors/variables/gigyr.sftflf.json new file mode 100644 index 000000000..f0bdadd56 --- /dev/null +++ b/data_descriptors/variables/gigyr.sftflf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftgif b/data_descriptors/variables/gigyr.sftgif new file mode 100644 index 000000000..14743dd15 --- /dev/null +++ b/data_descriptors/variables/gigyr.sftgif @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftgif.json b/data_descriptors/variables/gigyr.sftgif.json new file mode 100644 index 000000000..14743dd15 --- /dev/null +++ b/data_descriptors/variables/gigyr.sftgif.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftgrf b/data_descriptors/variables/gigyr.sftgrf new file mode 100644 index 000000000..aec6e349a --- /dev/null +++ b/data_descriptors/variables/gigyr.sftgrf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.sftgrf.json b/data_descriptors/variables/gigyr.sftgrf.json new file mode 100644 index 000000000..aec6e349a --- /dev/null +++ b/data_descriptors/variables/gigyr.sftgrf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.snc b/data_descriptors/variables/gigyr.snc new file mode 100644 index 000000000..84e6d3e6a --- /dev/null +++ b/data_descriptors/variables/gigyr.snc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.snc.json b/data_descriptors/variables/gigyr.snc.json new file mode 100644 index 000000000..84e6d3e6a --- /dev/null +++ b/data_descriptors/variables/gigyr.snc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.strbasemag b/data_descriptors/variables/gigyr.strbasemag new file mode 100644 index 000000000..688e4d166 --- /dev/null +++ b/data_descriptors/variables/gigyr.strbasemag @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.strbasemag.json b/data_descriptors/variables/gigyr.strbasemag.json new file mode 100644 index 000000000..688e4d166 --- /dev/null +++ b/data_descriptors/variables/gigyr.strbasemag.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendacabf b/data_descriptors/variables/gigyr.tendacabf new file mode 100644 index 000000000..bd51762b8 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendacabf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendacabf.json b/data_descriptors/variables/gigyr.tendacabf.json new file mode 100644 index 000000000..bd51762b8 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendacabf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendlibmassbf b/data_descriptors/variables/gigyr.tendlibmassbf new file mode 100644 index 000000000..413e1f025 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendlibmassbf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendlibmassbf.json b/data_descriptors/variables/gigyr.tendlibmassbf.json new file mode 100644 index 000000000..413e1f025 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendlibmassbf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendlicalvf b/data_descriptors/variables/gigyr.tendlicalvf new file mode 100644 index 000000000..4856a7e39 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendlicalvf @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.tendlicalvf.json b/data_descriptors/variables/gigyr.tendlicalvf.json new file mode 100644 index 000000000..4856a7e39 --- /dev/null +++ b/data_descriptors/variables/gigyr.tendlicalvf.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.topg b/data_descriptors/variables/gigyr.topg new file mode 100644 index 000000000..def02691b --- /dev/null +++ b/data_descriptors/variables/gigyr.topg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.topg.json b/data_descriptors/variables/gigyr.topg.json new file mode 100644 index 000000000..def02691b --- /dev/null +++ b/data_descriptors/variables/gigyr.topg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelbase b/data_descriptors/variables/gigyr.xvelbase new file mode 100644 index 000000000..c36f3e0fb --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelbase.json b/data_descriptors/variables/gigyr.xvelbase.json new file mode 100644 index 000000000..c36f3e0fb --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelmean b/data_descriptors/variables/gigyr.xvelmean new file mode 100644 index 000000000..fc93cf7e0 --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelmean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelmean.json b/data_descriptors/variables/gigyr.xvelmean.json new file mode 100644 index 000000000..fc93cf7e0 --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelmean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelsurf b/data_descriptors/variables/gigyr.xvelsurf new file mode 100644 index 000000000..3eafe253f --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.xvelsurf.json b/data_descriptors/variables/gigyr.xvelsurf.json new file mode 100644 index 000000000..3eafe253f --- /dev/null +++ b/data_descriptors/variables/gigyr.xvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelbase b/data_descriptors/variables/gigyr.yvelbase new file mode 100644 index 000000000..0f5d53f75 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelbase.json b/data_descriptors/variables/gigyr.yvelbase.json new file mode 100644 index 000000000..0f5d53f75 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelmean b/data_descriptors/variables/gigyr.yvelmean new file mode 100644 index 000000000..ab7f3cb90 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelmean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelmean.json b/data_descriptors/variables/gigyr.yvelmean.json new file mode 100644 index 000000000..ab7f3cb90 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelmean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelsurf b/data_descriptors/variables/gigyr.yvelsurf new file mode 100644 index 000000000..a92c67153 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.yvelsurf.json b/data_descriptors/variables/gigyr.yvelsurf.json new file mode 100644 index 000000000..a92c67153 --- /dev/null +++ b/data_descriptors/variables/gigyr.yvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.zvelbase b/data_descriptors/variables/gigyr.zvelbase new file mode 100644 index 000000000..104a6d21d --- /dev/null +++ b/data_descriptors/variables/gigyr.zvelbase @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.zvelbase.json b/data_descriptors/variables/gigyr.zvelbase.json new file mode 100644 index 000000000..104a6d21d --- /dev/null +++ b/data_descriptors/variables/gigyr.zvelbase.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.zvelsurf b/data_descriptors/variables/gigyr.zvelsurf new file mode 100644 index 000000000..2e2a80456 --- /dev/null +++ b/data_descriptors/variables/gigyr.zvelsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/gigyr.zvelsurf.json b/data_descriptors/variables/gigyr.zvelsurf.json new file mode 100644 index 000000000..2e2a80456 --- /dev/null +++ b/data_descriptors/variables/gigyr.zvelsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/graph b/data_descriptors/variables/graph new file mode 100644 index 000000000..2711ad957 --- /dev/null +++ b/data_descriptors/variables/graph @@ -0,0 +1,82759 @@ +{"@context": +{ + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "id": "@id", + "type": "@type", + "mip_tables": { + "@reverse": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/variable_entry" + } +}, +"@graph": [ +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} +]} diff --git a/data_descriptors/variables/graph.jsonld b/data_descriptors/variables/graph.jsonld new file mode 100644 index 000000000..2711ad957 --- /dev/null +++ b/data_descriptors/variables/graph.jsonld @@ -0,0 +1,82759 @@ +{"@context": +{ + "@base": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "@vocab": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/", + "id": "@id", + "type": "@type", + "mip_tables": { + "@reverse": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/tables/variable_entry" + } +}, +"@graph": [ +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmon.flashrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmon.json", + "mip-era": "cmip6" + }, + { + "id": "acmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: lightning_flash_rate (units to be interpreted as 'counts km-2 s-1)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lightning Flash Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flashrate", + "positive": "", + "standard_name": "frequency_of_lightning_flashes_per_unit_area", + "units": "km-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total chemical loss rate for o+o1d+o3", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Loss Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxloss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.oxprod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "total production rate of o+o1d+o3 including o2 photolysis and all o3 producing reactions", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Odd Oxygen (Ox) Production Rate", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oxprod", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_ox_in_air_due_to_chemical_and_photolytic_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "acmonz.vmrox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "acmonz.json", + "mip-era": "cmip6" + }, + { + "id": "acmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole Fraction of Ox", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of Odd Oxygen (O, O3 and O1D)", + "modeling_realm": [ + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmrox", + "positive": "", + "standard_name": "mole_fraction_of_ox_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "NO2 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfno2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae1hr.sfpm25.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction of atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers. To specify the relative humidity and temperature at which the particle size applies, provide scalar coordinate variables with the standard names of 'relative_humidity' and 'air_temperature'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "PM2.5 Mass Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfpm25", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsaf", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsdscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsafbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky, Aerosol Free Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clean Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsaf", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsuscsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (ACP, 2013). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsafbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrpt.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsaf", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsdcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky, Aerosol-Free, Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsafbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsaf", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae3hrptlev.rsucsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of aerosols and clouds (following Ghan). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsafbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hr.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrpt.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p500" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.bs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol Backscatter at 550nm and 180 degrees, computed from extinction and lidar ratio", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Backscatter Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bs550aer", + "positive": "", + "standard_name": "volume_scattering_function_of_radiative_flux_in_air_due_to_ambient_aerosol_particles", + "units": "m-1 sr-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ae6hrptlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ae6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1", + "lambda550nm" + ], + "frequency": "6hrPt", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.maxpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum boundary layer height during the day (add cell_methods attribute: 'time: maximum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "maxpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.minpblz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum boundary layer height during the day (add cell_methods attribute: 'time: minimum')", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Minimum PBL Height", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "minpblz", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.sfo3max.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Daily Maximum O3 Volume Mixing Ratio in Lowest Model Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfo3max", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.ua10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind on the 10 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Eastward Wind at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua10", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 10hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p10" + ], + "frequency": "day", + "long_name": "Geopotential Height at 10hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg10", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 100 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p100" + ], + "frequency": "day", + "long_name": "Geopotential Height at 100hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg100", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aeday.zg500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aeday.json", + "mip-era": "cmip6" + }, + { + "id": "aeday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "geopotential height on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Geopotential Height at 500hPa", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg500", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.abs550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Optical thickness of atmospheric aerosols at wavelength 550 nanometers.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Absorption Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "abs550aer", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: number_concentration_of_ambient_aerosol_in_air_at_liquid_water_cloud_top", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccn", + "positive": "", + "standard_name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepasoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of chepsoa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Net Production of Anthropogenic Secondary Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepasoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.chepsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "If model lumps secondary organic aerosol (SOA) emissions with primary organic aerosol (POA), then the sum of POA and SOA emissions is reported as OA emissions. Here, mass refers to the mass of primary organic matter, not mass of organic carbon alone.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Chemical Production of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chepsoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.cod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The optical thickness is the integral along the path of radiation of a volume scattering/absorption/attenuation coefficient. The radiative flux is reduced by a factor exp(-optical_thickness) on traversing the path. A coordinate variable of radiation_wavelength or radiation_frequency can be specified to indicate that the optical thickness applies at specific wavelengths or frequencies. The atmosphere optical thickness applies to radiation passing through the entire atmosphere. 'Cloud' means the component of extinction owing to the presence of liquid or ice water particles. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Optical Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cod", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.depdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fdry mass deposition rate of dust", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "depdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drybc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drybc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drydust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drydust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.drynoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3(radical), N2O5, PAN, other organic nitrates. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of NOy", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drynoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryo3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ozone_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of atmosphere mass content of organic dry aerosol due to dry deposition: This is the sum of dry deposition of primary organic aerosol (POA) and dry deposition of secondary organic aerosol (SOA). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Was called dry_pom in old ACCMIP Excel table. Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry Deposition includes gravitational settling and turbulent deposition", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.dryss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry deposition includes gravitational settling and turbulent deposition.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dryss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_dry_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Anthropogenic emission of CO.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emianox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Store flux as Nitrogen. Anthropogenic fraction. NOx=NO+NO2, Includes agricultural waste burning but no other biomass burning. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emianox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiaoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "anthropogenic part of emioa", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Anthropogenic Organic Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiaoa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emibvoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field._If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Biogenic NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emibvoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_biogenic_nmvoc_expressed_as_carbon_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of CO", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emico", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_monoxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of DMS", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidms", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emidust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emidust", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiisop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Isoprene", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiisop", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminh3", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_ammonia_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.eminox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOx=NO+NO2. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eminox", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nox_expressed_as_nitrogen_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emioa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the sum of total emission of primary organic aerosol (POA) and total production of secondary organic aerosol (SOA) (emipoa+chepsoa). Here, mass refers to the mass of organic matter, not mass of organic carbon alone. We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available. Integrate 3D chemical production and emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Emission and Chemical Production of Dry Aerosol Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emioa", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_net_chemical_production_and_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso2", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Direct primary emission does not include secondary sulfate production. Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Direct Emission Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emiss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emiss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.emivoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate 3D emission field vertically to 2d field. _If_ fixed molecular weight of NMVOC is not available in model, please provide in units of kilomole m-2 s-1 (i.e. kg m-2 s-1 as if model NMVOC had molecular weight of 1) and add a comment to your file.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Emission Rate of NMVOC", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emivoc", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nmvoc_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.lwp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total mass of liquid water in cloud per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Path", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwp", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_liquid_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od440aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 440nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 440nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od440aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550aerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: atmosphere_optical_thickness_due_to_water_ambient_aerosol", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Water Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerh2o", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_water_in_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "total organic aerosol AOD due to biomass burning (excluding so4, nitrate BB components)", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Optical Depth at 550nm Due to Biomass Burning", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bb", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550bc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to black carbon aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Black Carbon Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550bc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_black_carbon_ambient_aerosol", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550csaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols in clear skies if od550aer is for all-sky (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 550nm'", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550csaer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Dust Optical Thickness at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550lt1aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "od550 due to particles with wet diameter less than 1 um (ambient here means wetted). When models do not include explicit size information, it can be assumed that all anthropogenic aerosols and natural secondary aerosols have diameter less than 1 um.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Ambient Fine Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550lt1aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_pm1_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to nitrate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Nitrate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550no3", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_nitrate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550oa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to organic aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550oa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550so4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sulfate Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550soa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total organic aerosol AOD due to secondary aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Particulate Organic Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550soa", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_particulate_organic_matter_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od550ss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to sea salt aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Optical Depth at 550nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550ss", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_sea_salt_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.od870aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "AOD from the ambient aerosols (i.e., includes aerosol water). Does not include AOD from stratospheric aerosols if these are prescribed but includes other possible background aerosol types. Needs a comment attribute 'wavelength: 870nm'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ambient Aerosol Optical Depth at 870nm", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od870aer", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.pod0.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: sum", + "comment": "Accumulated stomatal ozone flux over the threshold of 0 mol m-2 s-1; Computation: Time Integral of (hourly above canopy ozone concentration * stomatal conductance * Rc/(Rb+Rc) )", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phytotoxic Ozone Dose", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pod0", + "positive": "", + "standard_name": "integral_wrt_time_of_mole_stomatal_uptake_of_ozone", + "units": "mol m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ptp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Pressure", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ptp", + "positive": "", + "standard_name": "tropopause_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.reffclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius as seen from space over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere (TOA) each time sample when computing monthly mean. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud-Top Effective Droplet Radius", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwtop", + "positive": "", + "standard_name": "effective_radius_of_cloud_liquid_water_particles_at_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rlutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rlutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Longwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsut resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.rsutcsaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Flux corresponding to rsutcs resulting from aerosol-free call to radiation, following Ghan (ACP, 2013)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsaf", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.sedustci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass deposition rate of dust aerosol.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sedimentation Flux of Dust Mode Coarse Insoluble", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sedustCI", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_insoluble_dust_dry_aerosol_particles_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tatp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tatp", + "positive": "", + "standard_name": "tropopause_air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrl27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tntrs27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.toz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ozone column calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Column Ozone", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "toz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.tropoz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tropospheric ozone column, should be consistent with definition of tropopause used to calculate the pressure of the tropopause (ptp). Calculated at 0 degrees C and 1 bar, such that 1m = 1e5 DU.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropospheric Ozone Column", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tropoz", + "positive": "", + "standard_name": "equivalent_thickness_at_stp_of_atmosphere_ozone_content", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "cloud_top refers to the top of the highest cloud. Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature at Cloud Top", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ttop", + "positive": "", + "standard_name": "air_temperature_at_cloud_top", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of black carbon (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Black Carbon Aerosol Mass", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetbc", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of dust (dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dust", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetdust", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonia (NH3) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh3", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonia_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface deposition rate of ammonium (NH4) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnh4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_ammonium_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetnoy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "NOy is the sum of all simulated oxidized nitrogen species, out of NO, NO2, HNO3, HNO4, NO3 aerosol, NO3 (radical), N2O5, PAN, other organic nitrates.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of NOy Including Aerosol Nitrate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetnoy", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_noy_expressed_as_nitrogen_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of organic matter in aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Dry Aerosol Total Organic Matter", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetoa", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfur dioxide due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso2", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sulfate aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetso4", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.wetss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Deposition rate of sea salt aerosols (measured by the dry mass) due to wet processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Wet Deposition Rate of Sea-Salt Aerosol", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetss", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_sea_salt_dry_aerosol_particles_due_to_wet_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemon.ztp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemon.json", + "mip-era": "cmip6" + }, + { + "id": "aemon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "2D monthly mean thermal tropopause calculated using WMO tropopause definition on 3d temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Tropopause Altitude Above Geoid", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ztp", + "positive": "", + "standard_name": "tropopause_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.airmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The mass of air in an atmospheric layer.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Mass Content of Air in Layer", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "airmass", + "positive": "", + "standard_name": "atmosphere_mass_of_air_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.aoanh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (0 ppbv), uniform fixed source (at all levels) everywhere else (source is unspecified but must be constant in space and time and documented). Note that the source could be 1yr/yr, so the tracer concentration provides mean age in years. For method using linearly increasing tracer include a method attribute: 'linearly increasing tracer'For method using uniform source (1yr/yr) include a method attribute: 'uniform source'", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northern Hemisphere Tracer Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aoanh", + "positive": "", + "standard_name": "tracer_lifetime", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h2", + "positive": "", + "standard_name": "mole_fraction_of_ethyne_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c2h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C2H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c2h6", + "positive": "", + "standard_name": "mole_fraction_of_ethane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H6 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h6", + "positive": "", + "standard_name": "mole_fraction_of_propene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.c3h8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "C3H8 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3h8", + "positive": "", + "standard_name": "mole_fraction_of_propane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cdnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud Droplet Number Concentration in liquid water clouds.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Liquid Droplet Number Concentration", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cdnc", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch3coch3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction 'mole_fraction_of_X_in_Y', where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. Acetone is an organic molecule with the chemical formula CH3CH3CO. The IUPAC name for acetone is propan-2-one. Acetone is a member of the group of organic compounds known as ketones. There are standard names for the ketone group as well as for some of the individual species.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CH3COCH3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch3coch3", + "positive": "", + "standard_name": "mole_fraction_of_acetone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.cheaqpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_aqueous_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aqueous-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cheaqpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_aqueous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.chegpso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_due_to_gas_phase_net_chemical_production", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Gas-Phase Production Rate of SO4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chegpso4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_gaseous_phase_net_chemical_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "CO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co", + "positive": "", + "standard_name": "mole_fraction_of_carbon_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.dms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dimethyl Sulphide (DMS) Mole Fraction", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dms", + "positive": "", + "standard_name": "mole_fraction_of_dimethyl_sulfide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ec550aer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol volume extinction coefficient at 550nm wavelength.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Aerosol Extinction Coefficient", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec550aer", + "positive": "", + "standard_name": "volume_extinction_coefficient_in_air_due_to_ambient_aerosol_particles", + "units": "m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.emilnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Integrate the NOx production for lightning over model layer. proposed name: tendency_of_atmosphere_mass_content_of_nox_from_lightning", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Layer-Integrated Lightning Production of NOx", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "emilnox", + "positive": "", + "standard_name": "tendency_of_atmosphere_moles_of_nox_expressed_as_nitrogen", + "units": "mol s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Formaldehyde Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcho", + "positive": "", + "standard_name": "mole_fraction_of_formaldehyde_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.isop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction of isoprene in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isoprene Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "isop", + "positive": "", + "standard_name": "mole_fraction_of_isoprene_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.jno2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Photolysis rate of nitrogen dioxide (NO2)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of NO2", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jno2", + "positive": "", + "standard_name": "photolysis_rate_of_nitrogen_dioxide", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Methane", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossch4", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_methane_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossco.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Carbon Monoxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossco", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_carbon_monoxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.lossn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "monthly averaged atmospheric loss", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Monthly Loss of Atmospheric Nitrous Oxide", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lossn2o", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_nitrous_oxide_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmraerh2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction is used in the construction mass_fraction_of_X_in_Y, where X is a material constituent of Y. It means the ratio of the mass of X to the mass of Y (including X). 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Water Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmraerh2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of black carbon aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Elemental Carbon Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrbc", + "positive": "", + "standard_name": "mass_fraction_of_elemental_carbon_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of dust aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Dust Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrdust", + "positive": "", + "standard_name": "mass_fraction_of_dust_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of ammonium aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NH4 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrnh4", + "positive": "", + "standard_name": "mass_fraction_of_ammonium_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass fraction of nitrate aerosol particles in air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO3 Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrno3", + "positive": "", + "standard_name": "mass_fraction_of_nitrate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmroa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "We recommend a scale factor of POM=1.4*OC, unless your model has more detailed info available.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmroa", + "positive": "", + "standard_name": "mass_fraction_of_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm1.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 1 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM1.0 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm1", + "positive": "", + "standard_name": "mass_fraction_of_pm1_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm10.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 10 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM10 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm10", + "positive": "", + "standard_name": "mass_fraction_of_pm10_ambient_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrpm2p5.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction atmospheric particulate compounds with an aerodynamic diameter of less than or equal to 2.5 micrometers", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PM2.5 Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrpm2p5", + "positive": "", + "standard_name": "mass_fraction_of_pm2p5_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dry mass of sulfate (SO4) in aerosol particles as a fraction of air mass.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Sulfate Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrso4", + "positive": "", + "standard_name": "mass_fraction_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of secondary organic aerosols (particulate organic matter formed within the atmosphere from gaseous precursors; dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Secondary Organic Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrsoa", + "positive": "", + "standard_name": "mass_fraction_of_secondary_particulate_organic_matter_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.mmrss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass fraction in the atmosphere of sea salt aerosol (dry mass).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Salt Aerosol Mass Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mmrss", + "positive": "", + "standard_name": "mass_fraction_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.nh50.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fixed surface layer mixing ratio over 30o-50oN (100ppbv), uniform fixed 50-day exponential decay.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Artificial Tracer with 50 Day Lifetime", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh50", + "positive": "", + "standard_name": "mole_fraction_of_artificial_tracer_with_fixed_lifetime_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_monoxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.no2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "NO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no2", + "positive": "", + "standard_name": "mole_fraction_of_nitrogen_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3loss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of the following reactions: (i) O(1D)+H2O; (ii) O3+HO2; (iii) O3+OH; (iv) O3+alkenes (isoprene, ethene,...)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Destruction Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3loss", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_destruction", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "ONLY provide the sum of all the HO2/RO2 + NO reactions (as k*[HO2]*[NO])", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "O3 Production Rate", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3prod", + "positive": "", + "standard_name": "tendency_of_atmosphere_mole_concentration_of_ozone_due_to_chemical_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.o3ste.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ozone tracer intended to map out strat-trop exchange (STE) of ozone. Set to ozone in the stratosphere, then destroyed in the troposphere using the ozone chemical loss rate. Please specify the tropopause definition used", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratospheric Ozone Tracer Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3ste", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pan.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "PAN Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pan", + "positive": "", + "standard_name": "mole_fraction_of_peroxyacetyl_nitrate_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.photo1d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "proposed name: photolysis_rate_of_ozone_to_O1D", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3) to Excited Atomic Oxygen (the Singlet D State, O1D)", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "photo1d", + "positive": "", + "standard_name": "photolysis_rate_of_ozone_to_1D_oxygen_atom", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.so2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "SO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so2", + "positive": "", + "standard_name": "mole_fraction_of_sulfur_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonlev.wa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonlev.json", + "mip-era": "cmip6" + }, + { + "id": "aemonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). Upward air velocity is the vertical component of the 3D air velocity vector. The standard name downward_air_velocity may be used for a vector component with the opposite sign convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Air Velocity", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wa", + "positive": "", + "standard_name": "upward_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.bry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Bry = Br + BrO + HOBr + HBr + BrONO2 + BrCl Definition: Total inorganic bromine (e.g., HBr and inorganic bromine oxides and radicals (e.g., BrO, atomic bromine (Br), bromine nitrate (BrONO2)) resulting from degradation of bromine-containing organic source gases (halons, methyl bromide, VSLS), and natural inorganic bromine sources (e.g., volcanoes, sea salt, and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Bromine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bry", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_bromine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.cly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model) ; list the species in the netCDF header, e.g. Cly = HCl + ClONO2 + HOCl + ClO + Cl + 2*Cl2O2 +2Cl2 + OClO + BrCl Definition: Total inorganic stratospheric chlorine (e.g., HCl, ClO) resulting from degradation of chlorine-containing source gases (CFCs, HCFCs, VSLS), and natural inorganic chlorine sources (e.g., sea salt and other aerosols) add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Inorganic Chlorine Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cly", + "positive": "", + "standard_name": "mole_fraction_of_inorganic_chlorine_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "includes all phases of water", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hcl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydrogen chloride is HCl.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HCl Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcl", + "positive": "", + "standard_name": "mole_fraction_of_hydrogen_chloride_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.hno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HNO3 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hno3", + "positive": "", + "standard_name": "mole_fraction_of_nitric_acid_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ho2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of hydroperoxyl radical is HO2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "HO2 Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ho2", + "positive": "", + "standard_name": "mole_fraction_of_hydroperoxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.meanage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The mean age of air is defined as the mean time that a stratospheric air mass has been out of contact with the well-mixed troposphere.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Stratospheric Air", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "meanage", + "positive": "", + "standard_name": "age_of_stratospheric_air", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.noy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Total family (the sum of all appropriate species in the model); list the species in the netCDF header, e.g. NOy = N + NO + NO2 + NO3 + HNO3 + 2N2O5 + HNO4 + ClONO2 + BrONO2 Definition: Total reactive nitrogen; usually includes atomic nitrogen (N), nitric oxide (NO), NO2, nitrogen trioxide (NO3), dinitrogen radical (N2O5), nitric acid (HNO3), peroxynitric acid (HNO4), BrONO2, ClONO2 add comment attribute with detailed description about how the model calculates these fields", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Total Reactive Nitrogen Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "noy", + "positive": "", + "standard_name": "mole_fraction_of_noy_expressed_as_nitrogen_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.oh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "OH Volume Mixing Ratio", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "oh", + "positive": "", + "standard_name": "mole_fraction_of_hydroxyl_radical_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aemonz.vt100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aemonz.json", + "mip-era": "cmip6" + }, + { + "id": "aemonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonally averaged eddy temperature flux at 100hPa as monthly means derived from daily (or higher frequency) fields.", + "dimensions": [ + "latitude", + "time", + "p100" + ], + "frequency": "mon", + "long_name": "Northward Eddy Temperature Flux", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt100", + "positive": "", + "standard_name": "covariance_over_longitude_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrpt.bldep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Boundary layer depth", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Boundary Layer Depth", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bldep", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to longwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Longwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "aesubhrptsite.tntrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "aesubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to shortwave radiative heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Shortwave Radiative Heating", + "modeling_realm": [ + "aerosol" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "1hr", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "1hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "1hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.tntr27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.utendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw27", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.vtendnogw27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw27", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.wap27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap27", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap1hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap1hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap1hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "1hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prcsh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convection precipitation from shallow convection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Precipitation Flux from Shallow Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcsh", + "positive": "", + "standard_name": "shallow_convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "3hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdiffbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface diffuse downwelling shortwave radiation flux which is reflected. If the diffuse radiation is isotropic, this term is equivalent to the integral of surface bidirectional reflectance over all incident angles and over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Diffuse Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdiffbnd", + "positive": "", + "standard_name": "surface_diffuse_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.albdirbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "The fraction of the surface direct downwelling shortwave radiation flux which is reflected. It is equivalent to the surface bidirectional reflectance at the incident angle of the incoming solar radiation and integrated over all outgoing angles in the hemisphere above the surface. Reported in spectral frequency bands.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Direct Surface Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albdirbnd", + "positive": "", + "standard_name": "surface_direct_shortwave_hemispherical_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clcalipso2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Clouds detected by CALIPSO but below the detectability threshold of CloudSat", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Cloud Cover Percentage Undetected by CloudSat (as Percentage of Area Covered)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso2", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p220" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p840" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p560" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltc", + "positive": "", + "standard_name": "convective_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time1" + ], + "frequency": "3hrPt", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: point", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time1" + ], + "frequency": "3hrPt", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsbnd", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsuscsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscsbnd", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsafbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated in the absence of aerosols and clouds, following Ghan (2013, ACP). This requires a double-call in the radiation code with precisely the same meteorology.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky, Aerosol-Free Shortwave Radiation in Bands", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsafbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky_and_no_aerosol", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rsutcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcsbnd", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.solbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: point", + "comment": "Solar irradiance at a horizontal surface at top of atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "TOA Solar Irradiance for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "solbnd", + "positive": "", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.sza.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The angle between the line of sight to the sun and the local vertical", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Solar Zenith Angle", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sza", + "positive": "", + "standard_name": "solar_zenith_angle", + "units": "degree", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "3hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "3hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrpt.wap7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap7h", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerasymbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The asymmetry factor is the angular integral of the aerosol scattering phase function weighted by the cosine of the angle with the incident radiation flux. The asymmetry coefficient is here an integral over all wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Asymmetry Parameter for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerasymbnd", + "positive": "", + "standard_name": "asymmetry_factor_of_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aeroptbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Optical thickness of atmospheric aerosols in wavelength bands.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Absorption Optical Thickness for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aeroptbnd", + "positive": "", + "standard_name": "atmosphere_absorption_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.aerssabnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The single scattering albedo is the fraction of radiation in an incident light beam scattered by the particles of an aerosol reference volume for a given wavelength. It is the ratio of the scattering and the extinction coefficients of the aerosol particles in the reference volume. ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Aerosol Level Single Scattering Albedo for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aerssabnd", + "positive": "", + "standard_name": "single_scattering_albedo_in_air_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.demc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "demc", + "positive": "", + "standard_name": "convective_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dems.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud emissivity obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Emissivity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dems", + "positive": "", + "standard_name": "stratiform_cloud_longwave_emissivity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.grpllsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud. Graupel consists of heavily rimed snow particles, often called snow pellets; often indistinguishable from very small soft hail except when the size convention that hail must have a diameter greater than 5 mm is adopted. Reference: American Meteorological Society Glossary http://glossary.ametsoc.org/wiki/Graupel. There are also separate standard names for hail. Standard names for 'graupel_and_hail' should be used to describe data produced by models that do not distinguish between hail and graupel.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Graupel Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grpllsprof", + "positive": "", + "standard_name": "stratiform_graupel_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.h2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes all phases of water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mass Fraction of Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "h2o", + "positive": "", + "standard_name": "mass_fraction_of_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prcprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prcprof", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "large-scale precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsns", + "positive": "", + "standard_name": "stratiform_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prlsprof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Stratiform precipitation, whether liquid or frozen, is precipitation that formed in stratiform cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Rainfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prlsprof", + "positive": "", + "standard_name": "stratiform_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffgrpls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Graupel", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffgrpls", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_graupel_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrainc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrainc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffrains.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffrains", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_rain_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnowc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Convective Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnowc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.reffsnows.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Snowfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsnows", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_snow_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsdcsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcsbnd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.rsucsbnd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Calculated with aerosols but without clouds. This is a standard clear-sky calculation", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "spectband", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation at Each Level for Each Band", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucsbnd", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap3hrptlev.zhalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap3hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Height of model half-levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Altitude of Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalf", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.hus4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus4", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "6hr", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "6hr", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "6hr", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.ua100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind at 100m height", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Eastward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua100m", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.va100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind at 100m above the surface.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Northward Wind at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va100m", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wap4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev4", + "time" + ], + "frequency": "6hr", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap4", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax100m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 100m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height100m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 100m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax100m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.wsgmax10m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Wind speed gust maximum at 10m above surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "6hr", + "long_name": "Maximum Wind Speed of Gust at 10m", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wsgmax10m", + "positive": "", + "standard_name": "wind_speed_of_gust", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hr.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hr.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "6hr", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtauc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Convective Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtauc", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_convective_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.dtaus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "This is the in-cloud optical depth obtained by considering only the cloudy portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Stratiform Cloud Optical Depth", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtaus", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_stratiform_cloud", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at the surface to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Longwave Flux Due to Volcanic Aerosols at the Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_longwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.lwtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "downwelling longwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_longwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.rv850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Relative vorticity is the upward component of the vorticity vector i.e. the component which arises from horizontal velocity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "p850" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity at 850hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rv850", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swsffluxaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsffluxaero", + "positive": "", + "standard_name": "surface_downwelling_shortwave_flux_in_air_due_to_volcanic_ambient_aerosol_particles", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.swtoafluxaerocs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Downwelling shortwave flux due to volcanic aerosols at TOA under clear sky to be diagnosed through double radiation call", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Flux Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoafluxaerocs", + "positive": "", + "standard_name": "toa_outgoing_shortwave_flux_due_to_volcanic_ambient_aerosol_particles_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ta7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta7h", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "6hrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev3", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height10m" + ], + "frequency": "6hrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.vortmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Mean vorticity over 850,700,600 hPa", + "dimensions": [ + "longitude", + "latitude", + "time1", + "pl700" + ], + "frequency": "6hrPt", + "long_name": "Relative Vorticity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vortmean", + "positive": "", + "standard_name": "atmosphere_relative_vorticity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.wbptemp7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Wet bulb potential temperature", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Wet Bulb Potential Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wbptemp7h", + "positive": "", + "standard_name": "wet_bulb_potential_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrpt.zg7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg7h", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmlwaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "longwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Longwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmlwaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "ap6hrptz.zmswaero.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "ap6hrptz.json", + "mip-era": "cmip6" + }, + { + "id": "ap6hrptz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: point", + "comment": "shortwave heating rate due to volcanic aerosols to be diagnosed through double radiation call, zonal average values required", + "dimensions": [ + "latitude", + "alevel", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Zonal Mean Shortwave Heating Rate Due to Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmswaero", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_from_volcanic_ambient_aerosol_particles", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.aod550volso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Aerosol optical depth at 550nm due to stratospheric volcanic aerosols", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "day", + "long_name": "Aerosol Optical Depth at 550nm Due to Stratospheric Volcanic Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aod550volso4", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_volcanic_ambient_aerosol_particles", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ccldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Convective Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccldncl", + "positive": "", + "standard_name": "number_concentration_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "day", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clivic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "day", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "day", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Downward' indicates a vector component which is positive when directed downward (negative upward). The vertical heat flux in air is the sum of all heat fluxes i.e. radiative, latent and sensible. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Land Surface", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsl", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfdsnb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat flux from snow into the ice or land under the snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux at Snow Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsnb", + "positive": "down", + "standard_name": "downward_heat_flux_at_ground_level_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during liquid/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Fusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfmlt", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfrs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heat transferred to a snow cover by rain..", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Heat Transferred to Snowpack by Rainfall", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrs", + "positive": "down", + "standard_name": "tendency_of_thermal_energy_content_of_surface_snow_due_to_rainfall_temperature_excess_above_freezing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Energy consumed or released during vapor/solid phase changes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Energy of Sublimation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsbl", + "positive": "", + "standard_name": "surface_upward_latent_heat_flux_due_to_sublimation", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmax", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursmin", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus8", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.hus850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus850", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "day", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadbc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of black carbon aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Black Carbon Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadbc", + "positive": "", + "standard_name": "atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of ammonium aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NH4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadnh4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_ammonium_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of nitrate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of NO3", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadno3", + "positive": "", + "standard_name": "atmosphere_mass_content_of_nitrate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "atmosphere dry organic content: This is the vertically integrated sum of atmosphere_primary_organic_content and atmosphere_secondary_organic_content (see next two table entries).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadpoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of primary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Primary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadpoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_primary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadsoa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of secondary particulate organic aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Dry Aerosol Secondary Organic Matter", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadsoa", + "positive": "", + "standard_name": "atmosphere_mass_content_of_secondary_particulate_organic_matter_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "day", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Rainfall Flux over Land", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Rainfall Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrc", + "positive": "", + "standard_name": "convective_rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prrsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the grid averaged rainfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Rainfall on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prrsn", + "positive": "", + "standard_name": "mass_fraction_of_rainfall_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "convective precipitation of all forms of water in the solid phase.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Convective Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnc", + "positive": "", + "standard_name": "convective_snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prsnsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fraction of the snowfall which falls on the snow pack", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Snowfall (Including Hail and Graupel) on Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnsn", + "positive": "", + "standard_name": "mass_fraction_of_solid_precipitation_falling_onto_surface_snow", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffcclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over convective liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Convective Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffcclwtop", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles_at_convective_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.reffsclwtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. This is the effective radius 'as seen from space' over liquid stratiform cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, or for some models it is the sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Reported values are weighted by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.daily data, separated to large-scale clouds, convective clouds. If any of the cloud is from more than one process (i.e. shallow convection), please provide them separately.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud-Top Effective Droplet Radius in Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffsclwtop", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sblnosn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Rate of sublimation of ice into the atmosphere from areas with no snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sublimation of the Snow Free Area", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblnosn", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.scldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over stratiform liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Cloud Droplet Number Concentration of Stratiform Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "scldncl", + "positive": "", + "standard_name": "number_concentration_of_stratiform_cloud_liquid_water_particles_at_stratiform_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily-Mean Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snmsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flow rate of water draining out of the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Flowing out of Snowpack", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmsl", + "positive": "", + "standard_name": "liquid_water_mass_flux_into_soil_due_to_surface_snow_melt", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snrefr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The surface called 'surface' means the lower boundary of the atmosphere. 'Surface snow and ice refreezing flux' means the mass flux of surface meltwater which refreezes within the snow or firn.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Refreezing of Water in the Snow", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snrefr", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.snwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total water mass of the snowpack (liquid or frozen), averaged over a grid cell and intercepted by the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Water Equivalent Intercepted by the Vegetation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snwc", + "positive": "", + "standard_name": "canopy_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta19", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature on the 500 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta500", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 700hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p700" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta700", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta8", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ta850.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature at 850hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p850" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta850", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "day", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tau.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "module of the momentum lost by the atmosphere to the surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Momentum Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tau", + "positive": "", + "standard_name": "magnitude_of_surface_downward_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauupbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward eastward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Eastward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauupbl", + "positive": "", + "standard_name": "surface_downward_eastward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tauvpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The downward northward stress associated with the models parameterization of the planetary boundary layer. (This request is related to a WGNE effort to understand how models parameterize the surface stresses.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Northward Surface Stress from Planetary Boundary Layer Scheme", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvpbl", + "positive": "", + "standard_name": "surface_downward_northward_stress_due_to_boundary_layer_mixing", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Effective radiative surface temperature, averaged over the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Radiative Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tr", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Land Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsland", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.tsns.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of the snow surface as it interacts with the atmosphere, averaged over a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsns", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.ua8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua8", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.va8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va8", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "day", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap19", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap500.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards) at 500hPa level;", + "dimensions": [ + "longitude", + "latitude", + "time", + "p500" + ], + "frequency": "day", + "long_name": "Pressure Tendency", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap500", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.wap8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap8", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg1000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential height on the 1000 hPa surface", + "dimensions": [ + "longitude", + "latitude", + "time", + "p1000" + ], + "frequency": "day", + "long_name": "Geopotential Height at 1000hPa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg1000", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg19", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zg8.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev8", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg8", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apday.zmla.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apday.json", + "mip-era": "cmip6" + }, + { + "id": "apday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The atmosphere boundary layer thickness is the 'depth' or 'height' of the (atmosphere) planetary boundary layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Height of Boundary Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmla", + "positive": "", + "standard_name": "atmosphere_boundary_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "day", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdaylev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdaylev.json", + "mip-era": "cmip6" + }, + { + "id": "apdaylev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.psitem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Residual mass streamfunction, computed from vstar and integrated from the top of the atmosphere (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Mass Streamfunction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psitem", + "positive": "", + "standard_name": "atmosphere_transformed_eulerian_mean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Air Temperature", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendvtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual northward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Northward Advection and Coriolis Term", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendvtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.utendwtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of zonally averaged eastward wind, by the residual upward wind advection (on the native model grid). Reference: Andrews et al (1987): Middle Atmospheric Dynamics. Academic Press.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Tendency of Eastward Wind Due to TEM Upward Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendwtem", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_advection_by_upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1 d-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "day", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apdayz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apdayz.json", + "mip-era": "cmip6" + }, + { + "id": "apdayz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev19", + "time" + ], + "frequency": "day", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.areacella.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Atmospheric Grid Variables", + "modeling_realm": [ + "atmos", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacella", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "spectband" + ], + "frequency": "fx", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.sftlf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by land.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftlf", + "positive": "", + "standard_name": "land_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.siltfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Volume fraction of silt in soil", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Silt Fraction", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siltfrac", + "positive": "", + "standard_name": "volume_fraction_of_silt_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apfx.zfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apfx.json", + "mip-era": "cmip6" + }, + { + "id": "apfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Height of full model levels above a reference ellipsoid. A reference ellipsoid is a mathematical figure that approximates the geoid. The geoid is a surface of constant geopotential with which mean sea level would coincide if the ocean were at rest. The ellipsoid is an approximation because the geoid is an irregular shape. A number of reference ellipsoids are defined for use in the field of geodesy. To specify which reference ellipsoid is being used, a grid_mapping variable should be attached to the data variable as described in Chapter 5.6 of the CF Convention.", + "dimensions": [ + "longitude", + "latitude", + "alevel" + ], + "frequency": "fx", + "long_name": "Altitude of Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfull", + "positive": "", + "standard_name": "height_above_reference_ellipsoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.albisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Albedo. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Albedo", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albisccp", + "positive": "", + "standard_name": "cloud_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfaddbze94.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadDbze94 is defined as the simulated relative frequency of occurrence of radar reflectivity in sampling volumes defined by altitude bins. The radar is observing at a frequency of 94GHz.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "dbze", + "time" + ], + "frequency": "mon", + "long_name": "CloudSat Radar Reflectivity CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadDbze94", + "positive": "", + "standard_name": "histogram_of_equivalent_reflectivity_factor_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfadlidarsr532.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "CFAD (Cloud Frequency Altitude Diagrams) are frequency distributions of radar reflectivity (or lidar scattering ratio) as a function of altitude. The variable cfadLidarsr532 is defined as the simulated relative frequency of lidar scattering ratio in sampling volumes defined by altitude bins. The lidar is observing at a wavelength of 532nm.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "scatratio", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Scattering Ratio CFAD", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfadLidarsr532", + "positive": "", + "standard_name": "histogram_of_backscattering_ratio_in_air_over_height_above_reference_ellipsoid", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc113global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC113", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc113global", + "positive": "", + "standard_name": "mole_fraction_of_cfc113_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc11global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC11", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11global", + "positive": "", + "standard_name": "mole_fraction_of_cfc11_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cfc12global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CFC12", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12global", + "positive": "", + "standard_name": "mole_fraction_of_cfc12_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ch4global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4global", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Ice Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoice", + "positive": "", + "standard_name": "ice_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clcalipsoliq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Percentage liquid water ice cloud cover in CALIPSO standard atmospheric layers.", + "dimensions": [ + "longitude", + "latitude", + "alt40", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clcalipsoliq", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldicemxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud ice mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Ice Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldicemxrat27", + "positive": "", + "standard_name": "cloud_ice_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Concentration 'as seen from space' over ice-cloud portion of grid cell. This is the value from uppermost model layer with ice cloud or, if available, it is the sum over all ice cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total ice cloud top fraction (as seen from TOA) of each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Crystal Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnci", + "positive": "", + "standard_name": "number_concentration_of_ice_crystals_in_air_at_ice_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldncl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Report concentration 'as seen from space' over liquid cloudy portion of grid cell. This is the value from uppermost model layer with liquid cloud or, if available, it is better to sum over all liquid cloud tops, no matter where they occur, as long as they are seen from the top of the atmosphere. Weight by total liquid cloud top fraction of (as seen from TOA) each time sample when computing monthly mean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Droplet Number Concentration of Cloud Tops", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldncl", + "positive": "", + "standard_name": "number_concentration_of_cloud_liquid_water_particles_in_air_at_liquid_water_cloud_top", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldnvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid only. Values are weighted by liquid cloud fraction in each layer when vertically integrating, and for monthly means the samples are weighted by total liquid cloud fraction (as seen from TOA).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Cloud Droplet Number", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldnvi", + "positive": "", + "standard_name": "atmosphere_number_content_of_cloud_droplets", + "units": "m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cldwatmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Cloud water mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Cloud Water Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cldwatmxrat27", + "positive": "", + "standard_name": "cloud_liquid_water_mixing_ratio", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clhcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 220hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p220" + ], + "frequency": "mon", + "long_name": "CALIPSO High Level Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clhcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.climodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total ice cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Ice Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "climodis", + "positive": "", + "standard_name": "ice_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in optical depth categories.", + "dimensions": [ + "longitude", + "latitude", + "plev7c", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clisccp", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cllcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 840hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p840" + ], + "frequency": "mon", + "long_name": "CALIPSO Low Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cllcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover in layer centred on 560hPa", + "dimensions": [ + "longitude", + "latitude", + "time", + "p560" + ], + "frequency": "mon", + "long_name": "CALIPSO Mid Level Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmcalipso", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clmisr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud percentage in spectral bands and layers as observed by the Multi-angle Imaging SpectroRadiometer (MISR) instrument. The first layer in each profile is reserved for a retrieval error flag.", + "dimensions": [ + "longitude", + "latitude", + "alt16", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover as Calculated by the MISR Simulator (Including Error Flag)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clmisr", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltcalipso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) instrument. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "CALIPSO Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltcalipso", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the International Satellite Cloud Climatology Project (ISCCP) analysis. Includes both large-scale and convective cloud. (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltisccp", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.cltmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cltmodis", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of cloud liquid water, as seen by the Moderate Resolution Imaging Spectroradiometer (MODIS). Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Liquid Cloud Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwmodis", + "positive": "", + "standard_name": "liquid_water_cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.clwvic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "calculate mass of convective condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvic", + "positive": "", + "standard_name": "atmosphere_mass_content_of_convective_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2mass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2mass", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.co2s.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "As co2, but only at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmosphere CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2s", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.columnmassflux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integral of (mcu-mcd)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Column Integrated Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "columnmassflux", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.diabdrag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Other sub-grid scale/numerical zonal drag excluding that already provided for the parameterized orographic and non-orographic gravity waves. This would be used to calculate the total 'diabatic drag'. Contributions to this additional drag such Rayleigh friction and diffusion that can be calculated from the monthly mean wind fields should not be included, but details (e.g. coefficients) of the friction and/or diffusion used in the model should be provided separately.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind from Numerical Artefacts", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diabdrag", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_numerical_artefacts", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.grplmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Graupel mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Graupel Mixing Ratio", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grplmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_graupel_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hcfc22global.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of HCFC22", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hcfc22global", + "positive": "", + "standard_name": "mole_fraction_of_hcfc22_in_air", + "units": "1e-12", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hursmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Relative Humidity over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hursminCrop", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus19", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus27", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.hus7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus7h", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated eastward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of eastward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Dry Statice Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuadse", + "positive": "", + "standard_name": "eastward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intuaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Eastward moisture transport (Mass weighted vertical integral of the product of eastward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Eastward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intuaw", + "positive": "", + "standard_name": "eastward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvadse.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated northward dry static energy transport (cp.T +zg).v (Mass_weighted_vertical integral of the product of northward wind by dry static_energy per mass unit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Dry Static Energy Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvadse", + "positive": "", + "standard_name": "northward_atmosphere_dry_static_energy_transport_across_unit_distance", + "units": "MJ m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.intvaw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertically integrated Northward moisture transport (Mass_weighted_vertical integral of the product of northward wind by total water mass per unit mass)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Integrated Northward Moisture Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intvaw", + "positive": "", + "standard_name": "northward_atmosphere_water_transport_across_unit_distance", + "units": "kg m-1 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureicemodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For cloud ice particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadIc", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Joint Distribution of Optical Thickness and Particle Size, Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureicemodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.jpdftaureliqmodis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Joint probability distribution function, giving probability of cloud as a function of optical thickness and particle size, as measured by MODIS. For liquid cloud particles.", + "dimensions": [ + "longitude", + "latitude", + "effectRadLi", + "tau", + "time" + ], + "frequency": "mon", + "long_name": "MODIS Optical Thickness-Particle Size Joint Distribution, Liquid", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jpdftaureliqmodis", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loaddust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of dust aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loaddust", + "positive": "", + "standard_name": "atmosphere_mass_content_of_dust_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sulfate aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadso4", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sulfate_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.loadss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The total dry mass of sea salt aerosol particles per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Load of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "loadss", + "positive": "", + "standard_name": "atmosphere_mass_content_of_sea_salt_dry_aerosol_particles", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculating in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Longwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA All-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsaer.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Aerosols", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsaer", + "positive": "", + "standard_name": "toa_instantaneous_longwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.lwtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Clear-Sky Longwave Radiative Forcing Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwtoacsdust", + "positive": "", + "standard_name": "toa_longwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2o", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.n2oglobal.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobal", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.o3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od443dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 443 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Optical Thickness at 443nm Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od443dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550aerso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "From tropopause to stratopause as defined by the model", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (All Aerosols) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550aerso", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od550so4so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Stratospheric aerosol AOD due to sulfate aerosol at a wavelength of 550 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time", + "lambda550nm" + ], + "frequency": "mon", + "long_name": "Stratospheric Optical Depth at 550nm (Sulphate Only) 2D-Field (Stratosphere Only)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od550so4so", + "positive": "", + "standard_name": "stratosphere_optical_thickness_due_to_sulfate_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.od865dust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Total aerosol AOD due to dust aerosol at a wavelength of 865 nanometres.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dust Optical Depth at 865nm", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "od865dust", + "positive": "", + "standard_name": "atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.parasolrefl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sea time: mean", + "comment": "Simulated reflectance from PARASOL as seen at the top of the atmosphere for 5 solar zenith angles. Valid only over ocean and for one viewing direction (viewing zenith angle of 30 degrees and relative azimuth angle 320 degrees).", + "dimensions": [ + "longitude", + "latitude", + "sza5", + "time" + ], + "frequency": "mon", + "long_name": "PARASOL Reflectance", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parasolRefl", + "positive": "", + "standard_name": "toa_bidirectional_reflectance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pctisccp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where cloud", + "comment": "ISCCP Mean Cloud Top Pressure. Time-means are weighted by the ISCCP Total Cloud Fraction {:cltisccp} - see http://cfmip.metoffice.com/COSP.html", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "ISCCP Mean Cloud Top Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pctisccp", + "positive": "", + "standard_name": "air_pressure_at_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr17O", + "positive": "", + "standard_name": "precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr18O", + "positive": "", + "standard_name": "precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.pr2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid and liquid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Water Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr2h", + "positive": "", + "standard_name": "precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prCrop", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prhmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within hours time: maximum over hours", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Hourly Precipitation Rate", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prhmax", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-17 isotope (H2 17O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-17 (H2 17O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn17O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_17O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain the oxygen-18 isotope (H2 18O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Oxygen-18 (H2 18O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn18O", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_18O", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prsn2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Precipitation mass flux of water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O), including solid phase only.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation Flux of Snow and Ice Containing Deuterium (1H 2H O)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn2h", + "positive": "", + "standard_name": "solid_precipitation_flux_containing_single_2H", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Sea Level Pressure", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rainmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Rain mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Rain in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rainmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_liquid_precipitation_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net longwave surface radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Longwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rls", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rlutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Top-of-atmosphere outgoing clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdscsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations in clear sky conditions", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Clear Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdsdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface downwelling solar irradiance from diffuse radiation for UV calculations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Diffuse Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsdiff", + "positive": "down", + "standard_name": "surface_diffuse_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net downward shortwave radiation at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Shortwave Surface Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rss", + "positive": "down", + "standard_name": "surface_net_downward_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsut4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Shortwave Radiation in 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rsutcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "TOA Outgoing Clear-Sky Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs4co2", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of dust dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcso4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sulfate dry aerosol in air in model lowest layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of SO4", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcso4", + "positive": "", + "standard_name": "mass_concentration_of_sulfate_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sconcss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "mass concentration of sea-salt dry aerosol in air in model lowest layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Concentration of Sea-Salt Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sconcss", + "positive": "", + "standard_name": "mass_concentration_of_sea_salt_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.sfcwindmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "Daily maximum near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWindmax", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.snowmxrat27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Snow mixing ratio", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Snow in Air", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snowmxrat27", + "positive": "", + "standard_name": "mass_fraction_of_snow_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfasdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swsrfcsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The direct radiative effect refers to the instantaneous radiative impact on the Earth's energy balance, excluding secondary effects such as changes in cloud cover. Calculated in clear-sky conditions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear-Sky Surface Shortwave Radiative Flux Due to Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swsrfcsdust", + "positive": "", + "standard_name": "surface_net_downward_shortwave_dust_ambient_aerosol_particles_direct_radiative_effect_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoaasdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "All-Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoaasdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.swtoacsdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Instantaneous forcing is the radiative flux change caused instantaneously by an imposed change in radiative forcing agent (greenhouse gases, aerosol, solar radiation, etc.).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Clear Sky Shortwave Flux Due to Dust at Toa", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "swtoacsdust", + "positive": "", + "standard_name": "toa_instantaneous_shortwave_forcing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ta27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta27", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmax", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmaxcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: maximum within days time: mean over days", + "comment": "maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Maximum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmaxCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasmin", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tasmincrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where crops time: minimum within days time: mean over days", + "comment": "minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')", + "dimensions": [ + "longitude", + "latitude", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Daily Minimum Near-Surface Air Temperature over Crop Tile", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasminCrop", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tdps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Dew point temperature is the temperature at which a parcel of air reaches saturation upon being cooled at constant pressure and specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "2m Dewpoint Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tdps", + "positive": "", + "standard_name": "dew_point_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.tntmp27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp27", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua19", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua27", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.ua7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua7h", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.uqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated eastward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_eastward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.utendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the eastward wind by parameterized orographic gravity waves.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va19.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va19", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va27", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.va7h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "plev7h", + "time" + ], + "frequency": "mon", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va7h", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "longitude", + "latitude", + "time", + "height10m" + ], + "frequency": "mon", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vqint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Column integrated northward wind times specific humidity", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Northward Humidity Transport", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vqint", + "positive": "", + "standard_name": "integral_wrt_height_of_product_of_northward_wind_and_specific_humidity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.vtendogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Tendency of the northward wind by parameterized orographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_orographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmon.zg27.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmon.json", + "mip-era": "cmip6" + }, + { + "id": "apmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "plev27", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg27", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4Clim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.ch4globalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global Mean Mole Fraction of CH4", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of CH4", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ch4globalClim", + "positive": "", + "standard_name": "mole_fraction_of_methane_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2Clim", + "positive": "", + "standard_name": "mole_fraction_of_carbon_dioxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.co2massclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Total atmospheric mass of Carbon Dioxide", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Total Atmospheric Mass of CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co2massClim", + "positive": "", + "standard_name": "atmosphere_mass_of_carbon_dioxide", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.n2oglobalclim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Global mean Nitrous Oxide (N2O)", + "dimensions": [ + "time2" + ], + "frequency": "monC", + "long_name": "Global Mean Mole Fraction of N2O", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "n2oglobalClim", + "positive": "", + "standard_name": "mole_fraction_of_nitrous_oxide_in_air", + "units": "1e-09", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclim.o3clim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "plev19", + "time2" + ], + "frequency": "monC", + "long_name": "Mole Fraction of O3", + "modeling_realm": [ + "atmos", + "atmosChem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o3Clim", + "positive": "", + "standard_name": "mole_fraction_of_ozone_in_air", + "units": "mol mol-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonclimlev.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmondiurnal.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmondiurnal.json", + "mip-era": "cmip6" + }, + { + "id": "apmondiurnal.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: mean within days time: mean over days", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "longitude", + "latitude", + "time3" + ], + "frequency": "1hrCM", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Include only convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Area Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clc", + "positive": "", + "standard_name": "convective_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clic", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clis", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_ice_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.cls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Cloud area fraction (reported as a percentage) for the whole atmospheric column due to stratiform clouds, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Stratiform Cloud", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cls", + "positive": "", + "standard_name": "stratiform_cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of convective cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Convective Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwc", + "positive": "", + "standard_name": "mass_fraction_of_convective_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.clws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the mass of stratiform cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. This includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Fraction of Stratiform Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clws", + "positive": "", + "standard_name": "mass_fraction_of_stratiform_cloud_liquid_water_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.co23d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "report 3D field of model simulated atmospheric CO2 mass mixing ration on model levels", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "3D-Field of Transported CO2", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co23D", + "positive": "", + "standard_name": "mass_fraction_of_carbon_dioxide_tracer_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter larger than 1 micron", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration Coarse Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccmcn", + "positive": "", + "standard_name": "number_concentration_of_coarse_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.conccn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "'Number concentration' means the number of particles or other specified objects per unit volume. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. 'Ambient_aerosol' means that the aerosol is measured or modelled at the ambient state of pressure, temperature and relative humidity that exists in its immediate environment. 'Ambient aerosol particles' are aerosol particles that have taken up ambient water through hygroscopic growth. The extent of hygroscopic growth depends on the relative humidity and the composition of the particles.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Aerosol Number Concentration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "conccn", + "positive": "", + "standard_name": "number_concentration_of_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concdust.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Mass concentration means mass per unit volume and is used in the construction mass_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Aerosol' means the system of suspended liquid or solid particles in air (except cloud droplets) and their carrier gas, the air itself. Aerosol particles take up ambient water (a process known as hygroscopic growth) depending on the relative humidity and the composition of the particles. 'Dry aerosol particles' means aerosol particles without any water uptake.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Concentration of Dust", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concdust", + "positive": "", + "standard_name": "mass_concentration_of_dust_dry_aerosol_particles_in_air", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.concnmcn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "includes all particles with diameter smaller than 3 nm", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Number Concentration of Nucleation Mode Aerosol", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "concnmcn", + "positive": "", + "standard_name": "number_concentration_of_nucleation_mode_ambient_aerosol_particles_in_air", + "units": "m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.dmc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. This is calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Deep Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmc", + "positive": "up", + "standard_name": "atmosphere_net_upward_deep_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Calculated as the convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downdraft Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcd", + "positive": "down", + "standard_name": "atmosphere_downdraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.mcu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The atmosphere convective mass flux is the vertical transport of mass for a field of cumulus clouds or thermals, given by the product of air density and vertical velocity. For an area-average, cell_methods should specify whether the average is over all the area or the area of updrafts only.", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Convective Updraft Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mcu", + "positive": "up", + "standard_name": "atmosphere_updraft_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.md.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Emission from a primary source located anywhere within the atmosphere, including at the lower boundary (i.e. the surface of the earth). ", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Wet Diameter Mode Coarse Insoluble", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "md", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-17 (H2 17O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-17 (H2 17O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw17O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_17O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.prw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Water vapor path for water molecules that contain one atom of the hydrogen-2 isotope (1H 2H O)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Containing Deuterium (1H 2H O) in Layer", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw2H", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_single_2H_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rld4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rldcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs4co2", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rlucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky longwave radiation calculated using carbon dioxide concentrations increased fourfold (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Longwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs4co2", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsd4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsdcs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Downwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs4co2", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsu4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling Shortwave Radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.rsucs4co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Upwelling clear-sky shortwave radiation calculated using carbon dioxide concentrations increased fourfold", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Clear-Sky Shortwave Radiation 4XCO2 Atmosphere", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs4co2", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.smc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The net mass flux represents the difference between the updraft and downdraft components. For models with a distinct shallow convection scheme, this is calculated as convective mass flux divided by the area of the whole grid cell (not just the area of the cloud).", + "dimensions": [ + "longitude", + "latitude", + "alevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Shallow Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "smc", + "positive": "up", + "standard_name": "atmosphere_net_upward_shallow_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.t2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air temperature squared", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t2", + "positive": "", + "standard_name": "square_of_air_temperature", + "units": "K2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.twap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and pressure tendency", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "twap", + "positive": "", + "standard_name": "product_of_lagrangian_tendency_of_air_pressure_and_air_temperature", + "units": "K Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.u2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*u", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Eastward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "u2", + "positive": "", + "standard_name": "square_of_eastward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and eastward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ut", + "positive": "", + "standard_name": "product_of_eastward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uv", + "positive": "", + "standard_name": "product_of_eastward_wind_and_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.uwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "u*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Eastward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uwap", + "positive": "", + "standard_name": "product_of_eastward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.v2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*v", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Northward Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "v2", + "positive": "", + "standard_name": "square_of_northward_wind", + "units": "m2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Product of air temperature and northward wind", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Air Temperature and Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vt", + "positive": "", + "standard_name": "product_of_northward_wind_and_air_temperature", + "units": "K m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.vwap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "v*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Product of Northward Wind and Omega", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vwap", + "positive": "", + "standard_name": "product_of_northward_wind_and_lagrangian_tendency_of_air_pressure", + "units": "Pa m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.wap2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "omega*omega", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Mean-Squared Vertical Velocity (Omega)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap2", + "positive": "", + "standard_name": "square_of_lagrangian_tendency_of_air_pressure", + "units": "Pa2 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonlev.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "apmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fy of Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3a of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfy", + "positive": "", + "standard_name": "northward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.epfz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics Meridional component Fz of the Eliassen-Palm (EP) flux (Fy, Fz) derived from 6hr or higher frequency fields (use daily fields or 12 hr fields if the 6 hr are not available). Please use the definitions given by equation 3.5.3b of Andrews, Holton and Leovy text book, but scaled by density to have units m3 s-2.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Upward Component of the Eliassen-Palm Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfz", + "positive": "up", + "standard_name": "upward_eliassen_palm_flux_in_air", + "units": "m3 s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Rate of photolysis of molecular oxygen to atomic oxygen (o2 -> o1d+o)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Diatomic Molecular Oxygen", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo2", + "positive": "", + "standard_name": "photolysis_rate_of_molecular_oxygen", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.jo3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Sum of photolysis rates o3 -> o1d+o2 and o3 -> o+o2", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Photolysis Rate of Ozone (O3)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "jo3", + "positive": "", + "standard_name": "photolysis_rate_of_ozone", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Non-Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntnogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_nonorographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Temperature tendency due to dissipation of parameterized orographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Tendency Due to Orographic Gravity Wave Dissipation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntogw", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_dissipation_of_orographic_gravity_waves", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendepfd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the zonal mean zonal wind due to the divergence of the Eliassen-Palm flux.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Eastward Wind Due to Eliassen-Palm Flux Divergence", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendepfd", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_eliassen_palm_flux_divergence", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.utendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the eastward wind by parameterized nonorographic gravity waves.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "utendnogw", + "positive": "", + "standard_name": "tendency_of_eastward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics v*, meridional component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available).", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtem", + "positive": "", + "standard_name": "northward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.vtendnogw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Tendency of the northward wind by parameterized nonorographic gravity waves. (Note that CF name tables only have a general northward tendency for all gravity waves, and we need it separated by type.)", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Acceleration Due to Non-Orographic Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vtendnogw", + "positive": "", + "standard_name": "tendency_of_northward_wind_due_to_nonorographic_gravity_wave_drag", + "units": "m s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.wtem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Transformed Eulerian Mean Diagnostics w*, upward component of the residual meridional circulation (v*, w*) derived from 6 hr or higher frequency data fields (use instantaneous daily fields or 12 hr fields if the 6 hr data are not available). Scale height: 6950 m", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Transformed Eulerian Mean Upward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtem", + "positive": "", + "standard_name": "upward_transformed_eulerian_mean_air_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.xgwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised x-component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Eastward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xgwdparam", + "positive": "", + "standard_name": "atmosphere_eastward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.ygwdparam.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Parameterised y- component of gravity wave drag", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Northward Gravity Wave Drag", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ygwdparam", + "positive": "", + "standard_name": "atmosphere_northward_stress_due_to_gravity_wave_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apmonz.zmtnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apmonz.json", + "mip-era": "cmip6" + }, + { + "id": "apmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: mean time: mean", + "comment": "The diabatic heating rates due to all the processes that may change potential temperature", + "dimensions": [ + "latitude", + "plev39", + "time" + ], + "frequency": "mon", + "long_name": "Zonal Mean Diabatic Heating Rates", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmtnt", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diabatic_processes", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrpt.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrpt.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptlev.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ccb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Base", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ccb", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_base", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Pressure at Convective Cloud Top", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cct", + "positive": "", + "standard_name": "air_pressure_at_convective_cloud_top", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Convection Occurs in Cell", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ci", + "positive": "", + "standard_name": "convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Percentage cloud cover, including both large-scale and convective cloud.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Percentage Cloud Cover", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cl", + "positive": "", + "standard_name": "cloud_area_fraction_in_atmosphere_layer", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.cli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cli", + "positive": "", + "standard_name": "mass_fraction_of_cloud_ice_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Ice Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clivi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_ice", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Total Cloud Cover Percentage", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clt", + "positive": "", + "standard_name": "cloud_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Mass Fraction of Cloud Liquid Water", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clw", + "positive": "", + "standard_name": "mass_fraction_of_cloud_liquid_water_in_air", + "units": "kg kg-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.clwvi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Condensed Water Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clwvi", + "positive": "", + "standard_name": "atmosphere_mass_content_of_cloud_condensed_water", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.edt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for temperature due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Diffusivity Coefficient for Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "edt", + "positive": "", + "standard_name": "atmosphere_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.evu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Vertical diffusion coefficient for momentum due to parametrised eddies", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eddy Viscosity Coefficient for Momentum", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evu", + "positive": "", + "standard_name": "atmosphere_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2antt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2antt", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2fos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2fos", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.fco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fco2nat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hur.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hur", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hurs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Relative Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hurs", + "positive": "", + "standard_name": "relative_humidity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.hus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Specific humidity is the mass fraction of water vapor in (moist) air.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hus", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.huss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Near-surface (usually, 2 meter) specific humidity.", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "huss", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.mc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Mass Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mc", + "positive": "up", + "standard_name": "atmosphere_net_upward_convective_mass_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pfull.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model levels", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure at Model Full-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pfull", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.phalf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air pressure on model half-levels", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Pressure on Model Half-Levels", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phalf", + "positive": "", + "standard_name": "air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.pr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "includes both liquid and solid phases", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pr", + "positive": "", + "standard_name": "precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Convective precipitation at surface; includes both liquid and solid phases.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prc", + "positive": "", + "standard_name": "convective_precipitation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.prw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "vertically integrated through the atmospheric column", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Water Vapor Path", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw", + "positive": "", + "standard_name": "atmosphere_mass_content_of_water_vapor", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ps.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Air Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ps", + "positive": "", + "standard_name": "surface_air_pressure", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.psl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Sea Level Pressure", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Sea Level Pressure", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "psl", + "positive": "", + "standard_name": "air_pressure_at_mean_sea_level", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Convective Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclic", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This is defined as the in-cloud ratio of the third moment over the second moment of the particle size distribution (obtained by considering only the cloudy portion of the grid cell).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Hydrometeor Effective Radius of Stratiform Cloud Ice", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclis", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_ice_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Convective Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclwc", + "positive": "", + "standard_name": "effective_radius_of_convective_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.reffclws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Droplets are liquid. The effective radius is defined as the ratio of the third moment over the second moment of the particle size distribution and the time-mean should be calculated, weighting the individual samples by the cloudy fraction of the grid cell.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Stratiform Cloud Liquid Droplet Effective Radius", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "reffclws", + "positive": "", + "standard_name": "effective_radius_of_stratiform_cloud_liquid_water_particles", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rld.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling Longwave Radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rld", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldcs", + "positive": "down", + "standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rldscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface downwelling clear-sky longwave radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldscs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlu", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlucs", + "positive": "up", + "standard_name": "upwelling_longwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere (to be compared with satellite measurements)", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlut", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rlutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky longwave radiation at top of atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Longwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlutcs", + "positive": "up", + "standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsd", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downwelling clear-sky shortwave radiation (includes the fluxes at the surface and top-of-atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdcs", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface solar irradiance clear sky for UV calculations", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdscs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsdt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Shortwave radiation incident at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Incident Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdt", + "positive": "down", + "standard_name": "toa_incoming_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling shortwave radiation (includes also the fluxes at the surface and top of atmosphere)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsu", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsucs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Upwelling clear-sky shortwave radiation (includes the fluxes at the surface and TOA)", + "dimensions": [ + "alevhalf", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsucs", + "positive": "up", + "standard_name": "upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsuscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Surface Upwelling Clear-sky Shortwave Radiation", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Upwelling Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsuscs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "at the top of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsut", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rsutcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Calculated in the absence of clouds.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "TOA Outgoing Clear-Sky Shortwave Radiation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsutcs", + "positive": "up", + "standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.rtmt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Net Downward Radiative Flux at Top of Model : I.e., at the top of that portion of the atmosphere where dynamics are explicitly treated by the model. This is reported only if it differs from the net downward radiative flux at the top of the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Net Downward Radiative Flux at Top of Model", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rtmt", + "positive": "down", + "standard_name": "net_downward_radiative_flux_at_top_of_atmosphere_model", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sci.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Fraction of time that shallow convection occurs in the grid cell.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Fraction of Time Shallow Convection Occurs", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sci", + "positive": "", + "standard_name": "shallow_convection_time_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.sfcwind.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 10 meters) wind speed.", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Wind Speed", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfcWind", + "positive": "", + "standard_name": "wind_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ta", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "site", + "time1", + "height2m" + ], + "frequency": "subhrPt", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward eastward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Eastward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauu", + "positive": "down", + "standard_name": "surface_downward_eastward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tauv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Downward northward wind stress at the surface", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Downward Northward Wind Stress", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauv", + "positive": "down", + "standard_name": "surface_downward_northward_stress", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhus", + "positive": "", + "standard_name": "tendency_of_specific_humidity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusa", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_advection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusc", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_convection", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to numerical diffusion.This includes any horizontal or vertical numerical moisture diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the moisture budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusd", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_diffusion", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of specific humidity due to model physics. This includes sources and sinks from parametrized moist physics (e.g. convection, boundary layer, stratiform condensation/evaporation, etc.) and excludes sources and sinks from resolved dynamics or from horizontal or vertical numerical diffusion not associated with model physics. For example any diffusive mixing by the boundary layer scheme would be included.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusmp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_model_physics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhuspbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhuspbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. 'Specific' means per unit mass. Specific humidity is the mass fraction of water vapor in (moist) air. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name of tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation should contain the effects of all processes which convert stratiform clouds and precipitation to or from water vapor. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscp", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnhusscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate budget terms for stratiform cloud, precipitation and boundary layer schemes. Includes all boundary layer terms including and diffusive terms.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Specific Humidity Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnhusscpbl", + "positive": "", + "standard_name": "tendency_of_specific_humidity_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnt", + "positive": "", + "standard_name": "tendency_of_air_temperature", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tnta.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Advection", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Advection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnta", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_advection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendencies from cumulus convection scheme.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Convection", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntc", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_convection", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "This includes any horizontal or vertical numerical temperature diffusion not associated with the parametrized moist physics or the resolved dynamics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be excluded, as should any diffusion which is included in the terms from the resolved dynamics. This term is required to check the closure of the temperature budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Numerical Diffusion", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntd", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_diffusion", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntmp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of air temperature due to model physics. This includes sources and sinks from parametrized physics (e.g. radiation, convection, boundary layer, stratiform condensation/evaporation, etc.). It excludes sources and sinks from resolved dynamics and numerical diffusion not associated with parametrized physics. For example, any vertical diffusion which is part of the boundary layer mixing scheme should be included, while numerical diffusion applied in addition to physics or resolved dynamics should be excluded. This term is required to check the closure of the heat budget.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Model Physics", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntmp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_model_physics", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Includes all boundary layer terms including diffusive terms.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntr", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_radiative_heating", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrlcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Longwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrlcs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntrscs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature due to Clear Sky Shortwave Radiative Heating", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Clear Sky Shortwave Radiative Heating", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntrscs", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The phrase 'tendency_of_X' means derivative of X with respect to time. Air temperature is the bulk temperature of the air, not the surface (skin) temperature. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. A variable with the standard name tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation should contain net latent heating effects of all processes which convert stratiform clouds and precipitation between water vapour, liquid or ice phases. In an atmosphere model, stratiform cloud is that produced by large-scale convergence (not the convection schemes).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Clouds and Precipitation", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscp", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.tntscpbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing (to be specified only in models which do not separate cloud, precipitation and boundary layer terms. Includes all boundary layer terms including diffusive ones.)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Tendency of Air Temperature Due to Stratiform Cloud and Precipitation and Boundary Layer Mixing", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tntscpbl", + "positive": "", + "standard_name": "tendency_of_air_temperature_due_to_stratiform_cloud_and_precipitation_and_boundary_layer_mixing", + "units": "K s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Temperature", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.ua.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Zonal wind (positive in a eastward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Eastward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ua", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.uas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Eastward component of the near-surface (usually, 10 meters) wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Eastward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uas", + "positive": "", + "standard_name": "eastward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.va.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Meridional wind (positive in a northward direction).", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Northward Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "va", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.vas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Northward component of the near surface wind", + "dimensions": [ + "site", + "time1", + "height10m" + ], + "frequency": "subhrPt", + "long_name": "Northward Near-Surface Wind", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vas", + "positive": "", + "standard_name": "northward_wind", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.wap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Omega (vertical velocity in pressure coordinates, positive downwards)", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Omega (=dp/dt)", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wap", + "positive": "", + "standard_name": "lagrangian_tendency_of_air_pressure", + "units": "Pa s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "apsubhrptsite.zg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "apsubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "Geopotential is the sum of the specific gravitational potential energy relative to the geoid and the specific centripetal potential energy. Geopotential height is the geopotential divided by the standard acceleration due to gravity. It is numerically similar to the altitude (or geometric height) and not to the quantity with standard name height, which is relative to the surface.", + "dimensions": [ + "alevel", + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Geopotential Height", + "modeling_realm": [ + "atmos" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zg", + "positive": "", + "standard_name": "geopotential_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giafx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giafx.json", + "mip-era": "cmip6" + }, + { + "id": "giafx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giamon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giamon.json", + "mip-era": "cmip6" + }, + { + "id": "giamon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "giayr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "giayr.json", + "mip-era": "cmip6" + }, + { + "id": "giayr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xant", + "yant", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.areacellg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Area of the target grid (not the interpolated area of the source grid).", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ice Sheet Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellg", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigfx.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigfx.json", + "mip-era": "cmip6" + }, + { + "id": "gigfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: mean where grounded_ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre" + ], + "frequency": "fx", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfls.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfls", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.hfss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfss", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.icem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icem", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.mrroli.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Runoff flux over land ice is the difference between any available liquid water in the snowpack less any refreezing. Computed as the sum of rainfall and melt of snow or ice less any refreezing or water retained in the snowpack", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Runoff Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLi", + "positive": "", + "standard_name": "land_ice_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Flux over Land Ice", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prra", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlds", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rlus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlus", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsds", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.rsus.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsus", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicefreez.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreez", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snicem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicem", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tas", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.ts.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ts", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigmon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigmon.json", + "mip-era": "cmip6" + }, + { + "id": "gigmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.acabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabf", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.hfgeoubed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Upward geothermal heat flux per unit area into the base of grounded land ice. This is related to the geothermal heat flux out of the bedrock, but may be modified by horizontal transport due to run-off and by melting at the interface.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Geothermal Heat Flux Beneath Land Ice", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeoubed", + "positive": "", + "standard_name": "upward_geothermal_heat_flux_at_ground_level_in_land_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareafl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Total area of the floating ice shelves (the component of ice sheet that flows over ocean)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Floating Ice Shelves", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareafl", + "positive": "", + "standard_name": "floating_ice_shelf_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.iareagr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Total area of the grounded ice sheets (the component of ice sheet resting over bedrock)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Area Covered by Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "iareagr", + "positive": "", + "standard_name": "grounded_ice_sheet_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbffl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the floating land ice (floating ice shelf) portion of the grid cell divided by floating land ice (floating ice shelf) area in the grid cell. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbffl", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.libmassbfgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice base. A negative value means loss of ice. Computed as the total basal mass balance on the grounded land ice portion of the grid cell divided by grounded land ice area in the grid cell. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Specific Mass Balance Flux of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "libmassbfgr", + "positive": "", + "standard_name": "land_ice_basal_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.licalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from iceberg calving. Computed as the rate of mass loss by the ice shelf (in kg s-1) divided by the horizontal area of the ice sheet (m2) in the grid box.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "licalvf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lifmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Total mass balance at the ice front (or vertical margin). It includes both iceberg calving and melt on vertical ice front", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Vertical Front Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lifmassbf", + "positive": "", + "standard_name": "land_ice_specific_mass_flux_due_to_calving_and_ice_front_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lim.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The ice sheet mass is computed as the volume times density", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lim", + "positive": "", + "standard_name": "land_ice_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.limnsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "The ice sheet mass is computed as the volume above flotation times density. Changes in land_ice_mass_not_displacing_sea_water will always result in a change in sea level, unlike changes in land_ice_mass which may not result in sea level change (such as melting of the floating ice shelves, or portion of ice that sits on bedrock below sea level)", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Mass That Does not Displace Sea Water", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnsw", + "positive": "", + "standard_name": "land_ice_mass_not_displacing_sea_water", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where floating_ice_shelf (comment: mask=sftflf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice shelf-ocean interface. Cell_methods: area: mean where floating_ice_shelf", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Floating Ice Shelf", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotfl", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litempbotgr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where grounded_ice_sheet (comment: mask=sfgrlf)", + "comment": "Basal temperature that is used to force the ice sheet models, it is the temperature AT ice sheet - bedrock interface. Cell_methods: area: mean where grounded_ice_sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Basal Temperature of Grounded Ice Sheet", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litempbotgr", + "positive": "", + "standard_name": "land_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.litemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptop", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.lithk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The thickness of the ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Ice Sheet Thickness", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lithk", + "positive": "", + "standard_name": "land_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.modelcellareai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Horizontal area of ice-sheet grid cells", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "The Cell Area of the Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "modelCellAreai", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.strbasemag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Magnitude of basal drag at land ice base", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Land Ice Basal Drag", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "strbasemag", + "positive": "", + "standard_name": "land_ice_basal_drag", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendacabf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total surface mass balance flux over land ice is a spatial integration of the surface mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendacabf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_surface_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlibmassbf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total basal mass balance flux over land ice is a spatial integration of the basal mass balance flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Basal Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlibmassbf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_basal_mass_balance", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.tendlicalvf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where ice_sheet time: mean", + "comment": "The total calving flux over land ice is a spatial integration of the calving flux", + "dimensions": [ + "time" + ], + "frequency": "yr", + "long_name": "Total Calving Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tendlicalvf", + "positive": "", + "standard_name": "tendency_of_land_ice_mass_due_to_calving", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.topg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The bedrock topography beneath the land ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Bedrock Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "topg", + "positive": "", + "standard_name": "bedrock_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelbase", + "positive": "", + "standard_name": "land_ice_basal_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.xvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'x' indicates a vector component along the grid x-axis, positive with increasing x. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "X-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "xvelsurf", + "positive": "", + "standard_name": "land_ice_surface_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. 'basal' means the lower boundary of the land ice.", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelbase", + "positive": "", + "standard_name": "land_ice_basal_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelmean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The vertical mean land ice velocity is the average from the bedrock to the surface of the ice", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Vertical Mean Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelmean", + "positive": "", + "standard_name": "land_ice_vertical_mean_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.yvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'y' indicates a vector component along the grid y-axis, positive with increasing y. 'Land ice' means glaciers, ice-caps and ice-sheets resting on bedrock and also includes ice-shelves. The surface called 'surface' means the lower boundary of the atmosphere.'", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Y-Component of Land Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "yvelsurf", + "positive": "", + "standard_name": "land_ice_surface_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelbase.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). 'basal' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Basal Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelbase", + "positive": "", + "standard_name": "land_ice_basal_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "gigyr.zvelsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "gigyr.json", + "mip-era": "cmip6" + }, + { + "id": "gigyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellg", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface called 'surface' means the lower boundary of the atmosphere", + "dimensions": [ + "xgre", + "ygre", + "time" + ], + "frequency": "yr", + "long_name": "Upward Component of Land-Ice Surface Velocity", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zvelsurf", + "positive": "", + "standard_name": "land_ice_surface_upward_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}, +{ + "@context": "https://wcrp-cmip.github.io/MIP_variables/data_descriptors/variables/_context", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} +]} diff --git a/data_descriptors/variables/li3hrpt.sbl b/data_descriptors/variables/li3hrpt.sbl new file mode 100644 index 000000000..3dfe918e2 --- /dev/null +++ b/data_descriptors/variables/li3hrpt.sbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/li3hrpt.sbl.json b/data_descriptors/variables/li3hrpt.sbl.json new file mode 100644 index 000000000..3dfe918e2 --- /dev/null +++ b/data_descriptors/variables/li3hrpt.sbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "li3hrpt.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/li6hrpt.snw b/data_descriptors/variables/li6hrpt.snw new file mode 100644 index 000000000..1d2eb0cf4 --- /dev/null +++ b/data_descriptors/variables/li6hrpt.snw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/li6hrpt.snw.json b/data_descriptors/variables/li6hrpt.snw.json new file mode 100644 index 000000000..1d2eb0cf4 --- /dev/null +++ b/data_descriptors/variables/li6hrpt.snw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "li6hrpt.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "li6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "li6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.agesno b/data_descriptors/variables/liday.agesno new file mode 100644 index 000000000..d9c7d08a3 --- /dev/null +++ b/data_descriptors/variables/liday.agesno @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.agesno.json b/data_descriptors/variables/liday.agesno.json new file mode 100644 index 000000000..d9c7d08a3 --- /dev/null +++ b/data_descriptors/variables/liday.agesno.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.hfdsn b/data_descriptors/variables/liday.hfdsn new file mode 100644 index 000000000..a80596d40 --- /dev/null +++ b/data_descriptors/variables/liday.hfdsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.hfdsn.json b/data_descriptors/variables/liday.hfdsn.json new file mode 100644 index 000000000..a80596d40 --- /dev/null +++ b/data_descriptors/variables/liday.hfdsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.lwsnl b/data_descriptors/variables/liday.lwsnl new file mode 100644 index 000000000..8aeab623e --- /dev/null +++ b/data_descriptors/variables/liday.lwsnl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.lwsnl.json b/data_descriptors/variables/liday.lwsnl.json new file mode 100644 index 000000000..8aeab623e --- /dev/null +++ b/data_descriptors/variables/liday.lwsnl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.pflw b/data_descriptors/variables/liday.pflw new file mode 100644 index 000000000..d9d288276 --- /dev/null +++ b/data_descriptors/variables/liday.pflw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.pflw.json b/data_descriptors/variables/liday.pflw.json new file mode 100644 index 000000000..d9d288276 --- /dev/null +++ b/data_descriptors/variables/liday.pflw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.sbl b/data_descriptors/variables/liday.sbl new file mode 100644 index 000000000..16308f8c8 --- /dev/null +++ b/data_descriptors/variables/liday.sbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.sbl.json b/data_descriptors/variables/liday.sbl.json new file mode 100644 index 000000000..16308f8c8 --- /dev/null +++ b/data_descriptors/variables/liday.sbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "liday.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snc b/data_descriptors/variables/liday.snc new file mode 100644 index 000000000..a57c9343b --- /dev/null +++ b/data_descriptors/variables/liday.snc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snc.json b/data_descriptors/variables/liday.snc.json new file mode 100644 index 000000000..a57c9343b --- /dev/null +++ b/data_descriptors/variables/liday.snc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snd b/data_descriptors/variables/liday.snd new file mode 100644 index 000000000..40af76d96 --- /dev/null +++ b/data_descriptors/variables/liday.snd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snd.json b/data_descriptors/variables/liday.snd.json new file mode 100644 index 000000000..40af76d96 --- /dev/null +++ b/data_descriptors/variables/liday.snd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snm b/data_descriptors/variables/liday.snm new file mode 100644 index 000000000..8b4eef721 --- /dev/null +++ b/data_descriptors/variables/liday.snm @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snm.json b/data_descriptors/variables/liday.snm.json new file mode 100644 index 000000000..8b4eef721 --- /dev/null +++ b/data_descriptors/variables/liday.snm.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snw b/data_descriptors/variables/liday.snw new file mode 100644 index 000000000..925524d99 --- /dev/null +++ b/data_descriptors/variables/liday.snw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.snw.json b/data_descriptors/variables/liday.snw.json new file mode 100644 index 000000000..925524d99 --- /dev/null +++ b/data_descriptors/variables/liday.snw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.sootsn b/data_descriptors/variables/liday.sootsn new file mode 100644 index 000000000..7e90b3595 --- /dev/null +++ b/data_descriptors/variables/liday.sootsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.sootsn.json b/data_descriptors/variables/liday.sootsn.json new file mode 100644 index 000000000..7e90b3595 --- /dev/null +++ b/data_descriptors/variables/liday.sootsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.tpf b/data_descriptors/variables/liday.tpf new file mode 100644 index 000000000..b247df43c --- /dev/null +++ b/data_descriptors/variables/liday.tpf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.tpf.json b/data_descriptors/variables/liday.tpf.json new file mode 100644 index 000000000..b247df43c --- /dev/null +++ b/data_descriptors/variables/liday.tpf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.tsn b/data_descriptors/variables/liday.tsn new file mode 100644 index 000000000..60b8ddf51 --- /dev/null +++ b/data_descriptors/variables/liday.tsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/liday.tsn.json b/data_descriptors/variables/liday.tsn.json new file mode 100644 index 000000000..60b8ddf51 --- /dev/null +++ b/data_descriptors/variables/liday.tsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "liday.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "liday.json", + "mip-era": "cmip6" + }, + { + "id": "liday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lifx.sftflf b/data_descriptors/variables/lifx.sftflf new file mode 100644 index 000000000..45dccab60 --- /dev/null +++ b/data_descriptors/variables/lifx.sftflf @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lifx.sftflf.json b/data_descriptors/variables/lifx.sftflf.json new file mode 100644 index 000000000..45dccab60 --- /dev/null +++ b/data_descriptors/variables/lifx.sftflf.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lifx.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lifx.sftgrf b/data_descriptors/variables/lifx.sftgrf new file mode 100644 index 000000000..015445e01 --- /dev/null +++ b/data_descriptors/variables/lifx.sftgrf @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lifx.sftgrf.json b/data_descriptors/variables/lifx.sftgrf.json new file mode 100644 index 000000000..015445e01 --- /dev/null +++ b/data_descriptors/variables/lifx.sftgrf.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lifx.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lifx.json", + "mip-era": "cmip6" + }, + { + "id": "lifx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.acabfis b/data_descriptors/variables/limon.acabfis new file mode 100644 index 000000000..7325f35d7 --- /dev/null +++ b/data_descriptors/variables/limon.acabfis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.acabfis.json b/data_descriptors/variables/limon.acabfis.json new file mode 100644 index 000000000..7325f35d7 --- /dev/null +++ b/data_descriptors/variables/limon.acabfis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.acabfis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Specific mass balance means the net rate at which ice is added per unit area at the land ice surface. Computed as the total surface mass balance on the land ice portion of the grid cell divided by land ice area in the grid cell. A negative value means loss of ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Mass Balance Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "acabfIs", + "positive": "", + "standard_name": "land_ice_surface_specific_mass_balance_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.agesno b/data_descriptors/variables/limon.agesno new file mode 100644 index 000000000..d224fc54c --- /dev/null +++ b/data_descriptors/variables/limon.agesno @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.agesno.json b/data_descriptors/variables/limon.agesno.json new file mode 100644 index 000000000..d224fc54c --- /dev/null +++ b/data_descriptors/variables/limon.agesno.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.agesno.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "Age of Snow (when computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing data in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mean Age of Snow", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agesno", + "positive": "", + "standard_name": "age_of_surface_snow", + "units": "day", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hfdsn b/data_descriptors/variables/limon.hfdsn new file mode 100644 index 000000000..8251fe79c --- /dev/null +++ b/data_descriptors/variables/limon.hfdsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hfdsn.json b/data_descriptors/variables/limon.hfdsn.json new file mode 100644 index 000000000..8251fe79c --- /dev/null +++ b/data_descriptors/variables/limon.hfdsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.hfdsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the net downward heat flux from the atmosphere into the snow that lies on land divided by the land area in the grid cell; reported as 0.0 for snow-free land regions or where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux into Snow Where Land over Land", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfdsn", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_snow", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hflsis b/data_descriptors/variables/limon.hflsis new file mode 100644 index 000000000..87c041f55 --- /dev/null +++ b/data_descriptors/variables/limon.hflsis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hflsis.json b/data_descriptors/variables/limon.hflsis.json new file mode 100644 index 000000000..87c041f55 --- /dev/null +++ b/data_descriptors/variables/limon.hflsis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.hflsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward latent heat flux from the ice sheet surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Latent Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsIs", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hfssis b/data_descriptors/variables/limon.hfssis new file mode 100644 index 000000000..cc865240e --- /dev/null +++ b/data_descriptors/variables/limon.hfssis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.hfssis.json b/data_descriptors/variables/limon.hfssis.json new file mode 100644 index 000000000..cc865240e --- /dev/null +++ b/data_descriptors/variables/limon.hfssis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.hfssis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upward sensible heat flux from the ice sheet surface. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upward Sensible Heat Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssIs", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.icemis b/data_descriptors/variables/limon.icemis new file mode 100644 index 000000000..4df26361b --- /dev/null +++ b/data_descriptors/variables/limon.icemis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.icemis.json b/data_descriptors/variables/limon.icemis.json new file mode 100644 index 000000000..4df26361b --- /dev/null +++ b/data_descriptors/variables/limon.icemis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.icemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of ice mass resulting from surface melting. Computed as the total surface melt water on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icemIs", + "positive": "", + "standard_name": "land_ice_surface_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.litemptopis b/data_descriptors/variables/limon.litemptopis new file mode 100644 index 000000000..c2fd26f16 --- /dev/null +++ b/data_descriptors/variables/limon.litemptopis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.litemptopis.json b/data_descriptors/variables/limon.litemptopis.json new file mode 100644 index 000000000..c2fd26f16 --- /dev/null +++ b/data_descriptors/variables/limon.litemptopis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.litemptopis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Upper boundary temperature that is used to force ice sheet models. It is the temperature at the base of the snowpack models, and does not vary with seasons. Report surface temperature of ice sheet where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Temperature at Top of Ice Sheet Model", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "litemptopIs", + "positive": "", + "standard_name": "temperature_at_top_of_ice_sheet_model", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.lwsnl b/data_descriptors/variables/limon.lwsnl new file mode 100644 index 000000000..9dde0e7c7 --- /dev/null +++ b/data_descriptors/variables/limon.lwsnl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.lwsnl.json b/data_descriptors/variables/limon.lwsnl.json new file mode 100644 index 000000000..9dde0e7c7 --- /dev/null +++ b/data_descriptors/variables/limon.lwsnl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.lwsnl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total mass of liquid water contained interstitially within the whole depth of the snow layer of the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Snow Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lwsnl", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.mrrois b/data_descriptors/variables/limon.mrrois new file mode 100644 index 000000000..77e99fd78 --- /dev/null +++ b/data_descriptors/variables/limon.mrrois @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.mrrois.json b/data_descriptors/variables/limon.mrrois.json new file mode 100644 index 000000000..77e99fd78 --- /dev/null +++ b/data_descriptors/variables/limon.mrrois.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.mrrois.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Total Runoff", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroIs", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.orogis b/data_descriptors/variables/limon.orogis new file mode 100644 index 000000000..4035b5f65 --- /dev/null +++ b/data_descriptors/variables/limon.orogis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.orogis.json b/data_descriptors/variables/limon.orogis.json new file mode 100644 index 000000000..4035b5f65 --- /dev/null +++ b/data_descriptors/variables/limon.orogis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.orogis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Altitude", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orogIs", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.pflw b/data_descriptors/variables/limon.pflw new file mode 100644 index 000000000..1ad4b0d4c --- /dev/null +++ b/data_descriptors/variables/limon.pflw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.pflw.json b/data_descriptors/variables/limon.pflw.json new file mode 100644 index 000000000..1ad4b0d4c --- /dev/null +++ b/data_descriptors/variables/limon.pflw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.pflw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "*where land over land*, i.e., this is the total mass of liquid water contained within the permafrost layer within the land portion of a grid cell divided by the area of the land portion of the cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Permafrost Layer", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pflw", + "positive": "", + "standard_name": "liquid_water_content_of_permafrost_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.prrais b/data_descriptors/variables/limon.prrais new file mode 100644 index 000000000..28e13a553 --- /dev/null +++ b/data_descriptors/variables/limon.prrais @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.prrais.json b/data_descriptors/variables/limon.prrais.json new file mode 100644 index 000000000..28e13a553 --- /dev/null +++ b/data_descriptors/variables/limon.prrais.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.prrais.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Rainfall rate over the ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Rainfall Rate", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prraIs", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.prsnis b/data_descriptors/variables/limon.prsnis new file mode 100644 index 000000000..d872a9751 --- /dev/null +++ b/data_descriptors/variables/limon.prsnis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.prsnis.json b/data_descriptors/variables/limon.prsnis.json new file mode 100644 index 000000000..d872a9751 --- /dev/null +++ b/data_descriptors/variables/limon.prsnis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.prsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "at surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snowfall Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsnIs", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rldsis b/data_descriptors/variables/limon.rldsis new file mode 100644 index 000000000..a89cc9974 --- /dev/null +++ b/data_descriptors/variables/limon.rldsis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rldsis.json b/data_descriptors/variables/limon.rldsis.json new file mode 100644 index 000000000..a89cc9974 --- /dev/null +++ b/data_descriptors/variables/limon.rldsis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rldsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rldsIs", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rlusis b/data_descriptors/variables/limon.rlusis new file mode 100644 index 000000000..879b71cce --- /dev/null +++ b/data_descriptors/variables/limon.rlusis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rlusis.json b/data_descriptors/variables/limon.rlusis.json new file mode 100644 index 000000000..879b71cce --- /dev/null +++ b/data_descriptors/variables/limon.rlusis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rlusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Longwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusIs", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rsdsis b/data_descriptors/variables/limon.rsdsis new file mode 100644 index 000000000..f67e5cd66 --- /dev/null +++ b/data_descriptors/variables/limon.rsdsis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rsdsis.json b/data_descriptors/variables/limon.rsdsis.json new file mode 100644 index 000000000..f67e5cd66 --- /dev/null +++ b/data_descriptors/variables/limon.rsdsis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rsdsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Surface solar irradiance for UV calculations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Downwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdsIs", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rsusis b/data_descriptors/variables/limon.rsusis new file mode 100644 index 000000000..83ee89c3f --- /dev/null +++ b/data_descriptors/variables/limon.rsusis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.rsusis.json b/data_descriptors/variables/limon.rsusis.json new file mode 100644 index 000000000..83ee89c3f --- /dev/null +++ b/data_descriptors/variables/limon.rsusis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.rsusis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Upwelling Shortwave Radiation", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusIs", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sbl b/data_descriptors/variables/limon.sbl new file mode 100644 index 000000000..019fbee56 --- /dev/null +++ b/data_descriptors/variables/limon.sbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sbl.json b/data_descriptors/variables/limon.sbl.json new file mode 100644 index 000000000..019fbee56 --- /dev/null +++ b/data_descriptors/variables/limon.sbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sblis b/data_descriptors/variables/limon.sblis new file mode 100644 index 000000000..d62710374 --- /dev/null +++ b/data_descriptors/variables/limon.sblis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sblis.json b/data_descriptors/variables/limon.sblis.json new file mode 100644 index 000000000..d62710374 --- /dev/null +++ b/data_descriptors/variables/limon.sblis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sblis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sblIs", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sftflf b/data_descriptors/variables/limon.sftflf new file mode 100644 index 000000000..4eec78f78 --- /dev/null +++ b/data_descriptors/variables/limon.sftflf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sftflf.json b/data_descriptors/variables/limon.sftflf.json new file mode 100644 index 000000000..4eec78f78 --- /dev/null +++ b/data_descriptors/variables/limon.sftflf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sftflf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by floating ice shelf, the component of the ice sheet that is flowing over sea water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Floating Ice Shelf Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftflf", + "positive": "", + "standard_name": "floating_ice_shelf_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sftgrf b/data_descriptors/variables/limon.sftgrf new file mode 100644 index 000000000..ab9062b3f --- /dev/null +++ b/data_descriptors/variables/limon.sftgrf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sftgrf.json b/data_descriptors/variables/limon.sftgrf.json new file mode 100644 index 000000000..ab9062b3f --- /dev/null +++ b/data_descriptors/variables/limon.sftgrf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sftgrf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by grounded ice sheet", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grounded Ice Sheet Area Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgrf", + "positive": "", + "standard_name": "grounded_ice_sheet_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snc b/data_descriptors/variables/limon.snc new file mode 100644 index 000000000..4a83511b6 --- /dev/null +++ b/data_descriptors/variables/limon.snc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snc.json b/data_descriptors/variables/limon.snc.json new file mode 100644 index 000000000..4a83511b6 --- /dev/null +++ b/data_descriptors/variables/limon.snc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sncis b/data_descriptors/variables/limon.sncis new file mode 100644 index 000000000..1e1d836be --- /dev/null +++ b/data_descriptors/variables/limon.sncis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sncis.json b/data_descriptors/variables/limon.sncis.json new file mode 100644 index 000000000..1e1d836be --- /dev/null +++ b/data_descriptors/variables/limon.sncis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.sncis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Percentage of each grid cell that is occupied by snow that rests on land portion of cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Cover Percentage", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sncIs", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snd b/data_descriptors/variables/limon.snd new file mode 100644 index 000000000..0c187bf0a --- /dev/null +++ b/data_descriptors/variables/limon.snd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snd.json b/data_descriptors/variables/limon.snd.json new file mode 100644 index 000000000..0c187bf0a --- /dev/null +++ b/data_descriptors/variables/limon.snd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Depth", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snd", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snicefreezis b/data_descriptors/variables/limon.snicefreezis new file mode 100644 index 000000000..1228798a0 --- /dev/null +++ b/data_descriptors/variables/limon.snicefreezis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snicefreezis.json b/data_descriptors/variables/limon.snicefreezis.json new file mode 100644 index 000000000..1228798a0 --- /dev/null +++ b/data_descriptors/variables/limon.snicefreezis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snicefreezis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Mass flux of surface meltwater which refreezes within the snowpack. Computed as the total refreezing on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Refreeze Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicefreezIs", + "positive": "", + "standard_name": "surface_snow_and_ice_refreezing_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snicemis b/data_descriptors/variables/limon.snicemis new file mode 100644 index 000000000..8eb2f7f04 --- /dev/null +++ b/data_descriptors/variables/limon.snicemis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snicemis.json b/data_descriptors/variables/limon.snicemis.json new file mode 100644 index 000000000..8eb2f7f04 --- /dev/null +++ b/data_descriptors/variables/limon.snicemis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snicemis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Loss of snow and ice mass resulting from surface melting. Computed as the total surface melt on the land ice portion of the grid cell divided by land ice area in the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow and Ice Melt Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snicemIs", + "positive": "", + "standard_name": "surface_snow_and_ice_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snm b/data_descriptors/variables/limon.snm new file mode 100644 index 000000000..5b1bd846b --- /dev/null +++ b/data_descriptors/variables/limon.snm @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snm.json b/data_descriptors/variables/limon.snm.json new file mode 100644 index 000000000..5b1bd846b --- /dev/null +++ b/data_descriptors/variables/limon.snm.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Melt", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snm", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snmis b/data_descriptors/variables/limon.snmis new file mode 100644 index 000000000..068cb2a47 --- /dev/null +++ b/data_descriptors/variables/limon.snmis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snmis.json b/data_descriptors/variables/limon.snmis.json new file mode 100644 index 000000000..068cb2a47 --- /dev/null +++ b/data_descriptors/variables/limon.snmis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.snmis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "The total surface snow melt rate on the land portion of the grid cell divided by the land area in the grid cell; report as zero for snow-free land regions and missing where there is no land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Snow Melt", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmIs", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snw b/data_descriptors/variables/limon.snw new file mode 100644 index 000000000..11697580b --- /dev/null +++ b/data_descriptors/variables/limon.snw @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.snw.json b/data_descriptors/variables/limon.snw.json new file mode 100644 index 000000000..11697580b --- /dev/null +++ b/data_descriptors/variables/limon.snw.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.snw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Snow Amount", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snw", + "positive": "", + "standard_name": "surface_snow_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sootsn b/data_descriptors/variables/limon.sootsn new file mode 100644 index 000000000..fb56eb6f3 --- /dev/null +++ b/data_descriptors/variables/limon.sootsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.sootsn.json b/data_descriptors/variables/limon.sootsn.json new file mode 100644 index 000000000..fb56eb6f3 --- /dev/null +++ b/data_descriptors/variables/limon.sootsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.sootsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the entire land portion of the grid cell is considered, with snow soot content set to 0.0 in regions free of snow.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Soot Content", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sootsn", + "positive": "", + "standard_name": "soot_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tasis b/data_descriptors/variables/limon.tasis new file mode 100644 index 000000000..d4687cbeb --- /dev/null +++ b/data_descriptors/variables/limon.tasis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tasis.json b/data_descriptors/variables/limon.tasis.json new file mode 100644 index 000000000..d4687cbeb --- /dev/null +++ b/data_descriptors/variables/limon.tasis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tasis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "near-surface (usually, 2 meter) air temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Near-Surface Air Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasIs", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tpf b/data_descriptors/variables/limon.tpf new file mode 100644 index 000000000..16dd0ac8a --- /dev/null +++ b/data_descriptors/variables/limon.tpf @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tpf.json b/data_descriptors/variables/limon.tpf.json new file mode 100644 index 000000000..16dd0ac8a --- /dev/null +++ b/data_descriptors/variables/limon.tpf.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.tpf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mean thickness of the permafrost layer in the land portion of the grid cell. Reported as zero in permafrost-free regions.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Permafrost Layer Thickness", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tpf", + "positive": "", + "standard_name": "permafrost_layer_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsis b/data_descriptors/variables/limon.tsis new file mode 100644 index 000000000..b58e29bfb --- /dev/null +++ b/data_descriptors/variables/limon.tsis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsis.json b/data_descriptors/variables/limon.tsis.json new file mode 100644 index 000000000..b58e29bfb --- /dev/null +++ b/data_descriptors/variables/limon.tsis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tsis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "Temperature of the lower boundary of the atmosphere", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Surface Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsIs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsn b/data_descriptors/variables/limon.tsn new file mode 100644 index 000000000..811587653 --- /dev/null +++ b/data_descriptors/variables/limon.tsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsn.json b/data_descriptors/variables/limon.tsn.json new file mode 100644 index 000000000..811587653 --- /dev/null +++ b/data_descriptors/variables/limon.tsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "limon.tsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean (with samples weighted by snow mass)", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Internal Temperature", + "modeling_realm": [ + "landIce", + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsn", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsnis b/data_descriptors/variables/limon.tsnis new file mode 100644 index 000000000..ff17d99c3 --- /dev/null +++ b/data_descriptors/variables/limon.tsnis @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/limon.tsnis.json b/data_descriptors/variables/limon.tsnis.json new file mode 100644 index 000000000..ff17d99c3 --- /dev/null +++ b/data_descriptors/variables/limon.tsnis.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "limon.tsnis.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "limon.json", + "mip-era": "cmip6" + }, + { + "id": "limon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where ice_sheet", + "comment": "This temperature is averaged over all the snow in the grid cell that rests on land or land ice. When computing the time-mean here, the time samples, weighted by the mass of snow on the land portion of the grid cell, are accumulated and then divided by the sum of the weights. Reported as missing in regions free of snow on land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ice Sheet Snow Internal Temperature", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsnIs", + "positive": "", + "standard_name": "temperature_in_surface_snow", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lisubhrptsite.sbl b/data_descriptors/variables/lisubhrptsite.sbl new file mode 100644 index 000000000..1982ebc04 --- /dev/null +++ b/data_descriptors/variables/lisubhrptsite.sbl @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lisubhrptsite.sbl.json b/data_descriptors/variables/lisubhrptsite.sbl.json new file mode 100644 index 000000000..1982ebc04 --- /dev/null +++ b/data_descriptors/variables/lisubhrptsite.sbl.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lisubhrptsite.sbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6" + }, + { + "id": "lisubhrptsite.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: point time: point", + "comment": "The snow and ice sublimation flux is the loss of snow and ice mass per unit area from the surface resulting from their direct conversion to water vapor that enters the atmosphere.", + "dimensions": [ + "site", + "time1" + ], + "frequency": "subhrPt", + "long_name": "Surface Snow and Ice Sublimation Flux", + "modeling_realm": [ + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sbl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.gpp b/data_descriptors/variables/lp3hr.gpp new file mode 100644 index 000000000..98109663c --- /dev/null +++ b/data_descriptors/variables/lp3hr.gpp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.gpp.json b/data_descriptors/variables/lp3hr.gpp.json new file mode 100644 index 000000000..98109663c --- /dev/null +++ b/data_descriptors/variables/lp3hr.gpp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.mrro b/data_descriptors/variables/lp3hr.mrro new file mode 100644 index 000000000..7f6281b76 --- /dev/null +++ b/data_descriptors/variables/lp3hr.mrro @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.mrro.json b/data_descriptors/variables/lp3hr.mrro.json new file mode 100644 index 000000000..7f6281b76 --- /dev/null +++ b/data_descriptors/variables/lp3hr.mrro.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.ra b/data_descriptors/variables/lp3hr.ra new file mode 100644 index 000000000..f5326d65c --- /dev/null +++ b/data_descriptors/variables/lp3hr.ra @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.ra.json b/data_descriptors/variables/lp3hr.ra.json new file mode 100644 index 000000000..f5326d65c --- /dev/null +++ b/data_descriptors/variables/lp3hr.ra.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.rh b/data_descriptors/variables/lp3hr.rh new file mode 100644 index 000000000..ed806104e --- /dev/null +++ b/data_descriptors/variables/lp3hr.rh @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hr.rh.json b/data_descriptors/variables/lp3hr.rh.json new file mode 100644 index 000000000..ed806104e --- /dev/null +++ b/data_descriptors/variables/lp3hr.rh.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hr.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hr.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "3hr", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hrpt.mrsos b/data_descriptors/variables/lp3hrpt.mrsos new file mode 100644 index 000000000..317d4c401 --- /dev/null +++ b/data_descriptors/variables/lp3hrpt.mrsos @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hrpt.mrsos.json b/data_descriptors/variables/lp3hrpt.mrsos.json new file mode 100644 index 000000000..317d4c401 --- /dev/null +++ b/data_descriptors/variables/lp3hrpt.mrsos.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp3hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "3hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hrpt.tslsi b/data_descriptors/variables/lp3hrpt.tslsi new file mode 100644 index 000000000..255a04b15 --- /dev/null +++ b/data_descriptors/variables/lp3hrpt.tslsi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp3hrpt.tslsi.json b/data_descriptors/variables/lp3hrpt.tslsi.json new file mode 100644 index 000000000..255a04b15 --- /dev/null +++ b/data_descriptors/variables/lp3hrpt.tslsi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lp3hrpt.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean (comment: over land and sea ice) time: point", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.mrsol b/data_descriptors/variables/lp6hrpt.mrsol new file mode 100644 index 000000000..73130f0ee --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.mrsol @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.mrsol.json b/data_descriptors/variables/lp6hrpt.mrsol.json new file mode 100644 index 000000000..73130f0ee --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.mrsol.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean time: point", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time1" + ], + "frequency": "6hrPt", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.mrsos b/data_descriptors/variables/lp6hrpt.mrsos new file mode 100644 index 000000000..f39588dcc --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.mrsos @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.mrsos.json b/data_descriptors/variables/lp6hrpt.mrsos.json new file mode 100644 index 000000000..f39588dcc --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.mrsos.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.tsl b/data_descriptors/variables/lp6hrpt.tsl new file mode 100644 index 000000000..b248864ad --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.tsl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lp6hrpt.tsl.json b/data_descriptors/variables/lp6hrpt.tsl.json new file mode 100644 index 000000000..b248864ad --- /dev/null +++ b/data_descriptors/variables/lp6hrpt.tsl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lp6hrpt.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lp6hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lp6hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "time1", + "sdepth1" + ], + "frequency": "6hrPt", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.albc b/data_descriptors/variables/lpday.albc new file mode 100644 index 000000000..32467eb98 --- /dev/null +++ b/data_descriptors/variables/lpday.albc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.albc.json b/data_descriptors/variables/lpday.albc.json new file mode 100644 index 000000000..32467eb98 --- /dev/null +++ b/data_descriptors/variables/lpday.albc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.albc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Albedo of the vegetation: fraction of incoming solar radiation which is reflected before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albc", + "positive": "", + "standard_name": "canopy_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.albsn b/data_descriptors/variables/lpday.albsn new file mode 100644 index 000000000..9cfb7e6eb --- /dev/null +++ b/data_descriptors/variables/lpday.albsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.albsn.json b/data_descriptors/variables/lpday.albsn.json new file mode 100644 index 000000000..9cfb7e6eb --- /dev/null +++ b/data_descriptors/variables/lpday.albsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.albsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where snow (comment: mask=snc)", + "comment": "Albedo of the snow-covered surface, averaged over the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Albedo", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "albsn", + "positive": "", + "standard_name": "surface_albedo", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.ares b/data_descriptors/variables/lpday.ares new file mode 100644 index 000000000..a921ffabc --- /dev/null +++ b/data_descriptors/variables/lpday.ares @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.ares.json b/data_descriptors/variables/lpday.ares.json new file mode 100644 index 000000000..a921ffabc --- /dev/null +++ b/data_descriptors/variables/lpday.ares.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.ares.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The 'aerodynamic_resistance' is the resistance to mixing through the boundary layer toward the surface by means of the dominant process, turbulent transport. Reference: Wesely, M. L., 1989, doi:10.1016/0004-6981(89)90153-4.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Aerodynamic Resistance", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ares", + "positive": "", + "standard_name": "aerodynamic_resistance", + "units": "s m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.cnc b/data_descriptors/variables/lpday.cnc new file mode 100644 index 000000000..33e78eabe --- /dev/null +++ b/data_descriptors/variables/lpday.cnc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.cnc.json b/data_descriptors/variables/lpday.cnc.json new file mode 100644 index 000000000..33e78eabe --- /dev/null +++ b/data_descriptors/variables/lpday.cnc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.cnc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Percentage of area covered by vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Canopy Covered Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cnc", + "positive": "", + "standard_name": "vegetation_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.cw b/data_descriptors/variables/lpday.cw new file mode 100644 index 000000000..328f614df --- /dev/null +++ b/data_descriptors/variables/lpday.cw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.cw.json b/data_descriptors/variables/lpday.cw.json new file mode 100644 index 000000000..328f614df --- /dev/null +++ b/data_descriptors/variables/lpday.cw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.cw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Amount' means mass per unit area. 'Water' means water in all phases, including frozen i.e. ice and snow. 'Canopy' means the plant or vegetation canopy. The canopy water is the water on the canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Canopy Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cw", + "positive": "", + "standard_name": "canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dcw b/data_descriptors/variables/lpday.dcw new file mode 100644 index 000000000..2236f84ce --- /dev/null +++ b/data_descriptors/variables/lpday.dcw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dcw.json b/data_descriptors/variables/lpday.dcw.json new file mode 100644 index 000000000..2236f84ce --- /dev/null +++ b/data_descriptors/variables/lpday.dcw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dcw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Canopy' means the plant or vegetation canopy. Canopy water is the water on the canopy. 'Water' means water in all phases, including frozen, i.e. ice and snow. 'Amount' means mass per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Interception Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcw", + "positive": "", + "standard_name": "change_over_time_in_canopy_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dgw b/data_descriptors/variables/lpday.dgw new file mode 100644 index 000000000..7e1e54df4 --- /dev/null +++ b/data_descriptors/variables/lpday.dgw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dgw.json b/data_descriptors/variables/lpday.dgw.json new file mode 100644 index 000000000..7e1e54df4 --- /dev/null +++ b/data_descriptors/variables/lpday.dgw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dgw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Groundwater is subsurface water below the depth of the water table.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Groundwater", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dgw", + "positive": "", + "standard_name": "change_over_time_in_groundwater_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dmlt b/data_descriptors/variables/lpday.dmlt new file mode 100644 index 000000000..6b991b719 --- /dev/null +++ b/data_descriptors/variables/lpday.dmlt @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dmlt.json b/data_descriptors/variables/lpday.dmlt.json new file mode 100644 index 000000000..6b991b719 --- /dev/null +++ b/data_descriptors/variables/lpday.dmlt.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.dmlt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where unfrozen_soil", + "comment": "Depth from surface to the zero degree isotherm. Above this isotherm T > 0o, and below this line T < 0o. Missing if surface is frozen or if soil is unfrozen at all depths.", + "dimensions": [ + "longitude", + "latitude", + "time", + "stempzero" + ], + "frequency": "day", + "long_name": "Depth to Soil Thaw", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmlt", + "positive": "", + "standard_name": "depth_at_shallowest_isotherm_defined_by_soil_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.drivw b/data_descriptors/variables/lpday.drivw new file mode 100644 index 000000000..40578e9bb --- /dev/null +++ b/data_descriptors/variables/lpday.drivw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.drivw.json b/data_descriptors/variables/lpday.drivw.json new file mode 100644 index 000000000..40578e9bb --- /dev/null +++ b/data_descriptors/variables/lpday.drivw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.drivw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Change over time of the mass of water per unit area in the fluvial system (stream and floodplain).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in River Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "drivw", + "positive": "", + "standard_name": "change_over_time_in_river_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dslw b/data_descriptors/variables/lpday.dslw new file mode 100644 index 000000000..9ef965f1b --- /dev/null +++ b/data_descriptors/variables/lpday.dslw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dslw.json b/data_descriptors/variables/lpday.dslw.json new file mode 100644 index 000000000..9ef965f1b --- /dev/null +++ b/data_descriptors/variables/lpday.dslw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dslw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'change_over_time_in_X' means change in a quantity X over a time-interval, which should be defined by the bounds of the time coordinate. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dslw", + "positive": "", + "standard_name": "change_over_time_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dsn b/data_descriptors/variables/lpday.dsn new file mode 100644 index 000000000..e44802403 --- /dev/null +++ b/data_descriptors/variables/lpday.dsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dsn.json b/data_descriptors/variables/lpday.dsn.json new file mode 100644 index 000000000..e44802403 --- /dev/null +++ b/data_descriptors/variables/lpday.dsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in time of the mass per unit area of ice in glaciers, ice caps, ice sheets and shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow Water Equivalent", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsn", + "positive": "", + "standard_name": "change_over_time_in_amount_of_ice_and_snow_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dsw b/data_descriptors/variables/lpday.dsw new file mode 100644 index 000000000..bacdbc117 --- /dev/null +++ b/data_descriptors/variables/lpday.dsw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dsw.json b/data_descriptors/variables/lpday.dsw.json new file mode 100644 index 000000000..bacdbc117 --- /dev/null +++ b/data_descriptors/variables/lpday.dsw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dsw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The phrase 'land_water_amount', often known as 'Terrestrial Water Storage', includes: surface liquid water (water in rivers, wetlands, lakes, reservoirs, rainfall intercepted by the canopy); surface ice and snow (glaciers, ice caps, grounded ice sheets not displacing sea water, river and lake ice, other surface ice such as frozen flood water, snow lying on the surface and intercepted by the canopy); subsurface water (liquid and frozen soil water, groundwater).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dsw", + "positive": "", + "standard_name": "change_over_time_in_land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dtes b/data_descriptors/variables/lpday.dtes new file mode 100644 index 000000000..2991ef85e --- /dev/null +++ b/data_descriptors/variables/lpday.dtes @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dtes.json b/data_descriptors/variables/lpday.dtes.json new file mode 100644 index 000000000..2991ef85e --- /dev/null +++ b/data_descriptors/variables/lpday.dtes.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dtes.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in heat storage over the soil layer and the vegetation for which the energy balance is calculated, accumulated over the sampling time interval.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Surface Heat Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtes", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_vegetation_and_litter_and_soil", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dtesn b/data_descriptors/variables/lpday.dtesn new file mode 100644 index 000000000..fe938dd9e --- /dev/null +++ b/data_descriptors/variables/lpday.dtesn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.dtesn.json b/data_descriptors/variables/lpday.dtesn.json new file mode 100644 index 000000000..fe938dd9e --- /dev/null +++ b/data_descriptors/variables/lpday.dtesn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.dtesn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Change in cold content over the snow layer for which the energy balance is calculated, accumulated over the sampling time interval. This should also include the energy contained in the liquid water in the snow pack.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Change in Snow and Ice Cold Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dtesn", + "positive": "", + "standard_name": "change_over_time_in_thermal_energy_content_of_ice_and_snow_on_land", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.ec b/data_descriptors/variables/lpday.ec new file mode 100644 index 000000000..1429764a4 --- /dev/null +++ b/data_descriptors/variables/lpday.ec @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.ec.json b/data_descriptors/variables/lpday.ec.json new file mode 100644 index 000000000..1429764a4 --- /dev/null +++ b/data_descriptors/variables/lpday.ec.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.ec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation flux from water in all phases on the vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Interception Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ec", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.eow b/data_descriptors/variables/lpday.eow new file mode 100644 index 000000000..f09eb1b66 --- /dev/null +++ b/data_descriptors/variables/lpday.eow @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.eow.json b/data_descriptors/variables/lpday.eow.json new file mode 100644 index 000000000..f09eb1b66 --- /dev/null +++ b/data_descriptors/variables/lpday.eow.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.eow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation (conversion of liquid or solid into vapor) from open water. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Open Water Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eow", + "positive": "", + "standard_name": "surface_water_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.es b/data_descriptors/variables/lpday.es new file mode 100644 index 000000000..5500465c3 --- /dev/null +++ b/data_descriptors/variables/lpday.es @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.es.json b/data_descriptors/variables/lpday.es.json new file mode 100644 index 000000000..5500465c3 --- /dev/null +++ b/data_descriptors/variables/lpday.es.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.es.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Bare Soil Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "es", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.esn b/data_descriptors/variables/lpday.esn new file mode 100644 index 000000000..e24341d7e --- /dev/null +++ b/data_descriptors/variables/lpday.esn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.esn.json b/data_descriptors/variables/lpday.esn.json new file mode 100644 index 000000000..e24341d7e --- /dev/null +++ b/data_descriptors/variables/lpday.esn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.esn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water here means water in all phases. Evaporation is the conversion of liquid or solid into vapor. (The conversion of solid alone into vapor is called 'sublimation'.) In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. Unless indicated in the cell_methods attribute, a quantity is assumed to apply to the whole area of each horizontal grid box. Previously, the qualifier where_type was used to specify that the quantity applies only to the part of the grid box of the named type. Names containing the where_type qualifier are deprecated and newly created data should use the cell_methods attribute to indicate the horizontal area to which the quantity applies.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Evaporation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "esn", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.evspsbl b/data_descriptors/variables/lpday.evspsbl new file mode 100644 index 000000000..aa28eab42 --- /dev/null +++ b/data_descriptors/variables/lpday.evspsbl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.evspsbl.json b/data_descriptors/variables/lpday.evspsbl.json new file mode 100644 index 000000000..aa28eab42 --- /dev/null +++ b/data_descriptors/variables/lpday.evspsbl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.evspsbl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Evaporation Including Sublimation and Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsbl", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.evspsblpot b/data_descriptors/variables/lpday.evspsblpot new file mode 100644 index 000000000..327e6d2bf --- /dev/null +++ b/data_descriptors/variables/lpday.evspsblpot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.evspsblpot.json b/data_descriptors/variables/lpday.evspsblpot.json new file mode 100644 index 000000000..327e6d2bf --- /dev/null +++ b/data_descriptors/variables/lpday.evspsblpot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.lai b/data_descriptors/variables/lpday.lai new file mode 100644 index 000000000..471acbdbd --- /dev/null +++ b/data_descriptors/variables/lpday.lai @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.lai.json b/data_descriptors/variables/lpday.lai.json new file mode 100644 index 000000000..471acbdbd --- /dev/null +++ b/data_descriptors/variables/lpday.lai.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrfsofr b/data_descriptors/variables/lpday.mrfsofr new file mode 100644 index 000000000..77eea9a3f --- /dev/null +++ b/data_descriptors/variables/lpday.mrfsofr @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrfsofr.json b/data_descriptors/variables/lpday.mrfsofr.json new file mode 100644 index 000000000..77eea9a3f --- /dev/null +++ b/data_descriptors/variables/lpday.mrfsofr.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrfsofr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the solid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Frozen Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfsofr", + "positive": "", + "standard_name": "mass_fraction_of_frozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrlqso b/data_descriptors/variables/lpday.mrlqso new file mode 100644 index 000000000..bde252639 --- /dev/null +++ b/data_descriptors/variables/lpday.mrlqso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrlqso.json b/data_descriptors/variables/lpday.mrlqso.json new file mode 100644 index 000000000..bde252639 --- /dev/null +++ b/data_descriptors/variables/lpday.mrlqso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrlqso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Fraction of soil moisture mass in the liquid phase in each user-defined soil layer (3D variable)", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Average Layer Fraction of Liquid Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlqso", + "positive": "", + "standard_name": "mass_fraction_of_unfrozen_water_in_soil_moisture", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrro b/data_descriptors/variables/lpday.mrro new file mode 100644 index 000000000..8dfffee58 --- /dev/null +++ b/data_descriptors/variables/lpday.mrro @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrro.json b/data_descriptors/variables/lpday.mrro.json new file mode 100644 index 000000000..8dfffee58 --- /dev/null +++ b/data_descriptors/variables/lpday.mrro.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrrob b/data_descriptors/variables/lpday.mrrob new file mode 100644 index 000000000..df294eef4 --- /dev/null +++ b/data_descriptors/variables/lpday.mrrob @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrrob.json b/data_descriptors/variables/lpday.mrrob.json new file mode 100644 index 000000000..df294eef4 --- /dev/null +++ b/data_descriptors/variables/lpday.mrrob.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrrob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Subsurface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrrob", + "positive": "", + "standard_name": "subsurface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrros b/data_descriptors/variables/lpday.mrros new file mode 100644 index 000000000..49424ac8b --- /dev/null +++ b/data_descriptors/variables/lpday.mrros @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrros.json b/data_descriptors/variables/lpday.mrros.json new file mode 100644 index 000000000..49424ac8b --- /dev/null +++ b/data_descriptors/variables/lpday.mrros.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsfl b/data_descriptors/variables/lpday.mrsfl new file mode 100644 index 000000000..60f5c7fad --- /dev/null +++ b/data_descriptors/variables/lpday.mrsfl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsfl.json b/data_descriptors/variables/lpday.mrsfl.json new file mode 100644 index 000000000..60f5c7fad --- /dev/null +++ b/data_descriptors/variables/lpday.mrsfl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsll b/data_descriptors/variables/lpday.mrsll new file mode 100644 index 000000000..40e83a523 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsll @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsll.json b/data_descriptors/variables/lpday.mrsll.json new file mode 100644 index 000000000..40e83a523 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsll.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrso b/data_descriptors/variables/lpday.mrso new file mode 100644 index 000000000..181cd2027 --- /dev/null +++ b/data_descriptors/variables/lpday.mrso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrso.json b/data_descriptors/variables/lpday.mrso.json new file mode 100644 index 000000000..181cd2027 --- /dev/null +++ b/data_descriptors/variables/lpday.mrso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsol b/data_descriptors/variables/lpday.mrsol new file mode 100644 index 000000000..5c65ed73b --- /dev/null +++ b/data_descriptors/variables/lpday.mrsol @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsol.json b/data_descriptors/variables/lpday.mrsol.json new file mode 100644 index 000000000..5c65ed73b --- /dev/null +++ b/data_descriptors/variables/lpday.mrsol.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsos b/data_descriptors/variables/lpday.mrsos new file mode 100644 index 000000000..4ddf4f4e0 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsos @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsos.json b/data_descriptors/variables/lpday.mrsos.json new file mode 100644 index 000000000..4ddf4f4e0 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsos.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "day", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsow b/data_descriptors/variables/lpday.mrsow new file mode 100644 index 000000000..c75e0f2b4 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsow @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrsow.json b/data_descriptors/variables/lpday.mrsow.json new file mode 100644 index 000000000..c75e0f2b4 --- /dev/null +++ b/data_descriptors/variables/lpday.mrsow.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrsow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vertically integrated soil moisture divided by maximum allowable soil moisture above wilting point.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Total Soil Wetness", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsow", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrtws b/data_descriptors/variables/lpday.mrtws new file mode 100644 index 000000000..bf1316089 --- /dev/null +++ b/data_descriptors/variables/lpday.mrtws @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.mrtws.json b/data_descriptors/variables/lpday.mrtws.json new file mode 100644 index 000000000..bf1316089 --- /dev/null +++ b/data_descriptors/variables/lpday.mrtws.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.nudgincsm b/data_descriptors/variables/lpday.nudgincsm new file mode 100644 index 000000000..2b18cbfc7 --- /dev/null +++ b/data_descriptors/variables/lpday.nudgincsm @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.nudgincsm.json b/data_descriptors/variables/lpday.nudgincsm.json new file mode 100644 index 000000000..2b18cbfc7 --- /dev/null +++ b/data_descriptors/variables/lpday.nudgincsm.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.nudgincsm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. 'Content' indicates a quantity per unit area. 'Water' means water in all phases. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincsm", + "positive": "", + "standard_name": "nudging_increment_in_mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.nudgincswe b/data_descriptors/variables/lpday.nudgincswe new file mode 100644 index 000000000..e3877add3 --- /dev/null +++ b/data_descriptors/variables/lpday.nudgincswe @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.nudgincswe.json b/data_descriptors/variables/lpday.nudgincswe.json new file mode 100644 index 000000000..e3877add3 --- /dev/null +++ b/data_descriptors/variables/lpday.nudgincswe.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.nudgincswe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A nudging increment refers to an amount added to parts of a model system. The phrase 'nudging_increment_in_X' refers to an increment in quantity X over a time period which should be defined in the bounds of the time coordinate. The surface called 'surface' means the lower boundary of the atmosphere. 'Amount' means mass per unit area. 'Snow and ice on land' means ice in glaciers, ice caps, ice sheets & shelves, river and lake ice, any other ice on a land surface, such as frozen flood water, and snow lying on such ice or on the land surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Nudging Increment of Water in Snow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nudgincswe", + "positive": "", + "standard_name": "nudging_increment_in_snow_and_ice_amount_on_land", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.prveg b/data_descriptors/variables/lpday.prveg new file mode 100644 index 000000000..6d5af0b54 --- /dev/null +++ b/data_descriptors/variables/lpday.prveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.prveg.json b/data_descriptors/variables/lpday.prveg.json new file mode 100644 index 000000000..6d5af0b54 --- /dev/null +++ b/data_descriptors/variables/lpday.prveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.qgwr b/data_descriptors/variables/lpday.qgwr new file mode 100644 index 000000000..60f82bb0d --- /dev/null +++ b/data_descriptors/variables/lpday.qgwr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.qgwr.json b/data_descriptors/variables/lpday.qgwr.json new file mode 100644 index 000000000..60f82bb0d --- /dev/null +++ b/data_descriptors/variables/lpday.qgwr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.qgwr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass flux of water from the soil layer into ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Groundwater Recharge from Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "qgwr", + "positive": "", + "standard_name": "downward_liquid_water_mass_flux_into_groundwater", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rivi b/data_descriptors/variables/lpday.rivi new file mode 100644 index 000000000..dbf0d269a --- /dev/null +++ b/data_descriptors/variables/lpday.rivi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rivi.json b/data_descriptors/variables/lpday.rivi.json new file mode 100644 index 000000000..dbf0d269a --- /dev/null +++ b/data_descriptors/variables/lpday.rivi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rivi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Inflow of River Water into Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Inflow", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivi", + "positive": "", + "standard_name": "incoming_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rivo b/data_descriptors/variables/lpday.rivo new file mode 100644 index 000000000..a8a2e007f --- /dev/null +++ b/data_descriptors/variables/lpday.rivo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rivo.json b/data_descriptors/variables/lpday.rivo.json new file mode 100644 index 000000000..a8a2e007f --- /dev/null +++ b/data_descriptors/variables/lpday.rivo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rivo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Outflow of River Water from Cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "River Discharge", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rivo", + "positive": "", + "standard_name": "outgoing_water_volume_transport_along_river_channel", + "units": "m3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rzwc b/data_descriptors/variables/lpday.rzwc new file mode 100644 index 000000000..a4ca545b8 --- /dev/null +++ b/data_descriptors/variables/lpday.rzwc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.rzwc.json b/data_descriptors/variables/lpday.rzwc.json new file mode 100644 index 000000000..a4ca545b8 --- /dev/null +++ b/data_descriptors/variables/lpday.rzwc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.rzwc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. The content of a soil layer is the vertical integral of the specified quantity within the layer. The quantity with standard name mass_content_of_water_in_soil_layer_defined_by_root_depth is the vertical integral between the surface and the depth to which plant roots penetrate. A coordinate variable or scalar coordinate variable with standard name root_depth can be used to specify the extent of the layer. 'Water' means water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Root Zone Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rzwc", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer_defined_by_root_depth", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.sw b/data_descriptors/variables/lpday.sw new file mode 100644 index 000000000..c18439074 --- /dev/null +++ b/data_descriptors/variables/lpday.sw @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.sw.json b/data_descriptors/variables/lpday.sw.json new file mode 100644 index 000000000..c18439074 --- /dev/null +++ b/data_descriptors/variables/lpday.sw.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.sw.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total liquid water storage, other than soil, snow or interception storage (i.e. lakes, river channel or depression storage).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw", + "positive": "", + "standard_name": "land_surface_liquid_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tcs b/data_descriptors/variables/lpday.tcs new file mode 100644 index 000000000..46e979ec5 --- /dev/null +++ b/data_descriptors/variables/lpday.tcs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tcs.json b/data_descriptors/variables/lpday.tcs.json new file mode 100644 index 000000000..46e979ec5 --- /dev/null +++ b/data_descriptors/variables/lpday.tcs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tcs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Vegetation temperature, averaged over all vegetation types", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Vegetation Canopy Temperature", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tcs", + "positive": "", + "standard_name": "canopy_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tgs b/data_descriptors/variables/lpday.tgs new file mode 100644 index 000000000..2e7b08c7a --- /dev/null +++ b/data_descriptors/variables/lpday.tgs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tgs.json b/data_descriptors/variables/lpday.tgs.json new file mode 100644 index 000000000..2e7b08c7a --- /dev/null +++ b/data_descriptors/variables/lpday.tgs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tgs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface bare soil temperature", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tgs", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tran b/data_descriptors/variables/lpday.tran new file mode 100644 index 000000000..eec7c0f36 --- /dev/null +++ b/data_descriptors/variables/lpday.tran @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tran.json b/data_descriptors/variables/lpday.tran.json new file mode 100644 index 000000000..eec7c0f36 --- /dev/null +++ b/data_descriptors/variables/lpday.tran.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tsl b/data_descriptors/variables/lpday.tsl new file mode 100644 index 000000000..5d9b856de --- /dev/null +++ b/data_descriptors/variables/lpday.tsl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tsl.json b/data_descriptors/variables/lpday.tsl.json new file mode 100644 index 000000000..5d9b856de --- /dev/null +++ b/data_descriptors/variables/lpday.tsl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpday.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "day", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tslsi b/data_descriptors/variables/lpday.tslsi new file mode 100644 index 000000000..58d083583 --- /dev/null +++ b/data_descriptors/variables/lpday.tslsi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.tslsi.json b/data_descriptors/variables/lpday.tslsi.json new file mode 100644 index 000000000..58d083583 --- /dev/null +++ b/data_descriptors/variables/lpday.tslsi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.tslsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean (comment: over land and sea ice)", + "comment": "Surface temperature of all surfaces except open ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature Where Land or Sea Ice", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsi", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.wtd b/data_descriptors/variables/lpday.wtd new file mode 100644 index 000000000..eb2e2d18f --- /dev/null +++ b/data_descriptors/variables/lpday.wtd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpday.wtd.json b/data_descriptors/variables/lpday.wtd.json new file mode 100644 index 000000000..eb2e2d18f --- /dev/null +++ b/data_descriptors/variables/lpday.wtd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpday.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpday.json", + "mip-era": "cmip6" + }, + { + "id": "lpday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.areacellr b/data_descriptors/variables/lpfx.areacellr new file mode 100644 index 000000000..8cfe3eb45 --- /dev/null +++ b/data_descriptors/variables/lpfx.areacellr @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.areacellr.json b/data_descriptors/variables/lpfx.areacellr.json new file mode 100644 index 000000000..8cfe3eb45 --- /dev/null +++ b/data_descriptors/variables/lpfx.areacellr.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.areacellr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "For river routing model, if grid differs from the atmospheric grid.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for River Model Variables", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacellr", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.clayfrac b/data_descriptors/variables/lpfx.clayfrac new file mode 100644 index 000000000..efb3a2c18 --- /dev/null +++ b/data_descriptors/variables/lpfx.clayfrac @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.clayfrac.json b/data_descriptors/variables/lpfx.clayfrac.json new file mode 100644 index 000000000..efb3a2c18 --- /dev/null +++ b/data_descriptors/variables/lpfx.clayfrac.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.clayfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Clay Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "clayfrac", + "positive": "", + "standard_name": "volume_fraction_of_clay_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.fldcapacity b/data_descriptors/variables/lpfx.fldcapacity new file mode 100644 index 000000000..4a36b412c --- /dev/null +++ b/data_descriptors/variables/lpfx.fldcapacity @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.fldcapacity.json b/data_descriptors/variables/lpfx.fldcapacity.json new file mode 100644 index 000000000..4a36b412c --- /dev/null +++ b/data_descriptors/variables/lpfx.fldcapacity.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.fldcapacity.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The field capacity of soil is the maximum content of water it can retain against gravitational drainage. Provide as a percentage of the soil volume.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Field Capacity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fldcapacity", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_field_capacity", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.ksat b/data_descriptors/variables/lpfx.ksat new file mode 100644 index 000000000..ba1a95f4b --- /dev/null +++ b/data_descriptors/variables/lpfx.ksat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.ksat.json b/data_descriptors/variables/lpfx.ksat.json new file mode 100644 index 000000000..ba1a95f4b --- /dev/null +++ b/data_descriptors/variables/lpfx.ksat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.ksat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Hydraulic conductivity is the constant k in Darcy's Law q=-k grad h for fluid flow q (volume transport per unit area i.e. velocity) through a porous medium, where h is the hydraulic head (pressure expressed as an equivalent depth of water).", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Saturated Hydraulic Conductivity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ksat", + "positive": "", + "standard_name": "soil_hydraulic_conductivity_at_saturation", + "units": "micron s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.mrsofc b/data_descriptors/variables/lpfx.mrsofc new file mode 100644 index 000000000..6ce005bdb --- /dev/null +++ b/data_descriptors/variables/lpfx.mrsofc @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.mrsofc.json b/data_descriptors/variables/lpfx.mrsofc.json new file mode 100644 index 000000000..6ce005bdb --- /dev/null +++ b/data_descriptors/variables/lpfx.mrsofc.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.mrsofc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Capacity of Soil to Store Water (Field Capacity)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsofc", + "positive": "", + "standard_name": "soil_moisture_content_at_field_capacity", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.orog b/data_descriptors/variables/lpfx.orog new file mode 100644 index 000000000..abf3cfd1f --- /dev/null +++ b/data_descriptors/variables/lpfx.orog @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.orog.json b/data_descriptors/variables/lpfx.orog.json new file mode 100644 index 000000000..abf3cfd1f --- /dev/null +++ b/data_descriptors/variables/lpfx.orog.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.rootd b/data_descriptors/variables/lpfx.rootd new file mode 100644 index 000000000..20b25eee7 --- /dev/null +++ b/data_descriptors/variables/lpfx.rootd @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.rootd.json b/data_descriptors/variables/lpfx.rootd.json new file mode 100644 index 000000000..20b25eee7 --- /dev/null +++ b/data_descriptors/variables/lpfx.rootd.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.rootd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "report the maximum soil depth reachable by plant roots (if defined in model), i.e., the maximum soil depth from which they can extract moisture; report as *missing* where the land fraction is 0.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Maximum Root Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootd", + "positive": "", + "standard_name": "root_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.rootdsl b/data_descriptors/variables/lpfx.rootdsl new file mode 100644 index 000000000..bcfae1191 --- /dev/null +++ b/data_descriptors/variables/lpfx.rootdsl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.rootdsl.json b/data_descriptors/variables/lpfx.rootdsl.json new file mode 100644 index 000000000..bcfae1191 --- /dev/null +++ b/data_descriptors/variables/lpfx.rootdsl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.rootdsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Mass of carbon in roots.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Root Distribution", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rootdsl", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.sandfrac b/data_descriptors/variables/lpfx.sandfrac new file mode 100644 index 000000000..bb136d1bf --- /dev/null +++ b/data_descriptors/variables/lpfx.sandfrac @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.sandfrac.json b/data_descriptors/variables/lpfx.sandfrac.json new file mode 100644 index 000000000..bb136d1bf --- /dev/null +++ b/data_descriptors/variables/lpfx.sandfrac.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.sandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Volume fraction' is used in the construction volume_fraction_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Sand Fraction", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sandfrac", + "positive": "", + "standard_name": "volume_fraction_of_sand_in_soil", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.sftgif b/data_descriptors/variables/lpfx.sftgif new file mode 100644 index 000000000..87d91a032 --- /dev/null +++ b/data_descriptors/variables/lpfx.sftgif @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.sftgif.json b/data_descriptors/variables/lpfx.sftgif.json new file mode 100644 index 000000000..87d91a032 --- /dev/null +++ b/data_descriptors/variables/lpfx.sftgif.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.slthick b/data_descriptors/variables/lpfx.slthick new file mode 100644 index 000000000..771bc7c5c --- /dev/null +++ b/data_descriptors/variables/lpfx.slthick @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.slthick.json b/data_descriptors/variables/lpfx.slthick.json new file mode 100644 index 000000000..771bc7c5c --- /dev/null +++ b/data_descriptors/variables/lpfx.slthick.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.slthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid cell.", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Thickness of Soil Layers", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "slthick", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.vegheight b/data_descriptors/variables/lpfx.vegheight new file mode 100644 index 000000000..56424a0e7 --- /dev/null +++ b/data_descriptors/variables/lpfx.vegheight @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.vegheight.json b/data_descriptors/variables/lpfx.vegheight.json new file mode 100644 index 000000000..56424a0e7 --- /dev/null +++ b/data_descriptors/variables/lpfx.vegheight.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "lpfx.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.wilt b/data_descriptors/variables/lpfx.wilt new file mode 100644 index 000000000..8ca791543 --- /dev/null +++ b/data_descriptors/variables/lpfx.wilt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpfx.wilt.json b/data_descriptors/variables/lpfx.wilt.json new file mode 100644 index 000000000..8ca791543 --- /dev/null +++ b/data_descriptors/variables/lpfx.wilt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpfx.wilt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpfx.json", + "mip-era": "cmip6" + }, + { + "id": "lpfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land", + "comment": "Percentage water content of soil by volume at the wilting point. The wilting point of soil is the water content below which plants cannot extract sufficient water to balance their loss through transpiration. ", + "dimensions": [ + "longitude", + "latitude", + "sdepth" + ], + "frequency": "fx", + "long_name": "Wilting Point", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wilt", + "positive": "", + "standard_name": "volume_fraction_of_condensed_water_in_soil_at_wilting_point", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.baresoilfrac b/data_descriptors/variables/lpmon.baresoilfrac new file mode 100644 index 000000000..28de7951c --- /dev/null +++ b/data_descriptors/variables/lpmon.baresoilfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.baresoilfrac.json b/data_descriptors/variables/lpmon.baresoilfrac.json new file mode 100644 index 000000000..28de7951c --- /dev/null +++ b/data_descriptors/variables/lpmon.baresoilfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "mon", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.burntfractionall b/data_descriptors/variables/lpmon.burntfractionall new file mode 100644 index 000000000..084aef0a6 --- /dev/null +++ b/data_descriptors/variables/lpmon.burntfractionall @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.burntfractionall.json b/data_descriptors/variables/lpmon.burntfractionall.json new file mode 100644 index 000000000..084aef0a6 --- /dev/null +++ b/data_descriptors/variables/lpmon.burntfractionall.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.burntfractionall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell burned due to all fires including natural and anthropogenic fires and those associated with anthropogenic Land-use change", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeburnt" + ], + "frequency": "mon", + "long_name": "Percentage of Entire Grid Cell That Is Covered by Burnt Vegetation (All Classes)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "burntFractionAll", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13land b/data_descriptors/variables/lpmon.c13land new file mode 100644 index 000000000..837a2e10d --- /dev/null +++ b/data_descriptors/variables/lpmon.c13land @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13land.json b/data_descriptors/variables/lpmon.c13land.json new file mode 100644 index 000000000..837a2e10d --- /dev/null +++ b/data_descriptors/variables/lpmon.c13land.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Land", + "positive": "", + "standard_name": "mass_content_of_13C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13litter b/data_descriptors/variables/lpmon.c13litter new file mode 100644 index 000000000..c5d65eec0 --- /dev/null +++ b/data_descriptors/variables/lpmon.c13litter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13litter.json b/data_descriptors/variables/lpmon.c13litter.json new file mode 100644 index 000000000..c5d65eec0 --- /dev/null +++ b/data_descriptors/variables/lpmon.c13litter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Litter", + "positive": "", + "standard_name": "litter_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13soil b/data_descriptors/variables/lpmon.c13soil new file mode 100644 index 000000000..75b85243c --- /dev/null +++ b/data_descriptors/variables/lpmon.c13soil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13soil.json b/data_descriptors/variables/lpmon.c13soil.json new file mode 100644 index 000000000..75b85243c --- /dev/null +++ b/data_descriptors/variables/lpmon.c13soil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Soil", + "positive": "", + "standard_name": "soil_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13veg b/data_descriptors/variables/lpmon.c13veg new file mode 100644 index 000000000..3cd1170ee --- /dev/null +++ b/data_descriptors/variables/lpmon.c13veg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c13veg.json b/data_descriptors/variables/lpmon.c13veg.json new file mode 100644 index 000000000..3cd1170ee --- /dev/null +++ b/data_descriptors/variables/lpmon.c13veg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c13veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-13 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 13C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c13Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_13C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14land b/data_descriptors/variables/lpmon.c14land new file mode 100644 index 000000000..b6382fa05 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14land @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14land.json b/data_descriptors/variables/lpmon.c14land.json new file mode 100644 index 000000000..b6382fa05 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14land.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14land.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil, and forestry and agricultural products (e.g. paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Land", + "positive": "", + "standard_name": "mass_content_of_14C_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14litter b/data_descriptors/variables/lpmon.c14litter new file mode 100644 index 000000000..d490c19ec --- /dev/null +++ b/data_descriptors/variables/lpmon.c14litter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14litter.json b/data_descriptors/variables/lpmon.c14litter.json new file mode 100644 index 000000000..d490c19ec --- /dev/null +++ b/data_descriptors/variables/lpmon.c14litter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14litter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Litter", + "positive": "", + "standard_name": "litter_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14soil b/data_descriptors/variables/lpmon.c14soil new file mode 100644 index 000000000..a69870e21 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14soil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14soil.json b/data_descriptors/variables/lpmon.c14soil.json new file mode 100644 index 000000000..a69870e21 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14soil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14soil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Soil", + "positive": "", + "standard_name": "soil_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14veg b/data_descriptors/variables/lpmon.c14veg new file mode 100644 index 000000000..ca41c0d21 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14veg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c14veg.json b/data_descriptors/variables/lpmon.c14veg.json new file mode 100644 index 000000000..ca41c0d21 --- /dev/null +++ b/data_descriptors/variables/lpmon.c14veg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.c14veg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon-14 mass content per unit area in vegetation (any living plants e.g. trees, shrubs, grass).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of 14C in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c14Veg", + "positive": "", + "standard_name": "vegetation_mass_content_of_14C", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c3pftfrac b/data_descriptors/variables/lpmon.c3pftfrac new file mode 100644 index 000000000..7151d891a --- /dev/null +++ b/data_descriptors/variables/lpmon.c3pftfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c3pftfrac.json b/data_descriptors/variables/lpmon.c3pftfrac.json new file mode 100644 index 000000000..7151d891a --- /dev/null +++ b/data_descriptors/variables/lpmon.c3pftfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.c3pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C3 PFTs (including grass, crops, and trees).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c3PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c4pftfrac b/data_descriptors/variables/lpmon.c4pftfrac new file mode 100644 index 000000000..4436af658 --- /dev/null +++ b/data_descriptors/variables/lpmon.c4pftfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.c4pftfrac.json b/data_descriptors/variables/lpmon.c4pftfrac.json new file mode 100644 index 000000000..4436af658 --- /dev/null +++ b/data_descriptors/variables/lpmon.c4pftfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.c4pftfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by C4 PFTs (including grass and crops).", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pft" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Plant Functional Type", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "c4PftFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ccwd b/data_descriptors/variables/lpmon.ccwd new file mode 100644 index 000000000..68a743377 --- /dev/null +++ b/data_descriptors/variables/lpmon.ccwd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ccwd.json b/data_descriptors/variables/lpmon.ccwd.json new file mode 100644 index 000000000..68a743377 --- /dev/null +++ b/data_descriptors/variables/lpmon.ccwd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ccwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in woody debris (dead organic matter composed of coarse wood. It is distinct from litter)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cland b/data_descriptors/variables/lpmon.cland new file mode 100644 index 000000000..fb62daa2c --- /dev/null +++ b/data_descriptors/variables/lpmon.cland @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cland.json b/data_descriptors/variables/lpmon.cland.json new file mode 100644 index 000000000..fb62daa2c --- /dev/null +++ b/data_descriptors/variables/lpmon.cland.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon in All Terrestrial Carbon Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLand", + "positive": "", + "standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cleaf b/data_descriptors/variables/lpmon.cleaf new file mode 100644 index 000000000..4b53403c9 --- /dev/null +++ b/data_descriptors/variables/lpmon.cleaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cleaf.json b/data_descriptors/variables/lpmon.cleaf.json new file mode 100644 index 000000000..4b53403c9 --- /dev/null +++ b/data_descriptors/variables/lpmon.cleaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in leaves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitter b/data_descriptors/variables/lpmon.clitter new file mode 100644 index 000000000..2b264e90c --- /dev/null +++ b/data_descriptors/variables/lpmon.clitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitter.json b/data_descriptors/variables/lpmon.clitter.json new file mode 100644 index 000000000..2b264e90c --- /dev/null +++ b/data_descriptors/variables/lpmon.clitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitterabove b/data_descriptors/variables/lpmon.clitterabove new file mode 100644 index 000000000..a5c3b6d33 --- /dev/null +++ b/data_descriptors/variables/lpmon.clitterabove @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitterabove.json b/data_descriptors/variables/lpmon.clitterabove.json new file mode 100644 index 000000000..a5c3b6d33 --- /dev/null +++ b/data_descriptors/variables/lpmon.clitterabove.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitterabove.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterAbove", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitterbelow b/data_descriptors/variables/lpmon.clitterbelow new file mode 100644 index 000000000..636cc619d --- /dev/null +++ b/data_descriptors/variables/lpmon.clitterbelow @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clitterbelow.json b/data_descriptors/variables/lpmon.clitterbelow.json new file mode 100644 index 000000000..636cc619d --- /dev/null +++ b/data_descriptors/variables/lpmon.clitterbelow.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clitterbelow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'subsurface litter' means the part of the litter mixed within the soil below the surface. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterBelow", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittercwd b/data_descriptors/variables/lpmon.clittercwd new file mode 100644 index 000000000..4f44f313a --- /dev/null +++ b/data_descriptors/variables/lpmon.clittercwd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittercwd.json b/data_descriptors/variables/lpmon.clittercwd.json new file mode 100644 index 000000000..4f44f313a --- /dev/null +++ b/data_descriptors/variables/lpmon.clittercwd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittergrass b/data_descriptors/variables/lpmon.clittergrass new file mode 100644 index 000000000..a0e3d333c --- /dev/null +++ b/data_descriptors/variables/lpmon.clittergrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittergrass.json b/data_descriptors/variables/lpmon.clittergrass.json new file mode 100644 index 000000000..a0e3d333c --- /dev/null +++ b/data_descriptors/variables/lpmon.clittergrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittergrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterGrass", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittershrub b/data_descriptors/variables/lpmon.clittershrub new file mode 100644 index 000000000..d7b2767ee --- /dev/null +++ b/data_descriptors/variables/lpmon.clittershrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittershrub.json b/data_descriptors/variables/lpmon.clittershrub.json new file mode 100644 index 000000000..d7b2767ee --- /dev/null +++ b/data_descriptors/variables/lpmon.clittershrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittershrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterShrub", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittersubsurf b/data_descriptors/variables/lpmon.clittersubsurf new file mode 100644 index 000000000..0fa55f7a1 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittersubsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittersubsurf.json b/data_descriptors/variables/lpmon.clittersubsurf.json new file mode 100644 index 000000000..0fa55f7a1 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittersubsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "subsurface litter pool fed by root inputs.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Below-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittersurf b/data_descriptors/variables/lpmon.clittersurf new file mode 100644 index 000000000..e8ca7f5a9 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittersurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittersurf.json b/data_descriptors/variables/lpmon.clittersurf.json new file mode 100644 index 000000000..e8ca7f5a9 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittersurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface or near-surface litter pool fed by leaf and above-ground litterfall", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Above-Ground Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittertree b/data_descriptors/variables/lpmon.clittertree new file mode 100644 index 000000000..73e5c1e57 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittertree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.clittertree.json b/data_descriptors/variables/lpmon.clittertree.json new file mode 100644 index 000000000..73e5c1e57 --- /dev/null +++ b/data_descriptors/variables/lpmon.clittertree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.clittertree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Litter on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterTree", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cmisc b/data_descriptors/variables/lpmon.cmisc new file mode 100644 index 000000000..4bbdac8e2 --- /dev/null +++ b/data_descriptors/variables/lpmon.cmisc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cmisc.json b/data_descriptors/variables/lpmon.cmisc.json new file mode 100644 index 000000000..4bbdac8e2 --- /dev/null +++ b/data_descriptors/variables/lpmon.cmisc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "e.g., labile, fruits, reserves, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Other Living Compartments on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cMisc", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cother b/data_descriptors/variables/lpmon.cother new file mode 100644 index 000000000..51030942f --- /dev/null +++ b/data_descriptors/variables/lpmon.cother @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cother.json b/data_descriptors/variables/lpmon.cother.json new file mode 100644 index 000000000..51030942f --- /dev/null +++ b/data_descriptors/variables/lpmon.cother.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation Components Other than Leaves, Stems and Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cproduct b/data_descriptors/variables/lpmon.cproduct new file mode 100644 index 000000000..16d5e8b1b --- /dev/null +++ b/data_descriptors/variables/lpmon.cproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cproduct.json b/data_descriptors/variables/lpmon.cproduct.json new file mode 100644 index 000000000..16d5e8b1b --- /dev/null +++ b/data_descriptors/variables/lpmon.cproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.croot b/data_descriptors/variables/lpmon.croot new file mode 100644 index 000000000..f72c1943f --- /dev/null +++ b/data_descriptors/variables/lpmon.croot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.croot.json b/data_descriptors/variables/lpmon.croot.json new file mode 100644 index 000000000..f72c1943f --- /dev/null +++ b/data_descriptors/variables/lpmon.croot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.croot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in roots, including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cRoot", + "positive": "", + "standard_name": "root_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfrac b/data_descriptors/variables/lpmon.cropfrac new file mode 100644 index 000000000..e2b6f9ad5 --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfrac.json b/data_descriptors/variables/lpmon.cropfrac.json new file mode 100644 index 000000000..e2b6f9ad5 --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "mon", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfracc3 b/data_descriptors/variables/lpmon.cropfracc3 new file mode 100644 index 000000000..a2202b5eb --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfracc3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfracc3.json b/data_descriptors/variables/lpmon.cropfracc3.json new file mode 100644 index 000000000..a2202b5eb --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfracc3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C3 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfracc4 b/data_descriptors/variables/lpmon.cropfracc4 new file mode 100644 index 000000000..a8dcf70cc --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfracc4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cropfracc4.json b/data_descriptors/variables/lpmon.cropfracc4.json new file mode 100644 index 000000000..a8dcf70cc --- /dev/null +++ b/data_descriptors/variables/lpmon.cropfracc4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.cropfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 crops", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4crop" + ], + "frequency": "mon", + "long_name": "Percentage Cover by C4 Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoil b/data_descriptors/variables/lpmon.csoil new file mode 100644 index 000000000..ab2091a55 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoil.json b/data_descriptors/variables/lpmon.csoil.json new file mode 100644 index 000000000..ab2091a55 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilabove1m b/data_descriptors/variables/lpmon.csoilabove1m new file mode 100644 index 000000000..057e8f575 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilabove1m @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilabove1m.json b/data_descriptors/variables/lpmon.csoilabove1m.json new file mode 100644 index 000000000..057e8f575 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilabove1m.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilabove1m.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth10" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil Pool Above 1m Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilAbove1m", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilfast b/data_descriptors/variables/lpmon.csoilfast new file mode 100644 index 000000000..021622d2b --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilfast @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilfast.json b/data_descriptors/variables/lpmon.csoilfast.json new file mode 100644 index 000000000..021622d2b --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilfast.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilfast.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in fast soil pool. Fast means a lifetime of less than 10 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Fast Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilFast", + "positive": "", + "standard_name": "fast_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilgrass b/data_descriptors/variables/lpmon.csoilgrass new file mode 100644 index 000000000..502f3ba05 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilgrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilgrass.json b/data_descriptors/variables/lpmon.csoilgrass.json new file mode 100644 index 000000000..502f3ba05 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilgrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilGrass", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoillevels b/data_descriptors/variables/lpmon.csoillevels new file mode 100644 index 000000000..1fcd1f70e --- /dev/null +++ b/data_descriptors/variables/lpmon.csoillevels @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoillevels.json b/data_descriptors/variables/lpmon.csoillevels.json new file mode 100644 index 000000000..1fcd1f70e --- /dev/null +++ b/data_descriptors/variables/lpmon.csoillevels.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoillevels.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "for models with vertically discretised soil carbon, report total soil carbon for each level", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Level (Summed over All Soil Carbon Pools in That Level)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLevels", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilmedium b/data_descriptors/variables/lpmon.csoilmedium new file mode 100644 index 000000000..d7c9462d8 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilmedium @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilmedium.json b/data_descriptors/variables/lpmon.csoilmedium.json new file mode 100644 index 000000000..d7c9462d8 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilmedium.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilmedium.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in medium (rate) soil pool. Medium means a lifetime of more than than 10 years and less than 100 years for reference climate conditions (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Medium Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilMedium", + "positive": "", + "standard_name": "medium_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilpools b/data_descriptors/variables/lpmon.csoilpools new file mode 100644 index 000000000..2c64952b6 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilpools @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilpools.json b/data_descriptors/variables/lpmon.csoilpools.json new file mode 100644 index 000000000..2c64952b6 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilpools.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "For models with multiple soil carbon pools, report each pool here. If models also have vertical discretisation these should be aggregated", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Each Model Soil Pool (Summed over Vertical Levels)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilPools", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilshrub b/data_descriptors/variables/lpmon.csoilshrub new file mode 100644 index 000000000..9d13f20a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilshrub.json b/data_descriptors/variables/lpmon.csoilshrub.json new file mode 100644 index 000000000..9d13f20a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilShrub", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilslow b/data_descriptors/variables/lpmon.csoilslow new file mode 100644 index 000000000..bcaf2e77a --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilslow @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoilslow.json b/data_descriptors/variables/lpmon.csoilslow.json new file mode 100644 index 000000000..bcaf2e77a --- /dev/null +++ b/data_descriptors/variables/lpmon.csoilslow.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoilslow.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in slow soil pool. Slow means a lifetime of more than 100 years for reference climate (20th century) in the absence of water limitations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Slow Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilSlow", + "positive": "", + "standard_name": "slow_soil_pool_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoiltree b/data_descriptors/variables/lpmon.csoiltree new file mode 100644 index 000000000..37b25597a --- /dev/null +++ b/data_descriptors/variables/lpmon.csoiltree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.csoiltree.json b/data_descriptors/variables/lpmon.csoiltree.json new file mode 100644 index 000000000..37b25597a --- /dev/null +++ b/data_descriptors/variables/lpmon.csoiltree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.csoiltree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. The 'soil content' of a quantity refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including content_of_soil_layer are used.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Soil on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilTree", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cstem b/data_descriptors/variables/lpmon.cstem new file mode 100644 index 000000000..b3a09af01 --- /dev/null +++ b/data_descriptors/variables/lpmon.cstem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cstem.json b/data_descriptors/variables/lpmon.cstem.json new file mode 100644 index 000000000..b3a09af01 --- /dev/null +++ b/data_descriptors/variables/lpmon.cstem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cStem", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ctotfirelut b/data_descriptors/variables/lpmon.ctotfirelut new file mode 100644 index 000000000..16132b17c --- /dev/null +++ b/data_descriptors/variables/lpmon.ctotfirelut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ctotfirelut.json b/data_descriptors/variables/lpmon.ctotfirelut.json new file mode 100644 index 000000000..16132b17c --- /dev/null +++ b/data_descriptors/variables/lpmon.ctotfirelut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.ctotfirelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Different from LMON this flux should include all fires occurring on the land use tile, including natural, man-made and deforestation fires", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Loss from Natural and Managed Fire on Land-Use Tile, Including Deforestation Fires [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cTotFireLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cveg b/data_descriptors/variables/lpmon.cveg new file mode 100644 index 000000000..435657315 --- /dev/null +++ b/data_descriptors/variables/lpmon.cveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cveg.json b/data_descriptors/variables/lpmon.cveg.json new file mode 100644 index 000000000..435657315 --- /dev/null +++ b/data_descriptors/variables/lpmon.cveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cveggrass b/data_descriptors/variables/lpmon.cveggrass new file mode 100644 index 000000000..dd16d2d57 --- /dev/null +++ b/data_descriptors/variables/lpmon.cveggrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cveggrass.json b/data_descriptors/variables/lpmon.cveggrass.json new file mode 100644 index 000000000..dd16d2d57 --- /dev/null +++ b/data_descriptors/variables/lpmon.cveggrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cveggrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Grass Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegGrass", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cvegshrub b/data_descriptors/variables/lpmon.cvegshrub new file mode 100644 index 000000000..e03d92d85 --- /dev/null +++ b/data_descriptors/variables/lpmon.cvegshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cvegshrub.json b/data_descriptors/variables/lpmon.cvegshrub.json new file mode 100644 index 000000000..e03d92d85 --- /dev/null +++ b/data_descriptors/variables/lpmon.cvegshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cvegshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Shrub Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegShrub", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cvegtree b/data_descriptors/variables/lpmon.cvegtree new file mode 100644 index 000000000..3270729f3 --- /dev/null +++ b/data_descriptors/variables/lpmon.cvegtree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cvegtree.json b/data_descriptors/variables/lpmon.cvegtree.json new file mode 100644 index 000000000..3270729f3 --- /dev/null +++ b/data_descriptors/variables/lpmon.cvegtree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cvegtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "'Content' indicates a quantity per unit area. 'Vegetation' means any plants e.g. trees, shrubs, grass. Plants are autotrophs i.e. 'producers' of biomass using carbon obtained from carbon dioxide.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Vegetation on Tree Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegTree", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cwood b/data_descriptors/variables/lpmon.cwood new file mode 100644 index 000000000..552db14a2 --- /dev/null +++ b/data_descriptors/variables/lpmon.cwood @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.cwood.json b/data_descriptors/variables/lpmon.cwood.json new file mode 100644 index 000000000..552db14a2 --- /dev/null +++ b/data_descriptors/variables/lpmon.cwood.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.cwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass per unit area in wood, including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass in Wood", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cWood", + "positive": "", + "standard_name": "stem_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblpot b/data_descriptors/variables/lpmon.evspsblpot new file mode 100644 index 000000000..8321c4f19 --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblpot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblpot.json b/data_descriptors/variables/lpmon.evspsblpot.json new file mode 100644 index 000000000..8321c4f19 --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblpot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblpot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "at surface; potential flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Potential Evapotranspiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblpot", + "positive": "", + "standard_name": "water_potential_evaporation_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblsoi b/data_descriptors/variables/lpmon.evspsblsoi new file mode 100644 index 000000000..13c39d431 --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblsoi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblsoi.json b/data_descriptors/variables/lpmon.evspsblsoi.json new file mode 100644 index 000000000..13c39d431 --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblsoi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblsoi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Water evaporation from soil (including sublimation).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation from Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblsoi", + "positive": "", + "standard_name": "water_evaporation_flux_from_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblveg b/data_descriptors/variables/lpmon.evspsblveg new file mode 100644 index 000000000..10d3cc88f --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.evspsblveg.json b/data_descriptors/variables/lpmon.evspsblveg.json new file mode 100644 index 000000000..10d3cc88f --- /dev/null +++ b/data_descriptors/variables/lpmon.evspsblveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.evspsblveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The canopy evaporation and sublimation (if present in model); may include dew formation as a negative flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Evaporation from Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evspsblveg", + "positive": "", + "standard_name": "water_evaporation_flux_from_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fahlut b/data_descriptors/variables/lpmon.fahlut new file mode 100644 index 000000000..ed2429b65 --- /dev/null +++ b/data_descriptors/variables/lpmon.fahlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fahlut.json b/data_descriptors/variables/lpmon.fahlut.json new file mode 100644 index 000000000..ed2429b65 --- /dev/null +++ b/data_descriptors/variables/lpmon.fahlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fahlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Anthropogenic heat flux generated from non-renewable human primary energy consumption, including energy use by vehicles, commercial and residential buildings, industry, and power plants. Primary energy refers to energy in natural resources, fossil and nonfossil, before conversion into other forms, such as electricity.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Anthropogenic Heat Flux Generated from non-Renewable Human Primary Energy Consumption", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fahLut", + "positive": "up", + "standard_name": "surface_upward_heat_flux_due_to_anthropogenic_energy_consumption", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fanthdisturb b/data_descriptors/variables/lpmon.fanthdisturb new file mode 100644 index 000000000..2ecd63dd1 --- /dev/null +++ b/data_descriptors/variables/lpmon.fanthdisturb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fanthdisturb.json b/data_descriptors/variables/lpmon.fanthdisturb.json new file mode 100644 index 000000000..2ecd63dd1 --- /dev/null +++ b/data_descriptors/variables/lpmon.fanthdisturb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Anthropogenic flux of carbon as carbon dioxide into the atmosphere. That is, emissions influenced, caused, or created by human activity. Anthropogenic emission of carbon dioxide includes fossil fuel use, cement production, agricultural burning and sources associated with anthropogenic land use change, except forest regrowth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation, Litter or Soil Pools into the Atmosphere Due to any Human Activity [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fbnf b/data_descriptors/variables/lpmon.fbnf new file mode 100644 index 000000000..50946eaf4 --- /dev/null +++ b/data_descriptors/variables/lpmon.fbnf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fbnf.json b/data_descriptors/variables/lpmon.fbnf.json new file mode 100644 index 000000000..50946eaf4 --- /dev/null +++ b/data_descriptors/variables/lpmon.fbnf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fbnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The fixation (uptake of nitrogen gas directly from the atmosphere) of nitrogen due to biological processes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Biological Nitrogen Fixation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fBNF", + "positive": "", + "standard_name": "tendency_of_soil_and_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fclandtoocean b/data_descriptors/variables/lpmon.fclandtoocean new file mode 100644 index 000000000..425c387cf --- /dev/null +++ b/data_descriptors/variables/lpmon.fclandtoocean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fclandtoocean.json b/data_descriptors/variables/lpmon.fclandtoocean.json new file mode 100644 index 000000000..425c387cf --- /dev/null +++ b/data_descriptors/variables/lpmon.fclandtoocean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fclandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "leached carbon etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Carbon out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fCLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fdeforesttoatmos b/data_descriptors/variables/lpmon.fdeforesttoatmos new file mode 100644 index 000000000..a5fd41f7e --- /dev/null +++ b/data_descriptors/variables/lpmon.fdeforesttoatmos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fdeforesttoatmos.json b/data_descriptors/variables/lpmon.fdeforesttoatmos.json new file mode 100644 index 000000000..a5fd41f7e --- /dev/null +++ b/data_descriptors/variables/lpmon.fdeforesttoatmos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fdeforesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Atmosphere as a Result of Anthropogenic Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToAtmos", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fdeforesttoproduct b/data_descriptors/variables/lpmon.fdeforesttoproduct new file mode 100644 index 000000000..292430373 --- /dev/null +++ b/data_descriptors/variables/lpmon.fdeforesttoproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fdeforesttoproduct.json b/data_descriptors/variables/lpmon.fdeforesttoproduct.json new file mode 100644 index 000000000..292430373 --- /dev/null +++ b/data_descriptors/variables/lpmon.fdeforesttoproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fdeforesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested Biomass That Goes into Product Pool as a Result of Anthropogenic Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fDeforestToProduct", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffire b/data_descriptors/variables/lpmon.ffire new file mode 100644 index 000000000..09da342a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.ffire @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffire.json b/data_descriptors/variables/lpmon.ffire.json new file mode 100644 index 000000000..09da342a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.ffire.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions (expressed as a carbon mass flux per unit area) from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Excluding Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFire", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffireall b/data_descriptors/variables/lpmon.ffireall new file mode 100644 index 000000000..601855dfc --- /dev/null +++ b/data_descriptors/variables/lpmon.ffireall @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffireall.json b/data_descriptors/variables/lpmon.ffireall.json new file mode 100644 index 000000000..601855dfc --- /dev/null +++ b/data_descriptors/variables/lpmon.ffireall.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffireall.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "From all sources, Including natural, anthropogenic and Land-use change. Only total fire emissions can be compared to observations.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Fire Including All Sources [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireAll", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffirenat b/data_descriptors/variables/lpmon.ffirenat new file mode 100644 index 000000000..5fccaa72c --- /dev/null +++ b/data_descriptors/variables/lpmon.ffirenat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ffirenat.json b/data_descriptors/variables/lpmon.ffirenat.json new file mode 100644 index 000000000..5fccaa72c --- /dev/null +++ b/data_descriptors/variables/lpmon.ffirenat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ffirenat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "CO2 emissions from natural fires", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to CO2 Emission from Natural Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fFireNat", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fgrazing b/data_descriptors/variables/lpmon.fgrazing new file mode 100644 index 000000000..780d760bf --- /dev/null +++ b/data_descriptors/variables/lpmon.fgrazing @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fgrazing.json b/data_descriptors/variables/lpmon.fgrazing.json new file mode 100644 index 000000000..780d760bf --- /dev/null +++ b/data_descriptors/variables/lpmon.fgrazing.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fgrazing.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to grazing on land", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Grazing on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fGrazing", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_grazing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvest b/data_descriptors/variables/lpmon.fharvest new file mode 100644 index 000000000..617704a87 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvest @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvest.json b/data_descriptors/variables/lpmon.fharvest.json new file mode 100644 index 000000000..617704a87 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvest.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvest.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area due to crop harvesting", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Crop Harvesting [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvest", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvesttoatmos b/data_descriptors/variables/lpmon.fharvesttoatmos new file mode 100644 index 000000000..5ca3754b6 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvesttoatmos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvesttoatmos.json b/data_descriptors/variables/lpmon.fharvesttoatmos.json new file mode 100644 index 000000000..5ca3754b6 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvesttoatmos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvesttoatmos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "any harvested carbon that is assumed to decompose immediately into the atmosphere is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes Straight into Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToAtmos", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvesttoproduct b/data_descriptors/variables/lpmon.fharvesttoproduct new file mode 100644 index 000000000..aac5ab707 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvesttoproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fharvesttoproduct.json b/data_descriptors/variables/lpmon.fharvesttoproduct.json new file mode 100644 index 000000000..aac5ab707 --- /dev/null +++ b/data_descriptors/variables/lpmon.fharvesttoproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fharvesttoproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "be it food or wood harvest, any carbon that is subsequently stored is reported here", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Harvested Biomass That Goes into Product Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fHarvestToProduct", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_forestry_and_agricultural_products_due_to_crop_harvesting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flitterfire b/data_descriptors/variables/lpmon.flitterfire new file mode 100644 index 000000000..77d5247aa --- /dev/null +++ b/data_descriptors/variables/lpmon.flitterfire @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flitterfire.json b/data_descriptors/variables/lpmon.flitterfire.json new file mode 100644 index 000000000..77d5247aa --- /dev/null +++ b/data_descriptors/variables/lpmon.flitterfire.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.flitterfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Litter, CWD or any non-Living Pool into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_litter_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flittersoil b/data_descriptors/variables/lpmon.flittersoil new file mode 100644 index 000000000..86f124d1a --- /dev/null +++ b/data_descriptors/variables/lpmon.flittersoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flittersoil.json b/data_descriptors/variables/lpmon.flittersoil.json new file mode 100644 index 000000000..86f124d1a --- /dev/null +++ b/data_descriptors/variables/lpmon.flittersoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.flittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into soil from litter (dead plant material in or above the soil).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLitterSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fluc b/data_descriptors/variables/lpmon.fluc new file mode 100644 index 000000000..78758ba42 --- /dev/null +++ b/data_descriptors/variables/lpmon.fluc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fluc.json b/data_descriptors/variables/lpmon.fluc.json new file mode 100644 index 000000000..78758ba42 --- /dev/null +++ b/data_descriptors/variables/lpmon.fluc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fluc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to human changes to land (excluding forest regrowth) accounting possibly for different time-scales related to fate of the wood, for example.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Atmosphere Due to Land-Use Change [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLuc", + "positive": "up", + "standard_name": "surface_net_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccatmlut b/data_descriptors/variables/lpmon.flulccatmlut new file mode 100644 index 000000000..e7d8f7c5a --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccatmlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccatmlut.json b/data_descriptors/variables/lpmon.flulccatmlut.json new file mode 100644 index 000000000..e7d8f7c5a --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccatmlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccatmlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon directly to the atmosphere due to any land-use or land-cover change activities. Include carbon transferred due to deforestation or agricultural directly into atmosphere, and emissions form anthropogenic pools into atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred Directly to Atmosphere Due to any Land-Use or Land-Cover Change Activities [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccAtmLut", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_land_use_or_land_cover_change_excluding_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccproductlut b/data_descriptors/variables/lpmon.flulccproductlut new file mode 100644 index 000000000..d6d96a8e1 --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccproductlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccproductlut.json b/data_descriptors/variables/lpmon.flulccproductlut.json new file mode 100644 index 000000000..d6d96a8e1 --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccproductlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon primarily through harvesting land use into anthropogenic product pools, e.g.,deforestation or wood harvesting from primary or secondary lands, food harvesting on croplands, harvesting (grazing) by animals on pastures.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Harvested Due to Land-Use or Land-Cover Change Process That Enters Anthropogenic Product Pools on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccProductLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccresiduelut b/data_descriptors/variables/lpmon.flulccresiduelut new file mode 100644 index 000000000..d6418f4d3 --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccresiduelut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.flulccresiduelut.json b/data_descriptors/variables/lpmon.flulccresiduelut.json new file mode 100644 index 000000000..d6418f4d3 --- /dev/null +++ b/data_descriptors/variables/lpmon.flulccresiduelut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.flulccresiduelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "This annual mean flux refers to the transfer of carbon into soil or litter pools due to any land use or land-cover change activities", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Transferred to Soil or Litter Pools Due to Land-Use or Land-Cover Change Processes on Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fLulccResidueLut", + "positive": "", + "standard_name": "carbon_mass_flux_into_litter_and_soil_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fn2o b/data_descriptors/variables/lpmon.fn2o new file mode 100644 index 000000000..995ee31d2 --- /dev/null +++ b/data_descriptors/variables/lpmon.fn2o @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fn2o.json b/data_descriptors/variables/lpmon.fn2o.json new file mode 100644 index 000000000..995ee31d2 --- /dev/null +++ b/data_descriptors/variables/lpmon.fn2o.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fn2o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface upward flux of nitrous oxide (N2O) from vegetation (any living plants e.g. trees, shrubs, grass), litter (dead plant material in or above the soil), soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land N2O Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fN2O", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nitrous_oxide_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnanthdisturb b/data_descriptors/variables/lpmon.fnanthdisturb new file mode 100644 index 000000000..ded5d84c2 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnanthdisturb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnanthdisturb.json b/data_descriptors/variables/lpmon.fnanthdisturb.json new file mode 100644 index 000000000..ded5d84c2 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnanthdisturb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnanthdisturb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "will require some careful definition to make sure we capture everything - any human activity that releases nitrogen from land instead of into product pool goes here. E.g. Deforestation fire, harvest assumed to decompose straight away, grazing...", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass Flux out of Land Due to any Human Activity", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNAnthDisturb", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_anthropogenic_emission", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fndep b/data_descriptors/variables/lpmon.fndep new file mode 100644 index 000000000..065fcca19 --- /dev/null +++ b/data_descriptors/variables/lpmon.fndep @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fndep.json b/data_descriptors/variables/lpmon.fndep.json new file mode 100644 index 000000000..065fcca19 --- /dev/null +++ b/data_descriptors/variables/lpmon.fndep.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fndep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Surface deposition rate of nitrogen.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dry and Wet Deposition of Reactive Nitrogen onto Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNdep", + "positive": "", + "standard_name": "minus_tendency_of_atmosphere_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_deposition", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnfert b/data_descriptors/variables/lpmon.fnfert new file mode 100644 index 000000000..f4dee48ba --- /dev/null +++ b/data_descriptors/variables/lpmon.fnfert @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnfert.json b/data_descriptors/variables/lpmon.fnfert.json new file mode 100644 index 000000000..f4dee48ba --- /dev/null +++ b/data_descriptors/variables/lpmon.fnfert.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnfert.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total Nitrogen added for cropland fertilisation (artificial and manure). Relative to total land area of a grid cell, not relative to agricultural area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Added for Cropland Fertilisation (Artificial and Manure)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNfert", + "positive": "", + "standard_name": "tendency_of_soil_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fertilization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngas b/data_descriptors/variables/lpmon.fngas new file mode 100644 index 000000000..91d509b26 --- /dev/null +++ b/data_descriptors/variables/lpmon.fngas @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngas.json b/data_descriptors/variables/lpmon.fngas.json new file mode 100644 index 000000000..91d509b26 --- /dev/null +++ b/data_descriptors/variables/lpmon.fngas.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total flux of Nitrogen from the land into the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Sum of NHx, NOx, N2O, N2)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgas", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngasfire b/data_descriptors/variables/lpmon.fngasfire new file mode 100644 index 000000000..88abe74a7 --- /dev/null +++ b/data_descriptors/variables/lpmon.fngasfire @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngasfire.json b/data_descriptors/variables/lpmon.fngasfire.json new file mode 100644 index 000000000..88abe74a7 --- /dev/null +++ b/data_descriptors/variables/lpmon.fngasfire.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngasfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_emission_from_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngasnonfire b/data_descriptors/variables/lpmon.fngasnonfire new file mode 100644 index 000000000..8890d973b --- /dev/null +++ b/data_descriptors/variables/lpmon.fngasnonfire @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fngasnonfire.json b/data_descriptors/variables/lpmon.fngasnonfire.json new file mode 100644 index 000000000..8890d973b --- /dev/null +++ b/data_descriptors/variables/lpmon.fngasnonfire.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fngasnonfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of Nitrogen from the land into the atmosphere due to all processes other than fire", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost to the Atmosphere (Including NHx, NOx, N2O, N2) from All Processes Except Fire", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNgasNonFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_due_to_all_land_processes_excluding_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnlandtoocean b/data_descriptors/variables/lpmon.fnlandtoocean new file mode 100644 index 000000000..64c90998d --- /dev/null +++ b/data_descriptors/variables/lpmon.fnlandtoocean @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnlandtoocean.json b/data_descriptors/variables/lpmon.fnlandtoocean.json new file mode 100644 index 000000000..64c90998d --- /dev/null +++ b/data_descriptors/variables/lpmon.fnlandtoocean.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnlandtoocean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "leached nitrogen etc that goes into run off or river routing and finds its way into ocean should be reported here.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Transfer of Nitrogen out of Grid Cell That Eventually Goes into Ocean", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLandToOcean", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_into_sea_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnleach b/data_descriptors/variables/lpmon.fnleach new file mode 100644 index 000000000..df397690c --- /dev/null +++ b/data_descriptors/variables/lpmon.fnleach @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnleach.json b/data_descriptors/variables/lpmon.fnleach.json new file mode 100644 index 000000000..df397690c --- /dev/null +++ b/data_descriptors/variables/lpmon.fnleach.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnleach.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase 'due_to_' process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Leaching' means the loss of water soluble chemical species from soil. Runoff is the liquid water which drains from land. If not specified, 'runoff' refers to the sum of surface runoff and subsurface drainage.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Loss to Leaching or Runoff (Sum of Ammonium, Nitrite and Nitrate)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNleach", + "positive": "", + "standard_name": "mass_flux_of_carbon_out_of_soil_due_to_leaching_and_runoff", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnlittersoil b/data_descriptors/variables/lpmon.fnlittersoil new file mode 100644 index 000000000..f9f64b51b --- /dev/null +++ b/data_descriptors/variables/lpmon.fnlittersoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnlittersoil.json b/data_descriptors/variables/lpmon.fnlittersoil.json new file mode 100644 index 000000000..f9f64b51b --- /dev/null +++ b/data_descriptors/variables/lpmon.fnlittersoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnlittersoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Litter to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNLitterSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnloss b/data_descriptors/variables/lpmon.fnloss new file mode 100644 index 000000000..205496ec3 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnloss @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnloss.json b/data_descriptors/variables/lpmon.fnloss.json new file mode 100644 index 000000000..205496ec3 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnloss.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnloss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Not all models split losses into gaseous and leaching", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Lost (Including NHx, NOx, N2O, N2 and Leaching)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNloss", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnnetmin b/data_descriptors/variables/lpmon.fnnetmin new file mode 100644 index 000000000..dfbced7e9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnnetmin @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnnetmin.json b/data_descriptors/variables/lpmon.fnnetmin.json new file mode 100644 index 000000000..dfbced7e9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnnetmin.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnnetmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Loss of soil nitrogen through remineralization and immobilisation. Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy. Immobilisation of nitrogen refers to retention of nitrogen by micro-organisms under certain conditions, making it unavailable for plants.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Nitrogen Release from Soil and Litter as the Outcome of Nitrogen Immobilisation and Gross Mineralisation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNnetmin", + "positive": "", + "standard_name": "mass_flux_of_nitrogen_compounds_expressed_as_nitrogen_out_of_litter_and_soil_due_to_immobilisation_and_remineralization", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnox b/data_descriptors/variables/lpmon.fnox new file mode 100644 index 000000000..455d5d1bf --- /dev/null +++ b/data_descriptors/variables/lpmon.fnox @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnox.json b/data_descriptors/variables/lpmon.fnox.json new file mode 100644 index 000000000..455d5d1bf --- /dev/null +++ b/data_descriptors/variables/lpmon.fnox.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnox.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. 'Nox' means a combination of two radical species containing nitrogen and oxygen NO+NO2. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Land NOx Flux", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNOx", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_nox_expressed_as_nitrogen_out_of_vegetation_and_litter_and_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnproduct b/data_descriptors/variables/lpmon.fnproduct new file mode 100644 index 000000000..16dce90bc --- /dev/null +++ b/data_descriptors/variables/lpmon.fnproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnproduct.json b/data_descriptors/variables/lpmon.fnproduct.json new file mode 100644 index 000000000..16dce90bc --- /dev/null +++ b/data_descriptors/variables/lpmon.fnproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "When land use change results in deforestation of natural vegetation (trees or grasslands) then natural biomass is removed. The treatment of deforested biomass differs significantly across models, but it should be straight-forward to compare deforested biomass across models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Deforested or Harvested Biomass as a Result of Anthropogenic Land-Use or Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNProduct", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_forestry_and_agricultural_products_due_to_anthropogenic_land_use_or_land_cover_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnup b/data_descriptors/variables/lpmon.fnup new file mode 100644 index 000000000..4b04abfa9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnup @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnup.json b/data_descriptors/variables/lpmon.fnup.json new file mode 100644 index 000000000..4b04abfa9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnup.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnup.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The uptake of nitrogen by fixation: nitrogen fixation means the uptake of nitrogen gas directly from the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Plant Nitrogen Uptake (Sum of Ammonium and Nitrate) Irrespective of the Source of Nitrogen", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNup", + "positive": "", + "standard_name": "tendency_of_vegetation_mass_content_of_nitrogen_compounds_expressed_as_nitrogen_due_to_fixation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnveglitter b/data_descriptors/variables/lpmon.fnveglitter new file mode 100644 index 000000000..7bf677e77 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnveglitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnveglitter.json b/data_descriptors/variables/lpmon.fnveglitter.json new file mode 100644 index 000000000..7bf677e77 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnveglitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Litter' is dead plant material in or above the soil. 'Vegetation' means any living plants e.g. trees, shrubs, grass.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegLitter", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnvegsoil b/data_descriptors/variables/lpmon.fnvegsoil new file mode 100644 index 000000000..e94726cc6 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnvegsoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fnvegsoil.json b/data_descriptors/variables/lpmon.fnvegsoil.json new file mode 100644 index 000000000..e94726cc6 --- /dev/null +++ b/data_descriptors/variables/lpmon.fnvegsoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fnvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In some models part of nitrogen (e.g., root exudate) can go directly into the soil pool without entering litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fNVegSoil", + "positive": "", + "standard_name": "nitrogen_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fproductdecomp b/data_descriptors/variables/lpmon.fproductdecomp new file mode 100644 index 000000000..e43e3ac56 --- /dev/null +++ b/data_descriptors/variables/lpmon.fproductdecomp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fproductdecomp.json b/data_descriptors/variables/lpmon.fproductdecomp.json new file mode 100644 index 000000000..e43e3ac56 --- /dev/null +++ b/data_descriptors/variables/lpmon.fproductdecomp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fproductdecomp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Decomposition out of Product Pools to CO2 in Atmosphere as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecomp", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fproductdecomplut b/data_descriptors/variables/lpmon.fproductdecomplut new file mode 100644 index 000000000..59c5d1f9b --- /dev/null +++ b/data_descriptors/variables/lpmon.fproductdecomplut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fproductdecomplut.json b/data_descriptors/variables/lpmon.fproductdecomplut.json new file mode 100644 index 000000000..59c5d1f9b --- /dev/null +++ b/data_descriptors/variables/lpmon.fproductdecomplut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fproductdecomplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Flux of CO2 from product pools into the atmosphere. Examples of 'forestry and agricultural products' are paper, cardboard, furniture, timber for construction, biofuels and food for both humans and livestock. Models that simulate land use changes have one or more pools of carbon that represent these products in order to conserve carbon and allow its eventual release into the atmosphere, for example, when the products decompose in landfill sites. Produce this variable i a model has explicit anthropogenic product pools by land use tile", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux from Wood and Agricultural Product Pools on Land Use Tile into Atmosphere [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fProductDecompLut", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_forestry_and_agricultural_products", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fraclut b/data_descriptors/variables/lpmon.fraclut new file mode 100644 index 000000000..9a696730a --- /dev/null +++ b/data_descriptors/variables/lpmon.fraclut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fraclut.json b/data_descriptors/variables/lpmon.fraclut.json new file mode 100644 index 000000000..9a696730a --- /dev/null +++ b/data_descriptors/variables/lpmon.fraclut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegfire b/data_descriptors/variables/lpmon.fvegfire new file mode 100644 index 000000000..63149690b --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegfire @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegfire.json b/data_descriptors/variables/lpmon.fvegfire.json new file mode 100644 index 000000000..63149690b --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegfire.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegfire.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Required for unambiguous separation of vegetation and soil + litter turnover times, since total fire flux draws from both sources", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux from Vegetation into Atmosphere Due to CO2 Emission from All Fire [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegFire", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_vegetation_in_fires", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglitter b/data_descriptors/variables/lpmon.fveglitter new file mode 100644 index 000000000..87af21da9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglitter.json b/data_descriptors/variables/lpmon.fveglitter.json new file mode 100644 index 000000000..87af21da9 --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Vegetation' means any living plants e.g. trees, shrubs, grass. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality and mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence is mass_flux_of_carbon_into_litter_from_vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitter", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglittermortality b/data_descriptors/variables/lpmon.fveglittermortality new file mode 100644 index 000000000..73ddc53db --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglittermortality @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglittermortality.json b/data_descriptors/variables/lpmon.fveglittermortality.json new file mode 100644 index 000000000..73ddc53db --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglittermortality.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglittermortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglittersenescence b/data_descriptors/variables/lpmon.fveglittersenescence new file mode 100644 index 000000000..5b84114cd --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglittersenescence @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fveglittersenescence.json b/data_descriptors/variables/lpmon.fveglittersenescence.json new file mode 100644 index 000000000..5b84114cd --- /dev/null +++ b/data_descriptors/variables/lpmon.fveglittersenescence.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fveglittersenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Litter as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegLitterSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_litter_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoil b/data_descriptors/variables/lpmon.fvegsoil new file mode 100644 index 000000000..7713d24dc --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoil.json b/data_descriptors/variables/lpmon.fvegsoil.json new file mode 100644 index 000000000..7713d24dc --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area from vegetation directly into soil, without intermediate conversion to litter.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation Directly to Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoil", + "positive": "", + "standard_name": "carbon_mass_flux_into_soil_from_vegetation_excluding_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoilmortality b/data_descriptors/variables/lpmon.fvegsoilmortality new file mode 100644 index 000000000..7170ef9f0 --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoilmortality @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoilmortality.json b/data_descriptors/variables/lpmon.fvegsoilmortality.json new file mode 100644 index 000000000..7170ef9f0 --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoilmortality.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoilmortality.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Mortality", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilMortality", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_mortality", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoilsenescence b/data_descriptors/variables/lpmon.fvegsoilsenescence new file mode 100644 index 000000000..14d27d4dc --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoilsenescence @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.fvegsoilsenescence.json b/data_descriptors/variables/lpmon.fvegsoilsenescence.json new file mode 100644 index 000000000..14d27d4dc --- /dev/null +++ b/data_descriptors/variables/lpmon.fvegsoilsenescence.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.fvegsoilsenescence.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "needed to separate changing vegetation C turnover times resulting from changing allocation versus changing mortality", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Carbon Mass Flux from Vegetation to Soil as a Result of Leaf, Branch, and Root Senescence", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fVegSoilSenescence", + "positive": "", + "standard_name": "mass_flux_of_carbon_into_soil_from_vegetation_due_to_senescence", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpp b/data_descriptors/variables/lpmon.gpp new file mode 100644 index 000000000..75e777812 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpp.json b/data_descriptors/variables/lpmon.gpp.json new file mode 100644 index 000000000..75e777812 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gpp", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppc13 b/data_descriptors/variables/lpmon.gppc13 new file mode 100644 index 000000000..04512fea5 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppc13 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppc13.json b/data_descriptors/variables/lpmon.gppc13.json new file mode 100644 index 000000000..04512fea5 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppc13.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-13 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc13", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppc14 b/data_descriptors/variables/lpmon.gppc14 new file mode 100644 index 000000000..3063cc470 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppc14 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppc14.json b/data_descriptors/variables/lpmon.gppc14.json new file mode 100644 index 000000000..3063cc470 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppc14.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The rate of synthesis of carbon-14 in biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux out of Atmosphere Due to Gross Primary Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppc14", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_14C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppgrass b/data_descriptors/variables/lpmon.gppgrass new file mode 100644 index 000000000..4fac85965 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppgrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppgrass.json b/data_descriptors/variables/lpmon.gppgrass.json new file mode 100644 index 000000000..4fac85965 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppgrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total GPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppGrass", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpplut b/data_descriptors/variables/lpmon.gpplut new file mode 100644 index 000000000..03c4483e1 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpplut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpplut.json b/data_descriptors/variables/lpmon.gpplut.json new file mode 100644 index 000000000..03c4483e1 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpplut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.gpplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The rate of synthesis of biomass from inorganic precursors by autotrophs ('producers') expressed as the mass of carbon which it contains. For example, photosynthesis in plants or phytoplankton. The producers also respire some of this biomass and the difference is referred to as the net primary production. Reported on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppLut", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppshrub b/data_descriptors/variables/lpmon.gppshrub new file mode 100644 index 000000000..fc9873f91 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gppshrub.json b/data_descriptors/variables/lpmon.gppshrub.json new file mode 100644 index 000000000..fc9873f91 --- /dev/null +++ b/data_descriptors/variables/lpmon.gppshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total GPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppShrub", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpptree b/data_descriptors/variables/lpmon.gpptree new file mode 100644 index 000000000..8410dfaa7 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpptree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.gpptree.json b/data_descriptors/variables/lpmon.gpptree.json new file mode 100644 index 000000000..8410dfaa7 --- /dev/null +++ b/data_descriptors/variables/lpmon.gpptree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.gpptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total GPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Gross Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "gppTree", + "positive": "", + "standard_name": "gross_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfrac b/data_descriptors/variables/lpmon.grassfrac new file mode 100644 index 000000000..e052b5a9f --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfrac.json b/data_descriptors/variables/lpmon.grassfrac.json new file mode 100644 index 000000000..e052b5a9f --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "mon", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfracc3 b/data_descriptors/variables/lpmon.grassfracc3 new file mode 100644 index 000000000..79f013af2 --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfracc3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfracc3.json b/data_descriptors/variables/lpmon.grassfracc3.json new file mode 100644 index 000000000..79f013af2 --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfracc3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3natg" + ], + "frequency": "mon", + "long_name": "C3 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfracc4 b/data_descriptors/variables/lpmon.grassfracc4 new file mode 100644 index 000000000..02939ae03 --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfracc4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.grassfracc4.json b/data_descriptors/variables/lpmon.grassfracc4.json new file mode 100644 index 000000000..02939ae03 --- /dev/null +++ b/data_descriptors/variables/lpmon.grassfracc4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.grassfracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4natg" + ], + "frequency": "mon", + "long_name": "C4 Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.hflslut b/data_descriptors/variables/lpmon.hflslut new file mode 100644 index 000000000..b49819720 --- /dev/null +++ b/data_descriptors/variables/lpmon.hflslut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.hflslut.json b/data_descriptors/variables/lpmon.hflslut.json new file mode 100644 index 000000000..b49819720 --- /dev/null +++ b/data_descriptors/variables/lpmon.hflslut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.hflslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Latent Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflsLut", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.hfsslut b/data_descriptors/variables/lpmon.hfsslut new file mode 100644 index 000000000..d9bff97fc --- /dev/null +++ b/data_descriptors/variables/lpmon.hfsslut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.hfsslut.json b/data_descriptors/variables/lpmon.hfsslut.json new file mode 100644 index 000000000..d9bff97fc --- /dev/null +++ b/data_descriptors/variables/lpmon.hfsslut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.hfsslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Upward sensible heat flux on land use tiles. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Sensible Heat Flux on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfssLut", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.husslut b/data_descriptors/variables/lpmon.husslut new file mode 100644 index 000000000..453d2875d --- /dev/null +++ b/data_descriptors/variables/lpmon.husslut @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.husslut.json b/data_descriptors/variables/lpmon.husslut.json new file mode 100644 index 000000000..453d2875d --- /dev/null +++ b/data_descriptors/variables/lpmon.husslut.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.husslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Normally, the specific humidity should be reported at the 2 meter height", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Specific Humidity on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hussLut", + "positive": "", + "standard_name": "specific_humidity", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.irrlut b/data_descriptors/variables/lpmon.irrlut new file mode 100644 index 000000000..d18ce41c6 --- /dev/null +++ b/data_descriptors/variables/lpmon.irrlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.irrlut.json b/data_descriptors/variables/lpmon.irrlut.json new file mode 100644 index 000000000..d18ce41c6 --- /dev/null +++ b/data_descriptors/variables/lpmon.irrlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.irrlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Mass flux of water due to irrigation.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Irrigation Flux Including any Irrigation for Crops, Trees, Pasture, or Urban Lawns", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "irrLut", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_water_due_to_irrigation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.lai b/data_descriptors/variables/lpmon.lai new file mode 100644 index 000000000..b799ed39a --- /dev/null +++ b/data_descriptors/variables/lpmon.lai @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.lai.json b/data_descriptors/variables/lpmon.lai.json new file mode 100644 index 000000000..b799ed39a --- /dev/null +++ b/data_descriptors/variables/lpmon.lai.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.lai.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "lai", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.lailut b/data_descriptors/variables/lpmon.lailut new file mode 100644 index 000000000..bf78ec74d --- /dev/null +++ b/data_descriptors/variables/lpmon.lailut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.lailut.json b/data_descriptors/variables/lpmon.lailut.json new file mode 100644 index 000000000..bf78ec74d --- /dev/null +++ b/data_descriptors/variables/lpmon.lailut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.lailut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Leaf Area Index on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "laiLut", + "positive": "", + "standard_name": "leaf_area_index", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.landcoverfrac b/data_descriptors/variables/lpmon.landcoverfrac new file mode 100644 index 000000000..c91385d18 --- /dev/null +++ b/data_descriptors/variables/lpmon.landcoverfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.landcoverfrac.json b/data_descriptors/variables/lpmon.landcoverfrac.json new file mode 100644 index 000000000..c91385d18 --- /dev/null +++ b/data_descriptors/variables/lpmon.landcoverfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.landcoverfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell area occupied by different model vegetation/land cover categories. The categories may differ from model to model, depending on each model's subgrid land cover category definitions. Categories may include natural vegetation, anthropogenic vegetation, bare soil, lakes, urban areas, glaciers, etc. Sum of all should equal the percentage of the grid cell that is land.", + "dimensions": [ + "longitude", + "latitude", + "vegtype", + "time" + ], + "frequency": "mon", + "long_name": "Percentage of Area by Vegetation or Land-Cover Category", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "landCoverFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrfso b/data_descriptors/variables/lpmon.mrfso new file mode 100644 index 000000000..dcdb3936a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrfso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrfso.json b/data_descriptors/variables/lpmon.mrfso.json new file mode 100644 index 000000000..dcdb3936a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrfso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrfso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass per unit area (summed over all model layers) of frozen water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Frozen Water Content", + "modeling_realm": [ + "land", + "landIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrfso", + "positive": "", + "standard_name": "soil_frozen_water_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrlso b/data_descriptors/variables/lpmon.mrlso new file mode 100644 index 000000000..1527bcc79 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrlso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrlso.json b/data_descriptors/variables/lpmon.mrlso.json new file mode 100644 index 000000000..1527bcc79 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrlso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrlso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass (summed over all all layers) of liquid water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Soil Liquid Water Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrlso", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrro b/data_descriptors/variables/lpmon.mrro new file mode 100644 index 000000000..cfeac5e9e --- /dev/null +++ b/data_descriptors/variables/lpmon.mrro @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrro.json b/data_descriptors/variables/lpmon.mrro.json new file mode 100644 index 000000000..cfeac5e9e --- /dev/null +++ b/data_descriptors/variables/lpmon.mrro.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total run-off (including drainage through the base of the soil model) per unit area leaving the land portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrro", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrrolut b/data_descriptors/variables/lpmon.mrrolut new file mode 100644 index 000000000..27c16067a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrrolut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrrolut.json b/data_descriptors/variables/lpmon.mrrolut.json new file mode 100644 index 000000000..27c16067a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrrolut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrrolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Runoff from Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrroLut", + "positive": "", + "standard_name": "runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrros b/data_descriptors/variables/lpmon.mrros new file mode 100644 index 000000000..b5e8161dd --- /dev/null +++ b/data_descriptors/variables/lpmon.mrros @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrros.json b/data_descriptors/variables/lpmon.mrros.json new file mode 100644 index 000000000..b5e8161dd --- /dev/null +++ b/data_descriptors/variables/lpmon.mrros.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrros.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The total surface run off leaving the land portion of the grid cell (excluding drainage through the base of the soil model).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Runoff", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrros", + "positive": "", + "standard_name": "surface_runoff_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsfl b/data_descriptors/variables/lpmon.mrsfl new file mode 100644 index 000000000..939971798 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsfl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsfl.json b/data_descriptors/variables/lpmon.mrsfl.json new file mode 100644 index 000000000..939971798 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsfl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsfl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in ice phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Frozen Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsfl", + "positive": "", + "standard_name": "frozen_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsll b/data_descriptors/variables/lpmon.mrsll new file mode 100644 index 000000000..01bd75cfd --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsll @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsll.json b/data_descriptors/variables/lpmon.mrsll.json new file mode 100644 index 000000000..01bd75cfd --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsll.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsll.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in liquid phase. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Liquid Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsll", + "positive": "", + "standard_name": "liquid_water_content_of_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrso b/data_descriptors/variables/lpmon.mrso new file mode 100644 index 000000000..d48fdf7c2 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrso.json b/data_descriptors/variables/lpmon.mrso.json new file mode 100644 index 000000000..d48fdf7c2 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "the mass per unit area (summed over all soil layers) of water in all phases.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture Content", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrso", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsol b/data_descriptors/variables/lpmon.mrsol new file mode 100644 index 000000000..7f63f8d4d --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsol @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsol.json b/data_descriptors/variables/lpmon.mrsol.json new file mode 100644 index 000000000..7f63f8d4d --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsol.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "in each soil layer, the mass of water in all phases, including ice. Reported as 'missing' for grid cells occupied entirely by 'sea'", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Total Water Content of Soil Layer", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsol", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsolut b/data_descriptors/variables/lpmon.mrsolut new file mode 100644 index 000000000..8b1b5da1f --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsolut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsolut.json b/data_descriptors/variables/lpmon.mrsolut.json new file mode 100644 index 000000000..8b1b5da1f --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsolut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsolut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Water' means water in all phases. 'Content' indicates a quantity per unit area. The mass content of water in soil refers to the vertical integral from the surface down to the bottom of the soil model. For the content between specified levels in the soil, standard names including 'content_of_soil_layer' are used.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Total Soil Moisture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsoLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsos b/data_descriptors/variables/lpmon.mrsos new file mode 100644 index 000000000..d2c193afb --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsos @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsos.json b/data_descriptors/variables/lpmon.mrsos.json new file mode 100644 index 000000000..d2c193afb --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsos.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The mass of water in all phases in the upper 10cm of the soil layer.", + "dimensions": [ + "longitude", + "latitude", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsos", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsoslut b/data_descriptors/variables/lpmon.mrsoslut new file mode 100644 index 000000000..9988a1a8a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsoslut @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrsoslut.json b/data_descriptors/variables/lpmon.mrsoslut.json new file mode 100644 index 000000000..9988a1a8a --- /dev/null +++ b/data_descriptors/variables/lpmon.mrsoslut.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.mrsoslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "sdepth1" + ], + "frequency": "mon", + "long_name": "Moisture in Upper Portion of Soil Column of Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrsosLut", + "positive": "", + "standard_name": "mass_content_of_water_in_soil_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrtws b/data_descriptors/variables/lpmon.mrtws new file mode 100644 index 000000000..b32c32bf7 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrtws @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.mrtws.json b/data_descriptors/variables/lpmon.mrtws.json new file mode 100644 index 000000000..b32c32bf7 --- /dev/null +++ b/data_descriptors/variables/lpmon.mrtws.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.mrtws.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Mass of water in all phases and in all components including soil, canopy, vegetation, ice sheets, rivers and ground water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Terrestrial Water Storage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mrtws", + "positive": "", + "standard_name": "land_water_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nbp b/data_descriptors/variables/lpmon.nbp new file mode 100644 index 000000000..f542ee6c4 --- /dev/null +++ b/data_descriptors/variables/lpmon.nbp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nbp.json b/data_descriptors/variables/lpmon.nbp.json new file mode 100644 index 000000000..f542ee6c4 --- /dev/null +++ b/data_descriptors/variables/lpmon.nbp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the net mass flux of carbon from atmosphere into land, calculated as photosynthesis MINUS the sum of plant and soil respiration, carbon fluxes from fire, harvest, grazing and land use change. Positive flux is into the land.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux out of Atmosphere Due to Net Biospheric Production on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nbp", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.necblut b/data_descriptors/variables/lpmon.necblut new file mode 100644 index 000000000..8d30c6f06 --- /dev/null +++ b/data_descriptors/variables/lpmon.necblut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.necblut.json b/data_descriptors/variables/lpmon.necblut.json new file mode 100644 index 000000000..8d30c6f06 --- /dev/null +++ b/data_descriptors/variables/lpmon.necblut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.necblut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Computed as npp minus heterotrophic respiration minus fire minus C leaching minus harvesting/clearing. Positive rate is into the land, negative rate is from the land. Do not include fluxes from anthropogenic product pools to atmosphere", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux into Land-Use Tile [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "necbLut", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nep b/data_descriptors/variables/lpmon.nep new file mode 100644 index 000000000..35c3731e5 --- /dev/null +++ b/data_descriptors/variables/lpmon.nep @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nep.json b/data_descriptors/variables/lpmon.nep.json new file mode 100644 index 000000000..35c3731e5 --- /dev/null +++ b/data_descriptors/variables/lpmon.nep.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nep.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Natural flux of CO2 (expressed as a mass flux of carbon) from the atmosphere to the land calculated as the difference between uptake associated will photosynthesis and the release of CO2 from the sum of plant and soil respiration and fire. Positive flux is into the land. Emissions from natural fires and human ignition fires as calculated by the fire module of the dynamic vegetation model, but excluding any CO2 flux from fire included in fLuc (CO2 Flux to Atmosphere from Land Use Change).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Carbon Mass Flux out of Atmosphere Due to Net Ecosystem Productivity on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nep", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes_excluding_anthropogenic_land_use_change", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandc13flux b/data_descriptors/variables/lpmon.netatmoslandc13flux new file mode 100644 index 000000000..b6f3bd11d --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandc13flux @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandc13flux.json b/data_descriptors/variables/lpmon.netatmoslandc13flux.json new file mode 100644 index 000000000..b6f3bd11d --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandc13flux.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandc13flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon 31as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).-", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 13C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC13Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandc14flux b/data_descriptors/variables/lpmon.netatmoslandc14flux new file mode 100644 index 000000000..2f4bdac2c --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandc14flux @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandc14flux.json b/data_descriptors/variables/lpmon.netatmoslandc14flux.json new file mode 100644 index 000000000..2f4bdac2c --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandc14flux.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandc14flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Mass Flux of 14C Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandC14Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandco2flux b/data_descriptors/variables/lpmon.netatmoslandco2flux new file mode 100644 index 000000000..a5034431b --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandco2flux @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.netatmoslandco2flux.json b/data_descriptors/variables/lpmon.netatmoslandco2flux.json new file mode 100644 index 000000000..a5034431b --- /dev/null +++ b/data_descriptors/variables/lpmon.netatmoslandco2flux.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.netatmoslandco2flux.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon as carbon dioxide into the land. This flux should be reproducible by differencing the sum of all carbon pools (cVeg, cLitter, cSoil, and cProducts or equivalently cLand) from one time step to the next, except in the case of lateral transfer of carbon due to harvest, riverine transport of dissolved organic and/or inorganic carbon, or any other process (in which case the lateral_carbon_transfer_over_land term, see below, will be zero data).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Flux of CO2 Between Atmosphere and Land (Positive into Land) as a Result of All Processes [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "netAtmosLandCO2Flux", + "positive": "down", + "standard_name": "surface_net_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_all_land_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nland b/data_descriptors/variables/lpmon.nland new file mode 100644 index 000000000..1c84da16d --- /dev/null +++ b/data_descriptors/variables/lpmon.nland @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nland.json b/data_descriptors/variables/lpmon.nland.json new file mode 100644 index 000000000..1c84da16d --- /dev/null +++ b/data_descriptors/variables/lpmon.nland.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nland.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Nitrogen in All Terrestrial Nitrogen Pools", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLand", + "positive": "", + "standard_name": "mass_content_of_nitrogen_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nleaf b/data_descriptors/variables/lpmon.nleaf new file mode 100644 index 000000000..3ff332770 --- /dev/null +++ b/data_descriptors/variables/lpmon.nleaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nleaf.json b/data_descriptors/variables/lpmon.nleaf.json new file mode 100644 index 000000000..3ff332770 --- /dev/null +++ b/data_descriptors/variables/lpmon.nleaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Leaves", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLeaf", + "positive": "", + "standard_name": "leaf_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlitter b/data_descriptors/variables/lpmon.nlitter new file mode 100644 index 000000000..68277f442 --- /dev/null +++ b/data_descriptors/variables/lpmon.nlitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlitter.json b/data_descriptors/variables/lpmon.nlitter.json new file mode 100644 index 000000000..68277f442 --- /dev/null +++ b/data_descriptors/variables/lpmon.nlitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitter", + "positive": "", + "standard_name": "litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittercwd b/data_descriptors/variables/lpmon.nlittercwd new file mode 100644 index 000000000..0f9bc6244 --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittercwd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittercwd.json b/data_descriptors/variables/lpmon.nlittercwd.json new file mode 100644 index 000000000..0f9bc6244 --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittercwd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittercwd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Wood debris' means dead organic matter composed of coarse wood. It is distinct from fine litter. The precise distinction between 'fine' and 'coarse' is model dependent. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Coarse Woody Debris", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterCwd", + "positive": "", + "standard_name": "wood_debris_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittersubsurf b/data_descriptors/variables/lpmon.nlittersubsurf new file mode 100644 index 000000000..ba0ad929c --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittersubsurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittersubsurf.json b/data_descriptors/variables/lpmon.nlittersubsurf.json new file mode 100644 index 000000000..ba0ad929c --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittersubsurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittersubsurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Subsurface litter' means the part of the litter mixed within the soil below the surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Below-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSubSurf", + "positive": "", + "standard_name": "subsurface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittersurf b/data_descriptors/variables/lpmon.nlittersurf new file mode 100644 index 000000000..60f995a0a --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittersurf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nlittersurf.json b/data_descriptors/variables/lpmon.nlittersurf.json new file mode 100644 index 000000000..60f995a0a --- /dev/null +++ b/data_descriptors/variables/lpmon.nlittersurf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nlittersurf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Content' indicates a quantity per unit area. 'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Surface litter' means the part of the litter resting above the soil surface. The sum of the quantities with standard names wood_debris_mass_content_of_nitrogen, surface_litter_mass_content_of_nitrogen and subsurface_litter_mass_content_of_nitrogen is the total nitrogen mass content of dead plant material.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Above-Ground Litter (non CWD)", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nLitterSurf", + "positive": "", + "standard_name": "surface_litter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineral b/data_descriptors/variables/lpmon.nmineral new file mode 100644 index 000000000..0025b4b79 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineral @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineral.json b/data_descriptors/variables/lpmon.nmineral.json new file mode 100644 index 000000000..0025b4b79 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineral.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineral.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium, nitrite, nitrate, etc over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrogen in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineral", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrogen_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineralnh4 b/data_descriptors/variables/lpmon.nmineralnh4 new file mode 100644 index 000000000..2acd93258 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineralnh4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineralnh4.json b/data_descriptors/variables/lpmon.nmineralnh4.json new file mode 100644 index 000000000..2acd93258 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineralnh4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineralnh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of ammonium over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Ammonium in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNH4", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_ammonium_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineralno3 b/data_descriptors/variables/lpmon.nmineralno3 new file mode 100644 index 000000000..f83caa325 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineralno3 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nmineralno3.json b/data_descriptors/variables/lpmon.nmineralno3.json new file mode 100644 index 000000000..f83caa325 --- /dev/null +++ b/data_descriptors/variables/lpmon.nmineralno3.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nmineralno3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "SUM of nitrate over all soil layers", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mineral Nitrate in the Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nMineralNO3", + "positive": "", + "standard_name": "soil_mass_content_of_inorganic_nitrate_expressed_as_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nother b/data_descriptors/variables/lpmon.nother new file mode 100644 index 000000000..753a2db61 --- /dev/null +++ b/data_descriptors/variables/lpmon.nother @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nother.json b/data_descriptors/variables/lpmon.nother.json new file mode 100644 index 000000000..753a2db61 --- /dev/null +++ b/data_descriptors/variables/lpmon.nother.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "E.g. fruits, seeds, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation Components Other than Leaves, Stem and Root", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nOther", + "positive": "", + "standard_name": "miscellaneous_living_matter_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npp b/data_descriptors/variables/lpmon.npp new file mode 100644 index 000000000..13459547b --- /dev/null +++ b/data_descriptors/variables/lpmon.npp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npp.json b/data_descriptors/variables/lpmon.npp.json new file mode 100644 index 000000000..13459547b --- /dev/null +++ b/data_descriptors/variables/lpmon.npp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "npp", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppgrass b/data_descriptors/variables/lpmon.nppgrass new file mode 100644 index 000000000..0d5e0ce67 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppgrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppgrass.json b/data_descriptors/variables/lpmon.nppgrass.json new file mode 100644 index 000000000..0d5e0ce67 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppgrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total NPP of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppGrass", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppleaf b/data_descriptors/variables/lpmon.nppleaf new file mode 100644 index 000000000..1d8eba21f --- /dev/null +++ b/data_descriptors/variables/lpmon.nppleaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppleaf.json b/data_descriptors/variables/lpmon.nppleaf.json new file mode 100644 index 000000000..1d8eba21f --- /dev/null +++ b/data_descriptors/variables/lpmon.nppleaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by leaves due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLeaf", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npplut b/data_descriptors/variables/lpmon.npplut new file mode 100644 index 000000000..2626b4a3a --- /dev/null +++ b/data_descriptors/variables/lpmon.npplut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npplut.json b/data_descriptors/variables/lpmon.npplut.json new file mode 100644 index 000000000..2626b4a3a --- /dev/null +++ b/data_descriptors/variables/lpmon.npplut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.npplut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "'Production of carbon' means the production of biomass expressed as the mass of carbon which it contains. Net primary production is the excess of gross primary production (rate of synthesis of biomass from inorganic precursors) by autotrophs ('producers'), for example, photosynthesis in plants or phytoplankton, over the rate at which the autotrophs themselves respire some of this biomass. 'Productivity' means production per unit area. The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppLut", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppother b/data_descriptors/variables/lpmon.nppother new file mode 100644 index 000000000..173bdd168 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppother @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppother.json b/data_descriptors/variables/lpmon.nppother.json new file mode 100644 index 000000000..173bdd168 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppother.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppOther", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npproot b/data_descriptors/variables/lpmon.npproot new file mode 100644 index 000000000..8afc05729 --- /dev/null +++ b/data_descriptors/variables/lpmon.npproot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npproot.json b/data_descriptors/variables/lpmon.npproot.json new file mode 100644 index 000000000..8afc05729 --- /dev/null +++ b/data_descriptors/variables/lpmon.npproot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npproot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by roots due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppRoot", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppshrub b/data_descriptors/variables/lpmon.nppshrub new file mode 100644 index 000000000..5c71b0b31 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppshrub.json b/data_descriptors/variables/lpmon.nppshrub.json new file mode 100644 index 000000000..5c71b0b31 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total NPP of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppShrub", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppstem b/data_descriptors/variables/lpmon.nppstem new file mode 100644 index 000000000..9c0c2aff6 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppstem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppstem.json b/data_descriptors/variables/lpmon.nppstem.json new file mode 100644 index 000000000..9c0c2aff6 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppstem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with npp_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppStem", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npptree b/data_descriptors/variables/lpmon.npptree new file mode 100644 index 000000000..0f13256cf --- /dev/null +++ b/data_descriptors/variables/lpmon.npptree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.npptree.json b/data_descriptors/variables/lpmon.npptree.json new file mode 100644 index 000000000..0f13256cf --- /dev/null +++ b/data_descriptors/variables/lpmon.npptree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.npptree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total NPP of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppTree", + "positive": "", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppwood b/data_descriptors/variables/lpmon.nppwood new file mode 100644 index 000000000..bf49a5b76 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppwood @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nppwood.json b/data_descriptors/variables/lpmon.nppwood.json new file mode 100644 index 000000000..bf49a5b76 --- /dev/null +++ b/data_descriptors/variables/lpmon.nppwood.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nppwood.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "This is the rate of carbon uptake by wood due to NPP", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Production Allocated to Wood as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nppWood", + "positive": "down", + "standard_name": "net_primary_productivity_of_biomass_expressed_as_carbon_accumulated_in_wood", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nproduct b/data_descriptors/variables/lpmon.nproduct new file mode 100644 index 000000000..e97ac4a18 --- /dev/null +++ b/data_descriptors/variables/lpmon.nproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nproduct.json b/data_descriptors/variables/lpmon.nproduct.json new file mode 100644 index 000000000..e97ac4a18 --- /dev/null +++ b/data_descriptors/variables/lpmon.nproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nProduct", + "positive": "", + "standard_name": "nitrogen_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nroot b/data_descriptors/variables/lpmon.nroot new file mode 100644 index 000000000..b61f6d344 --- /dev/null +++ b/data_descriptors/variables/lpmon.nroot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nroot.json b/data_descriptors/variables/lpmon.nroot.json new file mode 100644 index 000000000..b61f6d344 --- /dev/null +++ b/data_descriptors/variables/lpmon.nroot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including fine and coarse roots.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Roots", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nRoot", + "positive": "", + "standard_name": "root_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nsoil b/data_descriptors/variables/lpmon.nsoil new file mode 100644 index 000000000..35d88127d --- /dev/null +++ b/data_descriptors/variables/lpmon.nsoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nsoil.json b/data_descriptors/variables/lpmon.nsoil.json new file mode 100644 index 000000000..35d88127d --- /dev/null +++ b/data_descriptors/variables/lpmon.nsoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nSoil", + "positive": "", + "standard_name": "soil_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nstem b/data_descriptors/variables/lpmon.nstem new file mode 100644 index 000000000..86dd1a436 --- /dev/null +++ b/data_descriptors/variables/lpmon.nstem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nstem.json b/data_descriptors/variables/lpmon.nstem.json new file mode 100644 index 000000000..86dd1a436 --- /dev/null +++ b/data_descriptors/variables/lpmon.nstem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nstem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "including sapwood and hardwood.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Stem", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nStem", + "positive": "", + "standard_name": "stem_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nveg b/data_descriptors/variables/lpmon.nveg new file mode 100644 index 000000000..ceaeab195 --- /dev/null +++ b/data_descriptors/variables/lpmon.nveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nveg.json b/data_descriptors/variables/lpmon.nveg.json new file mode 100644 index 000000000..ceaeab195 --- /dev/null +++ b/data_descriptors/variables/lpmon.nveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.nveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nVeg", + "positive": "", + "standard_name": "vegetation_mass_content_of_nitrogen", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nwdfraclut b/data_descriptors/variables/lpmon.nwdfraclut new file mode 100644 index 000000000..6ee4c3d1c --- /dev/null +++ b/data_descriptors/variables/lpmon.nwdfraclut @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.nwdfraclut.json b/data_descriptors/variables/lpmon.nwdfraclut.json new file mode 100644 index 000000000..6ee4c3d1c --- /dev/null +++ b/data_descriptors/variables/lpmon.nwdfraclut.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.nwdfraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of land use tile tile that is non-woody vegetation ( e.g. herbaceous crops)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "typenwd" + ], + "frequency": "mon", + "long_name": "Non-Woody Vegetation Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nwdFracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.orog b/data_descriptors/variables/lpmon.orog new file mode 100644 index 000000000..87354a35e --- /dev/null +++ b/data_descriptors/variables/lpmon.orog @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.orog.json b/data_descriptors/variables/lpmon.orog.json new file mode 100644 index 000000000..87354a35e --- /dev/null +++ b/data_descriptors/variables/lpmon.orog.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.orog.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Altitude", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "orog", + "positive": "", + "standard_name": "surface_altitude", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefrac b/data_descriptors/variables/lpmon.pasturefrac new file mode 100644 index 000000000..8f3fe92f9 --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefrac.json b/data_descriptors/variables/lpmon.pasturefrac.json new file mode 100644 index 000000000..8f3fe92f9 --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by anthropogenic pasture.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepasture" + ], + "frequency": "mon", + "long_name": "Percentage of Land Which Is Anthropogenic Pasture", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefracc3 b/data_descriptors/variables/lpmon.pasturefracc3 new file mode 100644 index 000000000..9ba1ab831 --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefracc3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefracc3.json b/data_descriptors/variables/lpmon.pasturefracc3.json new file mode 100644 index 000000000..9ba1ab831 --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefracc3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefracc3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C3 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec3pastures" + ], + "frequency": "mon", + "long_name": "C3 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC3", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefracc4 b/data_descriptors/variables/lpmon.pasturefracc4 new file mode 100644 index 000000000..b875d8f7d --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefracc4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.pasturefracc4.json b/data_descriptors/variables/lpmon.pasturefracc4.json new file mode 100644 index 000000000..b875d8f7d --- /dev/null +++ b/data_descriptors/variables/lpmon.pasturefracc4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.pasturefracc4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell covered by C4 pasture", + "dimensions": [ + "longitude", + "latitude", + "time", + "typec4pastures" + ], + "frequency": "mon", + "long_name": "C4 Pasture Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pastureFracC4", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.prveg b/data_descriptors/variables/lpmon.prveg new file mode 100644 index 000000000..e2271bac4 --- /dev/null +++ b/data_descriptors/variables/lpmon.prveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.prveg.json b/data_descriptors/variables/lpmon.prveg.json new file mode 100644 index 000000000..e2271bac4 --- /dev/null +++ b/data_descriptors/variables/lpmon.prveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.prveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "The precipitation flux that is intercepted by the vegetation canopy (if present in model) before reaching the ground.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Precipitation onto Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prveg", + "positive": "", + "standard_name": "precipitation_flux_onto_canopy", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ra b/data_descriptors/variables/lpmon.ra new file mode 100644 index 000000000..ecf839e8d --- /dev/null +++ b/data_descriptors/variables/lpmon.ra @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ra.json b/data_descriptors/variables/lpmon.ra.json new file mode 100644 index 000000000..ecf839e8d --- /dev/null +++ b/data_descriptors/variables/lpmon.ra.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ra.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ra", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rac13 b/data_descriptors/variables/lpmon.rac13 new file mode 100644 index 000000000..40d95718b --- /dev/null +++ b/data_descriptors/variables/lpmon.rac13 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rac13.json b/data_descriptors/variables/lpmon.rac13.json new file mode 100644 index 000000000..40d95718b --- /dev/null +++ b/data_descriptors/variables/lpmon.rac13.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rac13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-13 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rac14 b/data_descriptors/variables/lpmon.rac14 new file mode 100644 index 000000000..037f032ab --- /dev/null +++ b/data_descriptors/variables/lpmon.rac14 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rac14.json b/data_descriptors/variables/lpmon.rac14.json new file mode 100644 index 000000000..037f032ab --- /dev/null +++ b/data_descriptors/variables/lpmon.rac14.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rac14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Flux of carbon-14 into the atmosphere due to plant respiration. Plant respiration is the sum of respiration by parts of plants both above and below the soil. It is assumed that all the respired carbon dioxide is emitted to the atmosphere. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Autotrophic (Plant) Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rac14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ragrass b/data_descriptors/variables/lpmon.ragrass new file mode 100644 index 000000000..38f49bac3 --- /dev/null +++ b/data_descriptors/variables/lpmon.ragrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ragrass.json b/data_descriptors/variables/lpmon.ragrass.json new file mode 100644 index 000000000..38f49bac3 --- /dev/null +++ b/data_descriptors/variables/lpmon.ragrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ragrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RA of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raleaf b/data_descriptors/variables/lpmon.raleaf new file mode 100644 index 000000000..5e3ee4e13 --- /dev/null +++ b/data_descriptors/variables/lpmon.raleaf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raleaf.json b/data_descriptors/variables/lpmon.raleaf.json new file mode 100644 index 000000000..5e3ee4e13 --- /dev/null +++ b/data_descriptors/variables/lpmon.raleaf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raleaf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Leaves as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLeaf", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_leaves", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ralut b/data_descriptors/variables/lpmon.ralut new file mode 100644 index 000000000..61b2f4ad1 --- /dev/null +++ b/data_descriptors/variables/lpmon.ralut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ralut.json b/data_descriptors/variables/lpmon.ralut.json new file mode 100644 index 000000000..61b2f4ad1 --- /dev/null +++ b/data_descriptors/variables/lpmon.ralut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.ralut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to autotrophic respiration on land (respiration by producers) [see rh for heterotrophic production]. Calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raother b/data_descriptors/variables/lpmon.raother new file mode 100644 index 000000000..f691a16ef --- /dev/null +++ b/data_descriptors/variables/lpmon.raother @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raother.json b/data_descriptors/variables/lpmon.raother.json new file mode 100644 index 000000000..f691a16ef --- /dev/null +++ b/data_descriptors/variables/lpmon.raother.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raother.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Other Pools (not Leaves Stem or Roots) as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raOther", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_miscellaneous_living_matter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raroot b/data_descriptors/variables/lpmon.raroot new file mode 100644 index 000000000..2762f9a56 --- /dev/null +++ b/data_descriptors/variables/lpmon.raroot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.raroot.json b/data_descriptors/variables/lpmon.raroot.json new file mode 100644 index 000000000..2762f9a56 --- /dev/null +++ b/data_descriptors/variables/lpmon.raroot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.raroot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Total autotrophic respiration from all belowground plant parts. This has benchmarking value because the sum of Rh and root respiration can be compared to observations of total soil respiration.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Roots as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raRoot", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_roots", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rashrub b/data_descriptors/variables/lpmon.rashrub new file mode 100644 index 000000000..088880e89 --- /dev/null +++ b/data_descriptors/variables/lpmon.rashrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rashrub.json b/data_descriptors/variables/lpmon.rashrub.json new file mode 100644 index 000000000..088880e89 --- /dev/null +++ b/data_descriptors/variables/lpmon.rashrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rashrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RA of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rastem b/data_descriptors/variables/lpmon.rastem new file mode 100644 index 000000000..4d6ebc441 --- /dev/null +++ b/data_descriptors/variables/lpmon.rastem @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rastem.json b/data_descriptors/variables/lpmon.rastem.json new file mode 100644 index 000000000..4d6ebc441 --- /dev/null +++ b/data_descriptors/variables/lpmon.rastem.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rastem.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "added for completeness with Ra_root", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Respiration from Stem as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raStem", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_in_stems", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ratree b/data_descriptors/variables/lpmon.ratree new file mode 100644 index 000000000..8af8b3084 --- /dev/null +++ b/data_descriptors/variables/lpmon.ratree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.ratree.json b/data_descriptors/variables/lpmon.ratree.json new file mode 100644 index 000000000..8af8b3084 --- /dev/null +++ b/data_descriptors/variables/lpmon.ratree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.ratree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RA of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Autotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "raTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.residualfrac b/data_descriptors/variables/lpmon.residualfrac new file mode 100644 index 000000000..420c1e7e0 --- /dev/null +++ b/data_descriptors/variables/lpmon.residualfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.residualfrac.json b/data_descriptors/variables/lpmon.residualfrac.json new file mode 100644 index 000000000..420c1e7e0 --- /dev/null +++ b/data_descriptors/variables/lpmon.residualfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "mon", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rgrowth b/data_descriptors/variables/lpmon.rgrowth new file mode 100644 index 000000000..5f5161733 --- /dev/null +++ b/data_descriptors/variables/lpmon.rgrowth @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rgrowth.json b/data_descriptors/variables/lpmon.rgrowth.json new file mode 100644 index 000000000..5f5161733 --- /dev/null +++ b/data_descriptors/variables/lpmon.rgrowth.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rgrowth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Growth respiration is defined as the additional carbon cost for the synthesis of new growth.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Autotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rGrowth", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_growth", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rh b/data_descriptors/variables/lpmon.rh new file mode 100644 index 000000000..96d72e473 --- /dev/null +++ b/data_descriptors/variables/lpmon.rh @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rh.json b/data_descriptors/variables/lpmon.rh.json new file mode 100644 index 000000000..96d72e473 --- /dev/null +++ b/data_descriptors/variables/lpmon.rh.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rh.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Total Heterotrophic Respiration on Land as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rh", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhc13 b/data_descriptors/variables/lpmon.rhc13 new file mode 100644 index 000000000..1a76983a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhc13 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhc13.json b/data_descriptors/variables/lpmon.rhc13.json new file mode 100644 index 000000000..1a76983a3 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhc13.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhc13.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-13 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc13", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_13C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhc14 b/data_descriptors/variables/lpmon.rhc14 new file mode 100644 index 000000000..6663c473a --- /dev/null +++ b/data_descriptors/variables/lpmon.rhc14 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhc14.json b/data_descriptors/variables/lpmon.rhc14.json new file mode 100644 index 000000000..6663c473a --- /dev/null +++ b/data_descriptors/variables/lpmon.rhc14.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhc14.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Heterotrophic respiration is respiration by heterotrophs ('consumers'), which are organisms (including animals and decomposers) that consume other organisms or dead organic material, rather than synthesising organic material from inorganic precursors using energy from the environment (especially sunlight) as autotrophs ('producers') do. Heterotrophic respiration goes on within both the soil and litter pools.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon-14 Mass Flux into Atmosphere Due to Heterotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhc14", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_14C_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhgrass b/data_descriptors/variables/lpmon.rhgrass new file mode 100644 index 000000000..10d7245ee --- /dev/null +++ b/data_descriptors/variables/lpmon.rhgrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhgrass.json b/data_descriptors/variables/lpmon.rhgrass.json new file mode 100644 index 000000000..10d7245ee --- /dev/null +++ b/data_descriptors/variables/lpmon.rhgrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Total RH of grass in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Grass Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhGrass", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhlitter b/data_descriptors/variables/lpmon.rhlitter new file mode 100644 index 000000000..791a045d7 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhlitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhlitter.json b/data_descriptors/variables/lpmon.rhlitter.json new file mode 100644 index 000000000..791a045d7 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhlitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhlitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate litter bulk turnover time. Includes respiration from CWD as well.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Litter on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLitter", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_litter", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhlut b/data_descriptors/variables/lpmon.rhlut new file mode 100644 index 000000000..08905db43 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhlut.json b/data_descriptors/variables/lpmon.rhlut.json new file mode 100644 index 000000000..08905db43 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rhlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Carbon mass flux per unit area into atmosphere due to heterotrophic respiration on land (respiration by consumers), calculated on land-use tiles.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Land-Use Tile as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhLut", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhshrub b/data_descriptors/variables/lpmon.rhshrub new file mode 100644 index 000000000..ea0730332 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhshrub.json b/data_descriptors/variables/lpmon.rhshrub.json new file mode 100644 index 000000000..ea0730332 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Total RH of shrubs in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Shrub Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhShrub", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhsoil b/data_descriptors/variables/lpmon.rhsoil new file mode 100644 index 000000000..d04fa1c65 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhsoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhsoil.json b/data_descriptors/variables/lpmon.rhsoil.json new file mode 100644 index 000000000..d04fa1c65 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhsoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhsoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Needed to calculate soil bulk turnover time", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Heterotrophic Respiration from Soil on Land", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhSoil", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_due_to_heterotrophic_respiration_in_soil", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhtree b/data_descriptors/variables/lpmon.rhtree new file mode 100644 index 000000000..be5b268c0 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhtree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rhtree.json b/data_descriptors/variables/lpmon.rhtree.json new file mode 100644 index 000000000..be5b268c0 --- /dev/null +++ b/data_descriptors/variables/lpmon.rhtree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rhtree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Total RH of trees in the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heterotrophic Respiration on Tree Tiles as Carbon Mass Flux [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rhTree", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_heterotrophic_respiration", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rluslut b/data_descriptors/variables/lpmon.rluslut new file mode 100644 index 000000000..a217ac30c --- /dev/null +++ b/data_descriptors/variables/lpmon.rluslut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rluslut.json b/data_descriptors/variables/lpmon.rluslut.json new file mode 100644 index 000000000..a217ac30c --- /dev/null +++ b/data_descriptors/variables/lpmon.rluslut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rluslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Longwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlusLut", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rmaint b/data_descriptors/variables/lpmon.rmaint new file mode 100644 index 000000000..3af55edc5 --- /dev/null +++ b/data_descriptors/variables/lpmon.rmaint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rmaint.json b/data_descriptors/variables/lpmon.rmaint.json new file mode 100644 index 000000000..3af55edc5 --- /dev/null +++ b/data_descriptors/variables/lpmon.rmaint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.rmaint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Maintenance respiration is defined as the carbon cost to support the metabolic activity of existing live tissue.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Carbon Mass Flux into Atmosphere Due to Maintenance Autotrophic Respiration on Land [kgC m-2 s-1]", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rMaint", + "positive": "up", + "standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_plant_respiration_for_biomass_maintenance", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rsuslut b/data_descriptors/variables/lpmon.rsuslut new file mode 100644 index 000000000..228d9b388 --- /dev/null +++ b/data_descriptors/variables/lpmon.rsuslut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.rsuslut.json b/data_descriptors/variables/lpmon.rsuslut.json new file mode 100644 index 000000000..228d9b388 --- /dev/null +++ b/data_descriptors/variables/lpmon.rsuslut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.rsuslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Upwelling Shortwave on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsusLut", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.sftgif b/data_descriptors/variables/lpmon.sftgif new file mode 100644 index 000000000..b641de4d9 --- /dev/null +++ b/data_descriptors/variables/lpmon.sftgif @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.sftgif.json b/data_descriptors/variables/lpmon.sftgif.json new file mode 100644 index 000000000..b641de4d9 --- /dev/null +++ b/data_descriptors/variables/lpmon.sftgif.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.sftgif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Land Ice Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftgif", + "positive": "", + "standard_name": "land_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.shrubfrac b/data_descriptors/variables/lpmon.shrubfrac new file mode 100644 index 000000000..08c082316 --- /dev/null +++ b/data_descriptors/variables/lpmon.shrubfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.shrubfrac.json b/data_descriptors/variables/lpmon.shrubfrac.json new file mode 100644 index 000000000..08c082316 --- /dev/null +++ b/data_descriptors/variables/lpmon.shrubfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.swelut b/data_descriptors/variables/lpmon.swelut new file mode 100644 index 000000000..cab3cf3c8 --- /dev/null +++ b/data_descriptors/variables/lpmon.swelut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.swelut.json b/data_descriptors/variables/lpmon.swelut.json new file mode 100644 index 000000000..cab3cf3c8 --- /dev/null +++ b/data_descriptors/variables/lpmon.swelut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.swelut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'lwe' means liquid water equivalent. 'Amount' means mass per unit area. The construction lwe_thickness_of_X_amount or _content means the vertical extent of a layer of liquid water having the same mass per unit area. Surface amount refers to the amount on the ground, excluding that on the plant or vegetation canopy.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Snow Water Equivalent on Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sweLut", + "positive": "", + "standard_name": "lwe_thickness_of_surface_snow_amount", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.taslut b/data_descriptors/variables/lpmon.taslut new file mode 100644 index 000000000..e653c05dd --- /dev/null +++ b/data_descriptors/variables/lpmon.taslut @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.taslut.json b/data_descriptors/variables/lpmon.taslut.json new file mode 100644 index 000000000..e653c05dd --- /dev/null +++ b/data_descriptors/variables/lpmon.taslut.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "lpmon.taslut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Air temperature is the bulk temperature of the air, not the surface (skin) temperature.", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time", + "height2m" + ], + "frequency": "mon", + "long_name": "Near-Surface Air Temperature on Land Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tasLut", + "positive": "", + "standard_name": "air_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tran b/data_descriptors/variables/lpmon.tran new file mode 100644 index 000000000..9c517c09d --- /dev/null +++ b/data_descriptors/variables/lpmon.tran @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tran.json b/data_descriptors/variables/lpmon.tran.json new file mode 100644 index 000000000..9c517c09d --- /dev/null +++ b/data_descriptors/variables/lpmon.tran.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.tran.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Transpiration (may include dew formation as a negative flux).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Transpiration", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tran", + "positive": "up", + "standard_name": "transpiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefrac b/data_descriptors/variables/lpmon.treefrac new file mode 100644 index 000000000..0f6a55897 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefrac.json b/data_descriptors/variables/lpmon.treefrac.json new file mode 100644 index 000000000..0f6a55897 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "mon", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracbdldcd b/data_descriptors/variables/lpmon.treefracbdldcd new file mode 100644 index 000000000..689aeb837 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracbdldcd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracbdldcd.json b/data_descriptors/variables/lpmon.treefracbdldcd.json new file mode 100644 index 000000000..689aeb837 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracbdldcd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracbdldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebd" + ], + "frequency": "mon", + "long_name": "Broadleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracbdlevg b/data_descriptors/variables/lpmon.treefracbdlevg new file mode 100644 index 000000000..bb2ef9f2e --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracbdlevg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracbdlevg.json b/data_descriptors/variables/lpmon.treefracbdlevg.json new file mode 100644 index 000000000..bb2ef9f2e --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracbdlevg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracbdlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by broadleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreebe" + ], + "frequency": "mon", + "long_name": "Broadleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracBdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracndldcd b/data_descriptors/variables/lpmon.treefracndldcd new file mode 100644 index 000000000..67cf1124b --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracndldcd @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracndldcd.json b/data_descriptors/variables/lpmon.treefracndldcd.json new file mode 100644 index 000000000..67cf1124b --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracndldcd.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracndldcd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreend" + ], + "frequency": "mon", + "long_name": "Needleleaf Deciduous Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlDcd", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracndlevg b/data_descriptors/variables/lpmon.treefracndlevg new file mode 100644 index 000000000..3acd4924b --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracndlevg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracndlevg.json b/data_descriptors/variables/lpmon.treefracndlevg.json new file mode 100644 index 000000000..3acd4924b --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracndlevg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracndlevg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "This is the percentage of the entire grid cell that is covered by needleleaf evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetreene" + ], + "frequency": "mon", + "long_name": "Needleleaf Evergreen Tree Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracNdlEvg", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracprimdec b/data_descriptors/variables/lpmon.treefracprimdec new file mode 100644 index 000000000..af51502f8 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracprimdec @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracprimdec.json b/data_descriptors/variables/lpmon.treefracprimdec.json new file mode 100644 index 000000000..af51502f8 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracprimdec.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracprimdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of the entire grid cell that is covered by total primary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Deciduous Tree", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracprimever b/data_descriptors/variables/lpmon.treefracprimever new file mode 100644 index 000000000..de11c5eb4 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracprimever @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracprimever.json b/data_descriptors/variables/lpmon.treefracprimever.json new file mode 100644 index 000000000..de11c5eb4 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracprimever.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracprimever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by primary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typepever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Primary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracPrimEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracsecdec b/data_descriptors/variables/lpmon.treefracsecdec new file mode 100644 index 000000000..af35d7042 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracsecdec @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracsecdec.json b/data_descriptors/variables/lpmon.treefracsecdec.json new file mode 100644 index 000000000..af35d7042 --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracsecdec.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracsecdec.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary deciduous trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesdec" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Deciduous Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecDec", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracsecever b/data_descriptors/variables/lpmon.treefracsecever new file mode 100644 index 000000000..172752eca --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracsecever @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.treefracsecever.json b/data_descriptors/variables/lpmon.treefracsecever.json new file mode 100644 index 000000000..172752eca --- /dev/null +++ b/data_descriptors/variables/lpmon.treefracsecever.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.treefracsecever.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by secondary evergreen trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesever" + ], + "frequency": "mon", + "long_name": "Percentage Cover by Secondary Evergreen Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFracSecEver", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tsl b/data_descriptors/variables/lpmon.tsl new file mode 100644 index 000000000..005b94b35 --- /dev/null +++ b/data_descriptors/variables/lpmon.tsl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tsl.json b/data_descriptors/variables/lpmon.tsl.json new file mode 100644 index 000000000..005b94b35 --- /dev/null +++ b/data_descriptors/variables/lpmon.tsl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tsl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Temperature of soil. Reported as missing for grid cells with no land.", + "dimensions": [ + "longitude", + "latitude", + "sdepth", + "time" + ], + "frequency": "mon", + "long_name": "Temperature of Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tsl", + "positive": "", + "standard_name": "soil_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tslsilut b/data_descriptors/variables/lpmon.tslsilut new file mode 100644 index 000000000..a8dc2448c --- /dev/null +++ b/data_descriptors/variables/lpmon.tslsilut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tslsilut.json b/data_descriptors/variables/lpmon.tslsilut.json new file mode 100644 index 000000000..a8dc2448c --- /dev/null +++ b/data_descriptors/variables/lpmon.tslsilut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tslsilut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sector", + "comment": "Surface temperature (i.e. temperature at which long-wave radiation emitted)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature on Landuse Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tslsiLut", + "positive": "", + "standard_name": "surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tsoilpools b/data_descriptors/variables/lpmon.tsoilpools new file mode 100644 index 000000000..47735b3af --- /dev/null +++ b/data_descriptors/variables/lpmon.tsoilpools @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.tsoilpools.json b/data_descriptors/variables/lpmon.tsoilpools.json new file mode 100644 index 000000000..47735b3af --- /dev/null +++ b/data_descriptors/variables/lpmon.tsoilpools.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.tsoilpools.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "defined as 1/(turnover time) for each soil pool. Use the same pools reported under cSoilPools", + "dimensions": [ + "longitude", + "latitude", + "soilpools", + "time" + ], + "frequency": "mon", + "long_name": "Turnover Rate of Each Model Soil Carbon Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tSoilPools", + "positive": "", + "standard_name": "soil_pool_carbon_decay_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegfrac b/data_descriptors/variables/lpmon.vegfrac new file mode 100644 index 000000000..e995f21f1 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegfrac.json b/data_descriptors/variables/lpmon.vegfrac.json new file mode 100644 index 000000000..e995f21f1 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "mon", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheight b/data_descriptors/variables/lpmon.vegheight new file mode 100644 index 000000000..cfd66b54a --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheight @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheight.json b/data_descriptors/variables/lpmon.vegheight.json new file mode 100644 index 000000000..cfd66b54a --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheight.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheight.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where vegetation (comment: mask=vegFrac)", + "comment": "Vegetation height averaged over all vegetation types and over the vegetated fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of the Vegetation Canopy", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeight", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightcrop b/data_descriptors/variables/lpmon.vegheightcrop new file mode 100644 index 000000000..f22457cbd --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightcrop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightcrop.json b/data_descriptors/variables/lpmon.vegheightcrop.json new file mode 100644 index 000000000..f22457cbd --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightcrop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightcrop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where crops (comment: mask=cropFrac)", + "comment": "Vegetation height averaged over the crop fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Crops", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightCrop", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightgrass b/data_descriptors/variables/lpmon.vegheightgrass new file mode 100644 index 000000000..863478b18 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightgrass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightgrass.json b/data_descriptors/variables/lpmon.vegheightgrass.json new file mode 100644 index 000000000..863478b18 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightgrass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightgrass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where natural_grasses (comment: mask=grassFrac)", + "comment": "Vegetation height averaged over the grass fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Grass", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightGrass", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightpasture b/data_descriptors/variables/lpmon.vegheightpasture new file mode 100644 index 000000000..7e4e72bfe --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightpasture @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightpasture.json b/data_descriptors/variables/lpmon.vegheightpasture.json new file mode 100644 index 000000000..7e4e72bfe --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightpasture.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightpasture.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where pastures (comment: mask=pastureFrac)", + "comment": "Vegetation height averaged over the pasture fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Pastures", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightPasture", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightshrub b/data_descriptors/variables/lpmon.vegheightshrub new file mode 100644 index 000000000..3aabca0da --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightshrub @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheightshrub.json b/data_descriptors/variables/lpmon.vegheightshrub.json new file mode 100644 index 000000000..3aabca0da --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheightshrub.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheightshrub.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where shrubs (comment: mask=shrubFrac)", + "comment": "Vegetation height averaged over the shrub fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Shrubs", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightShrub", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheighttree b/data_descriptors/variables/lpmon.vegheighttree new file mode 100644 index 000000000..955c06773 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheighttree @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.vegheighttree.json b/data_descriptors/variables/lpmon.vegheighttree.json new file mode 100644 index 000000000..955c06773 --- /dev/null +++ b/data_descriptors/variables/lpmon.vegheighttree.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.vegheighttree.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where trees (comment: mask=treeFrac)", + "comment": "Vegetation height averaged over the tree fraction of a grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Height of Trees", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegHeightTree", + "positive": "", + "standard_name": "canopy_height", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4 b/data_descriptors/variables/lpmon.wetlandch4 new file mode 100644 index 000000000..1c997965f --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4.json b/data_descriptors/variables/lpmon.wetlandch4.json new file mode 100644 index 000000000..1c997965f --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Net upward flux of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Emissions from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4", + "positive": "", + "standard_name": "surface_net_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_processes", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4cons b/data_descriptors/variables/lpmon.wetlandch4cons new file mode 100644 index 000000000..94af58d72 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4cons @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4cons.json b/data_descriptors/variables/lpmon.wetlandch4cons.json new file mode 100644 index 000000000..94af58d72 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4cons.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4cons.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological consumption (methanotrophy) of methane (NH4) by wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Consumption (Methanotrophy) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4cons", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_methane_due_to_wetland_biological_consumption", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4prod b/data_descriptors/variables/lpmon.wetlandch4prod new file mode 100644 index 000000000..9bc4f1a17 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4prod @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandch4prod.json b/data_descriptors/variables/lpmon.wetlandch4prod.json new file mode 100644 index 000000000..9bc4f1a17 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandch4prod.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandch4prod.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: mean", + "comment": "Biological emissions (methanogenesis) of methane (NH4) from wetlands (areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season). ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Grid Averaged Methane Production (Methanogenesis) from Wetlands", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandCH4prod", + "positive": "", + "standard_name": "surface_upward_mass_flux_of_methane_due_to_emission_from_wetland_biological_production", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandfrac b/data_descriptors/variables/lpmon.wetlandfrac new file mode 100644 index 000000000..6392df912 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wetlandfrac.json b/data_descriptors/variables/lpmon.wetlandfrac.json new file mode 100644 index 000000000..6392df912 --- /dev/null +++ b/data_descriptors/variables/lpmon.wetlandfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpmon.wetlandfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell covered by wetland. Report only one year if fixed percentage is used, or time series if values are determined dynamically.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typewetla" + ], + "frequency": "mon", + "long_name": "Wetland Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wetlandFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wtd b/data_descriptors/variables/lpmon.wtd new file mode 100644 index 000000000..276037f69 --- /dev/null +++ b/data_descriptors/variables/lpmon.wtd @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpmon.wtd.json b/data_descriptors/variables/lpmon.wtd.json new file mode 100644 index 000000000..276037f69 --- /dev/null +++ b/data_descriptors/variables/lpmon.wtd.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpmon.wtd.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpmon.json", + "mip-era": "cmip6" + }, + { + "id": "lpmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacellr", + "cell_methods": "area: mean where land time: mean", + "comment": "Depth is the vertical distance below the surface. The water table is the surface below which the soil is saturated with water such that all pore spaces are filled.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Table Depth", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wtd", + "positive": "", + "standard_name": "water_table_depth", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.baresoilfrac b/data_descriptors/variables/lpyr.baresoilfrac new file mode 100644 index 000000000..231ae261a --- /dev/null +++ b/data_descriptors/variables/lpyr.baresoilfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.baresoilfrac.json b/data_descriptors/variables/lpyr.baresoilfrac.json new file mode 100644 index 000000000..231ae261a --- /dev/null +++ b/data_descriptors/variables/lpyr.baresoilfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.baresoilfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by bare soil.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typebare" + ], + "frequency": "yr", + "long_name": "Bare Soil Percentage Area Coverage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baresoilFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.cropfrac b/data_descriptors/variables/lpyr.cropfrac new file mode 100644 index 000000000..2710d012d --- /dev/null +++ b/data_descriptors/variables/lpyr.cropfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.cropfrac.json b/data_descriptors/variables/lpyr.cropfrac.json new file mode 100644 index 000000000..2710d012d --- /dev/null +++ b/data_descriptors/variables/lpyr.cropfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.cropfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by crop.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typecrop" + ], + "frequency": "yr", + "long_name": "Percentage Crop Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cropFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.fracinlut b/data_descriptors/variables/lpyr.fracinlut new file mode 100644 index 000000000..45b470b7d --- /dev/null +++ b/data_descriptors/variables/lpyr.fracinlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.fracinlut.json b/data_descriptors/variables/lpyr.fracinlut.json new file mode 100644 index 000000000..45b470b7d --- /dev/null +++ b/data_descriptors/variables/lpyr.fracinlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.fracinlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as a percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage That Was Transferred into This Tile from Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracInLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.fracoutlut b/data_descriptors/variables/lpyr.fracoutlut new file mode 100644 index 000000000..a393a57b9 --- /dev/null +++ b/data_descriptors/variables/lpyr.fracoutlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.fracoutlut.json b/data_descriptors/variables/lpyr.fracoutlut.json new file mode 100644 index 000000000..a393a57b9 --- /dev/null +++ b/data_descriptors/variables/lpyr.fracoutlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.fracoutlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: sum", + "comment": "Cumulative percentage transitions over the year; note that percentage should be reported as percentage of atmospheric grid cell", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time" + ], + "frequency": "yr", + "long_name": "Annual Gross Percentage of Land-Use Tile That Was Transferred into Other Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracOutLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.grassfrac b/data_descriptors/variables/lpyr.grassfrac new file mode 100644 index 000000000..984412a75 --- /dev/null +++ b/data_descriptors/variables/lpyr.grassfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.grassfrac.json b/data_descriptors/variables/lpyr.grassfrac.json new file mode 100644 index 000000000..984412a75 --- /dev/null +++ b/data_descriptors/variables/lpyr.grassfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.grassfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by natural grass.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typenatgr" + ], + "frequency": "yr", + "long_name": "Natural Grass Area Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "grassFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.residualfrac b/data_descriptors/variables/lpyr.residualfrac new file mode 100644 index 000000000..41c82930c --- /dev/null +++ b/data_descriptors/variables/lpyr.residualfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.residualfrac.json b/data_descriptors/variables/lpyr.residualfrac.json new file mode 100644 index 000000000..41c82930c --- /dev/null +++ b/data_descriptors/variables/lpyr.residualfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.residualfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is land and is covered by neither vegetation nor bare-soil (e.g., urban, ice, lakes, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeresidual" + ], + "frequency": "yr", + "long_name": "Percentage of Grid Cell That Is Land but neither Vegetation Covered nor Bare Soil", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "residualFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.shrubfrac b/data_descriptors/variables/lpyr.shrubfrac new file mode 100644 index 000000000..11b96024c --- /dev/null +++ b/data_descriptors/variables/lpyr.shrubfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.shrubfrac.json b/data_descriptors/variables/lpyr.shrubfrac.json new file mode 100644 index 000000000..11b96024c --- /dev/null +++ b/data_descriptors/variables/lpyr.shrubfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.shrubfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by shrub.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeshrub" + ], + "frequency": "yr", + "long_name": "Percentage Cover by Shrub", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "shrubFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.treefrac b/data_descriptors/variables/lpyr.treefrac new file mode 100644 index 000000000..9b29c7bd6 --- /dev/null +++ b/data_descriptors/variables/lpyr.treefrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.treefrac.json b/data_descriptors/variables/lpyr.treefrac.json new file mode 100644 index 000000000..9b29c7bd6 --- /dev/null +++ b/data_descriptors/variables/lpyr.treefrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.treefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of entire grid cell that is covered by trees.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typetree" + ], + "frequency": "yr", + "long_name": "Tree Cover Percentage", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "treeFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.vegfrac b/data_descriptors/variables/lpyr.vegfrac new file mode 100644 index 000000000..9d617071b --- /dev/null +++ b/data_descriptors/variables/lpyr.vegfrac @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyr.vegfrac.json b/data_descriptors/variables/lpyr.vegfrac.json new file mode 100644 index 000000000..9d617071b --- /dev/null +++ b/data_descriptors/variables/lpyr.vegfrac.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyr.vegfrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyr.json", + "mip-era": "cmip6" + }, + { + "id": "lpyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: mean", + "comment": "Percentage of grid cell that is covered by vegetation.This SHOULD be the sum of tree, grass (natural and pasture), crop and shrub fractions.", + "dimensions": [ + "longitude", + "latitude", + "time", + "typeveg" + ], + "frequency": "yr", + "long_name": "Total Vegetated Percentage Cover", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vegFrac", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.clitter b/data_descriptors/variables/lpyrpt.clitter new file mode 100644 index 000000000..7a90994f4 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.clitter @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.clitter.json b/data_descriptors/variables/lpyrpt.clitter.json new file mode 100644 index 000000000..7a90994f4 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.clitter.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.clitter.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "'Litter' is dead plant material in or above the soil. It is distinct from coarse wood debris. The precise distinction between 'fine' and 'coarse' is model dependent. 'Content' indicates a quantity per unit area. The sum of the quantities with standard names surface_litter_mass_content_of_carbon and subsurface_litter_mass_content_of_carbon has the standard name litter_mass_content_of_carbon.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Litter Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitter", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.clitterlut b/data_descriptors/variables/lpyrpt.clitterlut new file mode 100644 index 000000000..129ee6646 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.clitterlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.clitterlut.json b/data_descriptors/variables/lpyrpt.clitterlut.json new file mode 100644 index 000000000..129ee6646 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.clitterlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.clitterlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Above and Below-Ground Litter Pools on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cLitterLut", + "positive": "", + "standard_name": "litter_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cproduct b/data_descriptors/variables/lpyrpt.cproduct new file mode 100644 index 000000000..651ee898f --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cproduct @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cproduct.json b/data_descriptors/variables/lpyrpt.cproduct.json new file mode 100644 index 000000000..651ee898f --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cproduct.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cproduct.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in that has been removed from the environment through land use change.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Products of Land-Use Change", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProduct", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cproductlut b/data_descriptors/variables/lpyrpt.cproductlut new file mode 100644 index 000000000..98e47f21f --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cproductlut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cproductlut.json b/data_descriptors/variables/lpyrpt.cproductlut.json new file mode 100644 index 000000000..98e47f21f --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cproductlut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cproductlut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "Anthropogenic pools associated with land use tiles into which harvests and cleared carbon are deposited before release into atmosphere PLUS any remaining anthropogenic pools that may be associated with lands which were converted into land use tiles during reported period. Examples of products include paper, cardboard, timber for construction, and crop harvest for food or fuel. Does NOT include residue which is deposited into soil or litter; end of year values (not annual mean).", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Wood and Agricultural Product Pool Carbon Associated with Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cProductLut", + "positive": "", + "standard_name": "carbon_mass_content_of_forestry_and_agricultural_products", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.csoil b/data_descriptors/variables/lpyrpt.csoil new file mode 100644 index 000000000..70872edb8 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.csoil @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.csoil.json b/data_descriptors/variables/lpyrpt.csoil.json new file mode 100644 index 000000000..70872edb8 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.csoil.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.csoil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass in the full depth of the soil model.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Model Soil Pool", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoil", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.csoillut b/data_descriptors/variables/lpyrpt.csoillut new file mode 100644 index 000000000..f8f450d05 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.csoillut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.csoillut.json b/data_descriptors/variables/lpyrpt.csoillut.json new file mode 100644 index 000000000..f8f450d05 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.csoillut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.csoillut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Soil Pool on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cSoilLut", + "positive": "", + "standard_name": "soil_mass_content_of_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cveg b/data_descriptors/variables/lpyrpt.cveg new file mode 100644 index 000000000..6f97b85b9 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cveg @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cveg.json b/data_descriptors/variables/lpyrpt.cveg.json new file mode 100644 index 000000000..6f97b85b9 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cveg.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cveg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land time: point", + "comment": "Carbon mass per unit area in vegetation.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon Mass in Vegetation", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVeg", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cveglut b/data_descriptors/variables/lpyrpt.cveglut new file mode 100644 index 000000000..8aa5ab1e7 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cveglut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.cveglut.json b/data_descriptors/variables/lpyrpt.cveglut.json new file mode 100644 index 000000000..8aa5ab1e7 --- /dev/null +++ b/data_descriptors/variables/lpyrpt.cveglut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.cveglut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where sector time: point", + "comment": "end of year values (not annual mean)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Carbon in Vegetation on Land-Use Tiles", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cVegLut", + "positive": "", + "standard_name": "vegetation_carbon_content", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.fraclut b/data_descriptors/variables/lpyrpt.fraclut new file mode 100644 index 000000000..fe9241a3c --- /dev/null +++ b/data_descriptors/variables/lpyrpt.fraclut @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/lpyrpt.fraclut.json b/data_descriptors/variables/lpyrpt.fraclut.json new file mode 100644 index 000000000..fe9241a3c --- /dev/null +++ b/data_descriptors/variables/lpyrpt.fraclut.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "lpyrpt.fraclut.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "lpyrpt.json", + "mip-era": "cmip6" + }, + { + "id": "lpyrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: mean where land over all_area_types time: point", + "comment": "End of year values (not annual mean); note that percentage should be reported as percentage of land grid cell (example: frac_lnd = 0.5, frac_ocn = 0.5, frac_crop_lnd = 0.2 (of land portion of grid cell), then frac_lut(crop) = 0.5*0.2 = 0.1)", + "dimensions": [ + "longitude", + "latitude", + "landUse", + "time1" + ], + "frequency": "yrPt", + "long_name": "Percentage of Grid Cell for Each Land-Use Tile", + "modeling_realm": [ + "land" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fracLut", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obday.chlos b/data_descriptors/variables/obday.chlos new file mode 100644 index 000000000..6b637433c --- /dev/null +++ b/data_descriptors/variables/obday.chlos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obday.chlos.json b/data_descriptors/variables/obday.chlos.json new file mode 100644 index 000000000..6b637433c --- /dev/null +++ b/data_descriptors/variables/obday.chlos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obday.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obday.phycos b/data_descriptors/variables/obday.phycos new file mode 100644 index 000000000..1677f6b20 --- /dev/null +++ b/data_descriptors/variables/obday.phycos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obday.phycos.json b/data_descriptors/variables/obday.phycos.json new file mode 100644 index 000000000..1677f6b20 --- /dev/null +++ b/data_descriptors/variables/obday.phycos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obday.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obday.json", + "mip-era": "cmip6" + }, + { + "id": "obday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.aragos b/data_descriptors/variables/obmon.aragos new file mode 100644 index 000000000..16e556e58 --- /dev/null +++ b/data_descriptors/variables/obmon.aragos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.aragos.json b/data_descriptors/variables/obmon.aragos.json new file mode 100644 index 000000000..16e556e58 --- /dev/null +++ b/data_descriptors/variables/obmon.aragos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.aragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "aragos", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.baccos b/data_descriptors/variables/obmon.baccos new file mode 100644 index 000000000..409795d65 --- /dev/null +++ b/data_descriptors/variables/obmon.baccos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.baccos.json b/data_descriptors/variables/obmon.baccos.json new file mode 100644 index 000000000..409795d65 --- /dev/null +++ b/data_descriptors/variables/obmon.baccos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.baccos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "baccos", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.bfeos b/data_descriptors/variables/obmon.bfeos new file mode 100644 index 000000000..7c0a6f832 --- /dev/null +++ b/data_descriptors/variables/obmon.bfeos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.bfeos.json b/data_descriptors/variables/obmon.bfeos.json new file mode 100644 index 000000000..7c0a6f832 --- /dev/null +++ b/data_descriptors/variables/obmon.bfeos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.bfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfeos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.bsios b/data_descriptors/variables/obmon.bsios new file mode 100644 index 000000000..d5e6da21e --- /dev/null +++ b/data_descriptors/variables/obmon.bsios @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.bsios.json b/data_descriptors/variables/obmon.bsios.json new file mode 100644 index 000000000..d5e6da21e --- /dev/null +++ b/data_descriptors/variables/obmon.bsios.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.bsios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsios", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.calcos b/data_descriptors/variables/obmon.calcos new file mode 100644 index 000000000..5a6166bf3 --- /dev/null +++ b/data_descriptors/variables/obmon.calcos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.calcos.json b/data_descriptors/variables/obmon.calcos.json new file mode 100644 index 000000000..5a6166bf3 --- /dev/null +++ b/data_descriptors/variables/obmon.calcos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.calcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calcos", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlcalcos b/data_descriptors/variables/obmon.chlcalcos new file mode 100644 index 000000000..e0d2c0a28 --- /dev/null +++ b/data_descriptors/variables/obmon.chlcalcos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlcalcos.json b/data_descriptors/variables/obmon.chlcalcos.json new file mode 100644 index 000000000..e0d2c0a28 --- /dev/null +++ b/data_descriptors/variables/obmon.chlcalcos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalcos", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chldiatos b/data_descriptors/variables/obmon.chldiatos new file mode 100644 index 000000000..82a8db7af --- /dev/null +++ b/data_descriptors/variables/obmon.chldiatos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chldiatos.json b/data_descriptors/variables/obmon.chldiatos.json new file mode 100644 index 000000000..82a8db7af --- /dev/null +++ b/data_descriptors/variables/obmon.chldiatos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chldiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiatos", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chldiazos b/data_descriptors/variables/obmon.chldiazos new file mode 100644 index 000000000..0434e2671 --- /dev/null +++ b/data_descriptors/variables/obmon.chldiazos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chldiazos.json b/data_descriptors/variables/obmon.chldiazos.json new file mode 100644 index 000000000..0434e2671 --- /dev/null +++ b/data_descriptors/variables/obmon.chldiazos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chldiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiazos", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlmiscos b/data_descriptors/variables/obmon.chlmiscos new file mode 100644 index 000000000..a91e3aabc --- /dev/null +++ b/data_descriptors/variables/obmon.chlmiscos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlmiscos.json b/data_descriptors/variables/obmon.chlmiscos.json new file mode 100644 index 000000000..a91e3aabc --- /dev/null +++ b/data_descriptors/variables/obmon.chlmiscos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmiscos", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlos b/data_descriptors/variables/obmon.chlos new file mode 100644 index 000000000..c09f877b0 --- /dev/null +++ b/data_descriptors/variables/obmon.chlos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlos.json b/data_descriptors/variables/obmon.chlos.json new file mode 100644 index 000000000..c09f877b0 --- /dev/null +++ b/data_descriptors/variables/obmon.chlos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations at the sea surface. In most models this is equal to chldiat+chlmisc, that is the sum of 'Diatom Chlorophyll Mass Concentration' plus 'Other Phytoplankton Chlorophyll Mass Concentration'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlos", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlpicoos b/data_descriptors/variables/obmon.chlpicoos new file mode 100644 index 000000000..5c78b4658 --- /dev/null +++ b/data_descriptors/variables/obmon.chlpicoos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.chlpicoos.json b/data_descriptors/variables/obmon.chlpicoos.json new file mode 100644 index 000000000..5c78b4658 --- /dev/null +++ b/data_descriptors/variables/obmon.chlpicoos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.chlpicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpicoos", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3abioos b/data_descriptors/variables/obmon.co3abioos new file mode 100644 index 000000000..d1765fedf --- /dev/null +++ b/data_descriptors/variables/obmon.co3abioos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3abioos.json b/data_descriptors/variables/obmon.co3abioos.json new file mode 100644 index 000000000..d1765fedf --- /dev/null +++ b/data_descriptors/variables/obmon.co3abioos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3abioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abioos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3natos b/data_descriptors/variables/obmon.co3natos new file mode 100644 index 000000000..aad567a16 --- /dev/null +++ b/data_descriptors/variables/obmon.co3natos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3natos.json b/data_descriptors/variables/obmon.co3natos.json new file mode 100644 index 000000000..aad567a16 --- /dev/null +++ b/data_descriptors/variables/obmon.co3natos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3natos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3natos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3os b/data_descriptors/variables/obmon.co3os new file mode 100644 index 000000000..7bf240454 --- /dev/null +++ b/data_descriptors/variables/obmon.co3os @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3os.json b/data_descriptors/variables/obmon.co3os.json new file mode 100644 index 000000000..7bf240454 --- /dev/null +++ b/data_descriptors/variables/obmon.co3os.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3os", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3sataragos b/data_descriptors/variables/obmon.co3sataragos new file mode 100644 index 000000000..2e0525044 --- /dev/null +++ b/data_descriptors/variables/obmon.co3sataragos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3sataragos.json b/data_descriptors/variables/obmon.co3sataragos.json new file mode 100644 index 000000000..2e0525044 --- /dev/null +++ b/data_descriptors/variables/obmon.co3sataragos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3sataragos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3sataragos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3satcalcos b/data_descriptors/variables/obmon.co3satcalcos new file mode 100644 index 000000000..0bac30421 --- /dev/null +++ b/data_descriptors/variables/obmon.co3satcalcos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.co3satcalcos.json b/data_descriptors/variables/obmon.co3satcalcos.json new file mode 100644 index 000000000..0bac30421 --- /dev/null +++ b/data_descriptors/variables/obmon.co3satcalcos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.co3satcalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalcos", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.detocos b/data_descriptors/variables/obmon.detocos new file mode 100644 index 000000000..adec7bde1 --- /dev/null +++ b/data_descriptors/variables/obmon.detocos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.detocos.json b/data_descriptors/variables/obmon.detocos.json new file mode 100644 index 000000000..adec7bde1 --- /dev/null +++ b/data_descriptors/variables/obmon.detocos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.detocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detocos", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dfeos b/data_descriptors/variables/obmon.dfeos new file mode 100644 index 000000000..8b2b75728 --- /dev/null +++ b/data_descriptors/variables/obmon.dfeos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dfeos.json b/data_descriptors/variables/obmon.dfeos.json new file mode 100644 index 000000000..8b2b75728 --- /dev/null +++ b/data_descriptors/variables/obmon.dfeos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "dissolved iron in sea water is meant to include both Fe2+ and Fe3+ ions (but not, e.g., particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfeos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissi13cos b/data_descriptors/variables/obmon.dissi13cos new file mode 100644 index 000000000..99d40d4de --- /dev/null +++ b/data_descriptors/variables/obmon.dissi13cos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissi13cos.json b/data_descriptors/variables/obmon.dissi13cos.json new file mode 100644 index 000000000..99d40d4de --- /dev/null +++ b/data_descriptors/variables/obmon.dissi13cos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissi13cos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Near surface dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13cos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissi14cabioos b/data_descriptors/variables/obmon.dissi14cabioos new file mode 100644 index 000000000..cbeb7baf0 --- /dev/null +++ b/data_descriptors/variables/obmon.dissi14cabioos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissi14cabioos.json b/data_descriptors/variables/obmon.dissi14cabioos.json new file mode 100644 index 000000000..cbeb7baf0 --- /dev/null +++ b/data_descriptors/variables/obmon.dissi14cabioos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissi14cabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicabioos b/data_descriptors/variables/obmon.dissicabioos new file mode 100644 index 000000000..10b96b8c2 --- /dev/null +++ b/data_descriptors/variables/obmon.dissicabioos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicabioos.json b/data_descriptors/variables/obmon.dissicabioos.json new file mode 100644 index 000000000..10b96b8c2 --- /dev/null +++ b/data_descriptors/variables/obmon.dissicabioos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabioos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicnatos b/data_descriptors/variables/obmon.dissicnatos new file mode 100644 index 000000000..cb2bb440f --- /dev/null +++ b/data_descriptors/variables/obmon.dissicnatos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicnatos.json b/data_descriptors/variables/obmon.dissicnatos.json new file mode 100644 index 000000000..cb2bb440f --- /dev/null +++ b/data_descriptors/variables/obmon.dissicnatos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnatos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicos b/data_descriptors/variables/obmon.dissicos new file mode 100644 index 000000000..f2d5459f7 --- /dev/null +++ b/data_descriptors/variables/obmon.dissicos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissicos.json b/data_descriptors/variables/obmon.dissicos.json new file mode 100644 index 000000000..f2d5459f7 --- /dev/null +++ b/data_descriptors/variables/obmon.dissicos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissicos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissocos b/data_descriptors/variables/obmon.dissocos new file mode 100644 index 000000000..1163f9f69 --- /dev/null +++ b/data_descriptors/variables/obmon.dissocos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dissocos.json b/data_descriptors/variables/obmon.dissocos.json new file mode 100644 index 000000000..1163f9f69 --- /dev/null +++ b/data_descriptors/variables/obmon.dissocos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dissocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissocos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dmsos b/data_descriptors/variables/obmon.dmsos new file mode 100644 index 000000000..28009eb81 --- /dev/null +++ b/data_descriptors/variables/obmon.dmsos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dmsos.json b/data_descriptors/variables/obmon.dmsos.json new file mode 100644 index 000000000..28009eb81 --- /dev/null +++ b/data_descriptors/variables/obmon.dmsos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.dmsos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water in the near surface layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmsos", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2 b/data_descriptors/variables/obmon.dpco2 new file mode 100644 index 000000000..81393e322 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2.json b/data_descriptors/variables/obmon.dpco2.json new file mode 100644 index 000000000..81393e322 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta CO2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2", + "positive": "", + "standard_name": "surface_carbon_dioxide_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2abio b/data_descriptors/variables/obmon.dpco2abio new file mode 100644 index 000000000..0fe0dcba0 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2abio.json b/data_descriptors/variables/obmon.dpco2abio.json new file mode 100644 index 000000000..0fe0dcba0 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of abiotic-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Delta Pco Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2nat b/data_descriptors/variables/obmon.dpco2nat new file mode 100644 index 000000000..d8f4396a7 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2nat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpco2nat.json b/data_descriptors/variables/obmon.dpco2nat.json new file mode 100644 index 000000000..d8f4396a7 --- /dev/null +++ b/data_descriptors/variables/obmon.dpco2nat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Difference in partial pressure of natural-analogue carbon dioxide between sea water and air. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Delta CO2 Partial Pressure ", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpo2 b/data_descriptors/variables/obmon.dpo2 new file mode 100644 index 000000000..34c406b33 --- /dev/null +++ b/data_descriptors/variables/obmon.dpo2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.dpo2.json b/data_descriptors/variables/obmon.dpo2.json new file mode 100644 index 000000000..34c406b33 --- /dev/null +++ b/data_descriptors/variables/obmon.dpo2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.dpo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The surface called 'surface' means the lower boundary of the atmosphere.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Delta O2 Partial Pressure", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dpo2", + "positive": "", + "standard_name": "surface_molecular_oxygen_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.eparag100 b/data_descriptors/variables/obmon.eparag100 new file mode 100644 index 000000000..f83e675e9 --- /dev/null +++ b/data_descriptors/variables/obmon.eparag100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.eparag100.json b/data_descriptors/variables/obmon.eparag100.json new file mode 100644 index 000000000..f83e675e9 --- /dev/null +++ b/data_descriptors/variables/obmon.eparag100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.eparag100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Aragonite is a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3. Standard names also exist for calcite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "eparag100", + "positive": "", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epc100 b/data_descriptors/variables/obmon.epc100 new file mode 100644 index 000000000..cbe355d47 --- /dev/null +++ b/data_descriptors/variables/obmon.epc100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epc100.json b/data_descriptors/variables/obmon.epc100.json new file mode 100644 index 000000000..cbe355d47 --- /dev/null +++ b/data_descriptors/variables/obmon.epc100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epcalc100 b/data_descriptors/variables/obmon.epcalc100 new file mode 100644 index 000000000..5eec2d891 --- /dev/null +++ b/data_descriptors/variables/obmon.epcalc100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epcalc100.json b/data_descriptors/variables/obmon.epcalc100.json new file mode 100644 index 000000000..5eec2d891 --- /dev/null +++ b/data_descriptors/variables/obmon.epcalc100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epcalc100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'expressed_as' is used in the construction A_expressed_as_B, where B is a chemical constituent of A. It means that the quantity indicated by the standard name is calculated solely with respect to the B contained in A, neglecting all other chemical constituents of A. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Standard names also exist for aragonite, another polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epcalc100", + "positive": "", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epfe100 b/data_descriptors/variables/obmon.epfe100 new file mode 100644 index 000000000..a9226cb6e --- /dev/null +++ b/data_descriptors/variables/obmon.epfe100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epfe100.json b/data_descriptors/variables/obmon.epfe100.json new file mode 100644 index 000000000..a9226cb6e --- /dev/null +++ b/data_descriptors/variables/obmon.epfe100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epfe100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epfe100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epn100 b/data_descriptors/variables/obmon.epn100 new file mode 100644 index 000000000..8c7fc9752 --- /dev/null +++ b/data_descriptors/variables/obmon.epn100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epn100.json b/data_descriptors/variables/obmon.epn100.json new file mode 100644 index 000000000..8c7fc9752 --- /dev/null +++ b/data_descriptors/variables/obmon.epn100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epn100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epn100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epp100 b/data_descriptors/variables/obmon.epp100 new file mode 100644 index 000000000..da36815c5 --- /dev/null +++ b/data_descriptors/variables/obmon.epp100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epp100.json b/data_descriptors/variables/obmon.epp100.json new file mode 100644 index 000000000..da36815c5 --- /dev/null +++ b/data_descriptors/variables/obmon.epp100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epp100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epp100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epsi100 b/data_descriptors/variables/obmon.epsi100 new file mode 100644 index 000000000..52d854f72 --- /dev/null +++ b/data_descriptors/variables/obmon.epsi100 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.epsi100.json b/data_descriptors/variables/obmon.epsi100.json new file mode 100644 index 000000000..52d854f72 --- /dev/null +++ b/data_descriptors/variables/obmon.epsi100.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.epsi100.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth100m" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "epsi100", + "positive": "", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtalk b/data_descriptors/variables/obmon.fbddtalk new file mode 100644 index 000000000..972f615de --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtalk @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtalk.json b/data_descriptors/variables/obmon.fbddtalk.json new file mode 100644 index 000000000..972f615de --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtalk.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Biological Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdic b/data_descriptors/variables/obmon.fbddtdic new file mode 100644 index 000000000..ab671da2b --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdic.json b/data_descriptors/variables/obmon.fbddtdic.json new file mode 100644 index 000000000..ab671da2b --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdife b/data_descriptors/variables/obmon.fbddtdife new file mode 100644 index 000000000..9af502444 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdife @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdife.json b/data_descriptors/variables/obmon.fbddtdife.json new file mode 100644 index 000000000..9af502444 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdife.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdin b/data_descriptors/variables/obmon.fbddtdin new file mode 100644 index 000000000..311127a83 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdin.json b/data_descriptors/variables/obmon.fbddtdin.json new file mode 100644 index 000000000..311127a83 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Nitrogen Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdip b/data_descriptors/variables/obmon.fbddtdip new file mode 100644 index 000000000..c2fce13a0 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdip @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdip.json b/data_descriptors/variables/obmon.fbddtdip.json new file mode 100644 index 000000000..c2fce13a0 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdip.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdisi b/data_descriptors/variables/obmon.fbddtdisi new file mode 100644 index 000000000..c1fd6f107 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdisi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fbddtdisi.json b/data_descriptors/variables/obmon.fbddtdisi.json new file mode 100644 index 000000000..c1fd6f107 --- /dev/null +++ b/data_descriptors/variables/obmon.fbddtdisi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fbddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net biological terms in time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fbddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon_due_to_biological_processes", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtalk b/data_descriptors/variables/obmon.fddtalk new file mode 100644 index 000000000..06da4d143 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtalk @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtalk.json b/data_descriptors/variables/obmon.fddtalk.json new file mode 100644 index 000000000..06da4d143 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtalk.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtalk", + "positive": "", + "standard_name": "integral_wrt_depth_of_tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdic b/data_descriptors/variables/obmon.fddtdic new file mode 100644 index 000000000..8febbdb1d --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdic.json b/data_descriptors/variables/obmon.fddtdic.json new file mode 100644 index 000000000..8febbdb1d --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "'Content' indicates a quantity per unit area. 'tendency_of_X' means derivative of X with respect to time. 'Dissolved inorganic carbon' describes a family of chemical species in solution, including carbon dioxide, carbonic acid and the carbonate and bicarbonate anions. 'Dissolved inorganic carbon' is the term used in standard names for all species belonging to the family that are represented within a given model. The list of individual species that are included in a quantity having a group chemical standard name can vary between models. Where possible, the data variable should be accompanied by a complete description of the species represented, for example, by using a comment attribute.", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdic", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_carbon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdife b/data_descriptors/variables/obmon.fddtdife new file mode 100644 index 000000000..8f4d95096 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdife @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdife.json b/data_descriptors/variables/obmon.fddtdife.json new file mode 100644 index 000000000..8f4d95096 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdife.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdife", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_iron", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdin b/data_descriptors/variables/obmon.fddtdin new file mode 100644 index 000000000..d3818daee --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdin.json b/data_descriptors/variables/obmon.fddtdin.json new file mode 100644 index 000000000..d3818daee --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "Net time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdin", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_nitrogen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdip b/data_descriptors/variables/obmon.fddtdip new file mode 100644 index 000000000..656abf096 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdip @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdip.json b/data_descriptors/variables/obmon.fddtdip.json new file mode 100644 index 000000000..656abf096 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdip.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of phosphate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Phosphorus", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdip", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_phosphorus", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdisi b/data_descriptors/variables/obmon.fddtdisi new file mode 100644 index 000000000..1e78bd319 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdisi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fddtdisi.json b/data_descriptors/variables/obmon.fddtdisi.json new file mode 100644 index 000000000..1e78bd319 --- /dev/null +++ b/data_descriptors/variables/obmon.fddtdisi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea (top 100m only) time: mean", + "comment": "vertical integral of net time rate of change of dissolved inorganic silicate", + "dimensions": [ + "longitude", + "latitude", + "time", + "olayer100m" + ], + "frequency": "mon", + "long_name": "Rate of Change of Net Dissolved Inorganic Silicon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fddtdisi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_dissolved_inorganic_silicon", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg13co2 b/data_descriptors/variables/obmon.fg13co2 new file mode 100644 index 000000000..eb31813b1 --- /dev/null +++ b/data_descriptors/variables/obmon.fg13co2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg13co2.json b/data_descriptors/variables/obmon.fg13co2.json new file mode 100644 index 000000000..eb31813b1 --- /dev/null +++ b/data_descriptors/variables/obmon.fg13co2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg14co2 b/data_descriptors/variables/obmon.fg14co2 new file mode 100644 index 000000000..dcf3aec7c --- /dev/null +++ b/data_descriptors/variables/obmon.fg14co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg14co2.json b/data_descriptors/variables/obmon.fg14co2.json new file mode 100644 index 000000000..dcf3aec7c --- /dev/null +++ b/data_descriptors/variables/obmon.fg14co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.fg14co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-14 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2", + "positive": "", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg14co2abio b/data_descriptors/variables/obmon.fg14co2abio new file mode 100644 index 000000000..3d5b11917 --- /dev/null +++ b/data_descriptors/variables/obmon.fg14co2abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fg14co2abio.json b/data_descriptors/variables/obmon.fg14co2abio.json new file mode 100644 index 000000000..3d5b11917 --- /dev/null +++ b/data_descriptors/variables/obmon.fg14co2abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2 b/data_descriptors/variables/obmon.fgco2 new file mode 100644 index 000000000..5f05cb1bc --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2.json b/data_descriptors/variables/obmon.fgco2.json new file mode 100644 index 000000000..5f05cb1bc --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2abio b/data_descriptors/variables/obmon.fgco2abio new file mode 100644 index 000000000..7c7e28e36 --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2abio.json b/data_descriptors/variables/obmon.fgco2abio.json new file mode 100644 index 000000000..7c7e28e36 --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2nat b/data_descriptors/variables/obmon.fgco2nat new file mode 100644 index 000000000..d1eb33016 --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2nat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgco2nat.json b/data_descriptors/variables/obmon.fgco2nat.json new file mode 100644 index 000000000..d1eb33016 --- /dev/null +++ b/data_descriptors/variables/obmon.fgco2nat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgdms b/data_descriptors/variables/obmon.fgdms new file mode 100644 index 000000000..cf4f7c49f --- /dev/null +++ b/data_descriptors/variables/obmon.fgdms @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgdms.json b/data_descriptors/variables/obmon.fgdms.json new file mode 100644 index 000000000..cf4f7c49f --- /dev/null +++ b/data_descriptors/variables/obmon.fgdms.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgdms.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of DMS (positive into atmosphere)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Upward Flux of DMS", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgdms", + "positive": "up", + "standard_name": "surface_upward_mole_flux_of_dimethyl_sulfide", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgo2 b/data_descriptors/variables/obmon.fgo2 new file mode 100644 index 000000000..d1ef25270 --- /dev/null +++ b/data_descriptors/variables/obmon.fgo2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fgo2.json b/data_descriptors/variables/obmon.fgo2.json new file mode 100644 index 000000000..d1ef25270 --- /dev/null +++ b/data_descriptors/variables/obmon.fgo2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fgo2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of O2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Flux of O2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgo2", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_molecular_oxygen", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.frfe b/data_descriptors/variables/obmon.frfe new file mode 100644 index 000000000..8e2d93b9b --- /dev/null +++ b/data_descriptors/variables/obmon.frfe @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.frfe.json b/data_descriptors/variables/obmon.frfe.json new file mode 100644 index 000000000..8e2d93b9b --- /dev/null +++ b/data_descriptors/variables/obmon.frfe.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.frfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Loss to Sediments", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frfe", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_iron_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fric b/data_descriptors/variables/obmon.fric new file mode 100644 index 000000000..6add16fde --- /dev/null +++ b/data_descriptors/variables/obmon.fric @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fric.json b/data_descriptors/variables/obmon.fric.json new file mode 100644 index 000000000..6add16fde --- /dev/null +++ b/data_descriptors/variables/obmon.fric.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.fric.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Inorganic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fric", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.frn b/data_descriptors/variables/obmon.frn new file mode 100644 index 000000000..d0c943309 --- /dev/null +++ b/data_descriptors/variables/obmon.frn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.frn.json b/data_descriptors/variables/obmon.frn.json new file mode 100644 index 000000000..d0c943309 --- /dev/null +++ b/data_descriptors/variables/obmon.frn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.frn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Content' indicates a quantity per unit area. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Denitrification' is the conversion of nitrate into gaseous compounds such as nitric oxide, nitrous oxide and molecular nitrogen which are then emitted to the atmosphere. 'Sedimentation' is the sinking of particulate matter to the floor of a body of water. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Loss to Sediments and Through Denitrification", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "frn", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_denitrification_and_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.froc b/data_descriptors/variables/obmon.froc new file mode 100644 index 000000000..6eaf6e026 --- /dev/null +++ b/data_descriptors/variables/obmon.froc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.froc.json b/data_descriptors/variables/obmon.froc.json new file mode 100644 index 000000000..6eaf6e026 --- /dev/null +++ b/data_descriptors/variables/obmon.froc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.froc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon loss to sediments", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Organic Carbon Flux at Ocean Bottom", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "froc", + "positive": "", + "standard_name": "minus_tendency_of_ocean_mole_content_of_organic_carbon_due_to_sedimentation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fsfe b/data_descriptors/variables/obmon.fsfe new file mode 100644 index 000000000..755caef08 --- /dev/null +++ b/data_descriptors/variables/obmon.fsfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fsfe.json b/data_descriptors/variables/obmon.fsfe.json new file mode 100644 index 000000000..755caef08 --- /dev/null +++ b/data_descriptors/variables/obmon.fsfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fsfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Iron supply through deposition flux onto sea surface, runoff, coasts, sediments, etc", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_deposition_and_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fsn b/data_descriptors/variables/obmon.fsn new file mode 100644 index 000000000..4447b3c59 --- /dev/null +++ b/data_descriptors/variables/obmon.fsn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.fsn.json b/data_descriptors/variables/obmon.fsn.json new file mode 100644 index 000000000..4447b3c59 --- /dev/null +++ b/data_descriptors/variables/obmon.fsn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.fsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux of nitrogen into the ocean due to deposition (sum of dry and wet deposition), fixation (the production of ammonia from nitrogen gas by diazotrophs) and runoff (liquid water which drains from land).", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Downward Net Flux of Nitrogen", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_deposition_and_fixation_and_runoff", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.icfriver b/data_descriptors/variables/obmon.icfriver new file mode 100644 index 000000000..89218ff56 --- /dev/null +++ b/data_descriptors/variables/obmon.icfriver @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.icfriver.json b/data_descriptors/variables/obmon.icfriver.json new file mode 100644 index 000000000..89218ff56 --- /dev/null +++ b/data_descriptors/variables/obmon.icfriver.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.icfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Inorganic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Inorganic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "icfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_inorganic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intdic b/data_descriptors/variables/obmon.intdic new file mode 100644 index 000000000..18938a9ba --- /dev/null +++ b/data_descriptors/variables/obmon.intdic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intdic.json b/data_descriptors/variables/obmon.intdic.json new file mode 100644 index 000000000..18938a9ba --- /dev/null +++ b/data_descriptors/variables/obmon.intdic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DIC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdic", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_inorganic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intdoc b/data_descriptors/variables/obmon.intdoc new file mode 100644 index 000000000..3ebfea076 --- /dev/null +++ b/data_descriptors/variables/obmon.intdoc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intdoc.json b/data_descriptors/variables/obmon.intdoc.json new file mode 100644 index 000000000..3ebfea076 --- /dev/null +++ b/data_descriptors/variables/obmon.intdoc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intdoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated DOC (explicit pools only)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intdoc", + "positive": "", + "standard_name": "ocean_mass_content_of_dissolved_organic_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intparag b/data_descriptors/variables/obmon.intparag new file mode 100644 index 000000000..f754c1015 --- /dev/null +++ b/data_descriptors/variables/obmon.intparag @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intparag.json b/data_descriptors/variables/obmon.intparag.json new file mode 100644 index 000000000..f754c1015 --- /dev/null +++ b/data_descriptors/variables/obmon.intparag.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated aragonite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intparag", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_aragonite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbfe b/data_descriptors/variables/obmon.intpbfe new file mode 100644 index 000000000..74e50b214 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbfe @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbfe.json b/data_descriptors/variables/obmon.intpbfe.json new file mode 100644 index 000000000..74e50b214 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbfe.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic iron production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbfe", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_iron_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbn b/data_descriptors/variables/obmon.intpbn new file mode 100644 index 000000000..0c372e831 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbn.json b/data_descriptors/variables/obmon.intpbn.json new file mode 100644 index 000000000..0c372e831 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic nitrogen production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbn", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_nitrogen_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbp b/data_descriptors/variables/obmon.intpbp new file mode 100644 index 000000000..7c1653a86 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbp.json b/data_descriptors/variables/obmon.intpbp.json new file mode 100644 index 000000000..7c1653a86 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic phosphorus production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Phosphorus Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbp", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_phosphorus_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbsi b/data_descriptors/variables/obmon.intpbsi new file mode 100644 index 000000000..6ee2e30d0 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbsi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpbsi.json b/data_descriptors/variables/obmon.intpbsi.json new file mode 100644 index 000000000..6ee2e30d0 --- /dev/null +++ b/data_descriptors/variables/obmon.intpbsi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated biogenic silica production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpbsi", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_silicon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpcalcite b/data_descriptors/variables/obmon.intpcalcite new file mode 100644 index 000000000..4fe0a57d9 --- /dev/null +++ b/data_descriptors/variables/obmon.intpcalcite @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpcalcite.json b/data_descriptors/variables/obmon.intpcalcite.json new file mode 100644 index 000000000..4fe0a57d9 --- /dev/null +++ b/data_descriptors/variables/obmon.intpcalcite.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpcalcite.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated calcite production", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpcalcite", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_calcite_expressed_as_carbon_due_to_biological_production", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpn2 b/data_descriptors/variables/obmon.intpn2 new file mode 100644 index 000000000..4003135df --- /dev/null +++ b/data_descriptors/variables/obmon.intpn2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpn2.json b/data_descriptors/variables/obmon.intpn2.json new file mode 100644 index 000000000..4003135df --- /dev/null +++ b/data_descriptors/variables/obmon.intpn2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpn2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated nitrogen fixation", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Fixation Rate in Ocean", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpn2", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_elemental_nitrogen_due_to_fixation", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpoc b/data_descriptors/variables/obmon.intpoc new file mode 100644 index 000000000..dc512cedc --- /dev/null +++ b/data_descriptors/variables/obmon.intpoc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpoc.json b/data_descriptors/variables/obmon.intpoc.json new file mode 100644 index 000000000..dc512cedc --- /dev/null +++ b/data_descriptors/variables/obmon.intpoc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated POC", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Particulate Organic Carbon Content", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpoc", + "positive": "", + "standard_name": "ocean_mass_content_of_particulate_organic_matter_expressed_as_carbon", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpp b/data_descriptors/variables/obmon.intpp new file mode 100644 index 000000000..143dbd128 --- /dev/null +++ b/data_descriptors/variables/obmon.intpp @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpp.json b/data_descriptors/variables/obmon.intpp.json new file mode 100644 index 000000000..143dbd128 --- /dev/null +++ b/data_descriptors/variables/obmon.intpp.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by phytoplankton. This should equal the sum of intpdiat+intpphymisc, but those individual components may be unavailable in some models.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by All Types of Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpp", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppcalc b/data_descriptors/variables/obmon.intppcalc new file mode 100644 index 000000000..f1817673d --- /dev/null +++ b/data_descriptors/variables/obmon.intppcalc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppcalc.json b/data_descriptors/variables/obmon.intppcalc.json new file mode 100644 index 000000000..f1817673d --- /dev/null +++ b/data_descriptors/variables/obmon.intppcalc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the calcareous phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppcalc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_calcareous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppdiat b/data_descriptors/variables/obmon.intppdiat new file mode 100644 index 000000000..a3ac48e08 --- /dev/null +++ b/data_descriptors/variables/obmon.intppdiat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppdiat.json b/data_descriptors/variables/obmon.intppdiat.json new file mode 100644 index 000000000..a3ac48e08 --- /dev/null +++ b/data_descriptors/variables/obmon.intppdiat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diatom phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiat", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diatoms", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppdiaz b/data_descriptors/variables/obmon.intppdiaz new file mode 100644 index 000000000..b9190a86d --- /dev/null +++ b/data_descriptors/variables/obmon.intppdiaz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppdiaz.json b/data_descriptors/variables/obmon.intppdiaz.json new file mode 100644 index 000000000..b9190a86d --- /dev/null +++ b/data_descriptors/variables/obmon.intppdiaz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the diazotrophs alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppdiaz", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_diazotrophic_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppmisc b/data_descriptors/variables/obmon.intppmisc new file mode 100644 index 000000000..2c1b78c0c --- /dev/null +++ b/data_descriptors/variables/obmon.intppmisc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppmisc.json b/data_descriptors/variables/obmon.intppmisc.json new file mode 100644 index 000000000..2c1b78c0c --- /dev/null +++ b/data_descriptors/variables/obmon.intppmisc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated total primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppmisc", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_miscellaneous_phytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppnitrate b/data_descriptors/variables/obmon.intppnitrate new file mode 100644 index 000000000..4547cb82c --- /dev/null +++ b/data_descriptors/variables/obmon.intppnitrate @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intppnitrate.json b/data_descriptors/variables/obmon.intppnitrate.json new file mode 100644 index 000000000..4547cb82c --- /dev/null +++ b/data_descriptors/variables/obmon.intppnitrate.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intppnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by phytoplankton based on nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Primary Organic Carbon Production by Phytoplankton Based on Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intppnitrate", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_due_to_nitrate_utilization", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpppico b/data_descriptors/variables/obmon.intpppico new file mode 100644 index 000000000..ed95ee3e1 --- /dev/null +++ b/data_descriptors/variables/obmon.intpppico @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.intpppico.json b/data_descriptors/variables/obmon.intpppico.json new file mode 100644 index 000000000..ed95ee3e1 --- /dev/null +++ b/data_descriptors/variables/obmon.intpppico.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.intpppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea depth: sum where sea time: mean", + "comment": "Vertically integrated primary (organic carbon) production by the picophytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "intpppico", + "positive": "", + "standard_name": "net_primary_mole_productivity_of_biomass_expressed_as_carbon_by_picophytoplankton", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfecalc b/data_descriptors/variables/obmon.limfecalc new file mode 100644 index 000000000..86f28bc3d --- /dev/null +++ b/data_descriptors/variables/obmon.limfecalc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfecalc.json b/data_descriptors/variables/obmon.limfecalc.json new file mode 100644 index 000000000..86f28bc3d --- /dev/null +++ b/data_descriptors/variables/obmon.limfecalc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfecalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfecalc", + "positive": "", + "standard_name": "iron_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfediat b/data_descriptors/variables/obmon.limfediat new file mode 100644 index 000000000..472aa893a --- /dev/null +++ b/data_descriptors/variables/obmon.limfediat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfediat.json b/data_descriptors/variables/obmon.limfediat.json new file mode 100644 index 000000000..472aa893a --- /dev/null +++ b/data_descriptors/variables/obmon.limfediat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfediat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediat", + "positive": "", + "standard_name": "iron_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfediaz b/data_descriptors/variables/obmon.limfediaz new file mode 100644 index 000000000..bf47a662f --- /dev/null +++ b/data_descriptors/variables/obmon.limfediaz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfediaz.json b/data_descriptors/variables/obmon.limfediaz.json new file mode 100644 index 000000000..bf47a662f --- /dev/null +++ b/data_descriptors/variables/obmon.limfediaz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfediaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfediaz", + "positive": "", + "standard_name": "iron_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfemisc b/data_descriptors/variables/obmon.limfemisc new file mode 100644 index 000000000..39f9287a1 --- /dev/null +++ b/data_descriptors/variables/obmon.limfemisc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfemisc.json b/data_descriptors/variables/obmon.limfemisc.json new file mode 100644 index 000000000..39f9287a1 --- /dev/null +++ b/data_descriptors/variables/obmon.limfemisc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfemisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfemisc", + "positive": "", + "standard_name": "iron_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfepico b/data_descriptors/variables/obmon.limfepico new file mode 100644 index 000000000..f9d41b692 --- /dev/null +++ b/data_descriptors/variables/obmon.limfepico @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limfepico.json b/data_descriptors/variables/obmon.limfepico.json new file mode 100644 index 000000000..f9d41b692 --- /dev/null +++ b/data_descriptors/variables/obmon.limfepico.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limfepico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Iron growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of iron) to the theoretical growth rate if there were no such limit on iron availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Iron Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limfepico", + "positive": "", + "standard_name": "iron_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrcalc b/data_descriptors/variables/obmon.limirrcalc new file mode 100644 index 000000000..0268fcd37 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrcalc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrcalc.json b/data_descriptors/variables/obmon.limirrcalc.json new file mode 100644 index 000000000..0268fcd37 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrcalc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of calcareous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrcalc", + "positive": "", + "standard_name": "growth_limitation_of_calcareous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrdiat b/data_descriptors/variables/obmon.limirrdiat new file mode 100644 index 000000000..94dbcee92 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrdiat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrdiat.json b/data_descriptors/variables/obmon.limirrdiat.json new file mode 100644 index 000000000..94dbcee92 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrdiat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diatoms due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiat", + "positive": "", + "standard_name": "growth_limitation_of_diatoms_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrdiaz b/data_descriptors/variables/obmon.limirrdiaz new file mode 100644 index 000000000..145f23315 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrdiaz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrdiaz.json b/data_descriptors/variables/obmon.limirrdiaz.json new file mode 100644 index 000000000..145f23315 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrdiaz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of diazotrophs due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrdiaz", + "positive": "", + "standard_name": "growth_limitation_of_diazotrophic_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrmisc b/data_descriptors/variables/obmon.limirrmisc new file mode 100644 index 000000000..2e070c6b9 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrmisc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrmisc.json b/data_descriptors/variables/obmon.limirrmisc.json new file mode 100644 index 000000000..2e070c6b9 --- /dev/null +++ b/data_descriptors/variables/obmon.limirrmisc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of miscellaneous phytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrmisc", + "positive": "", + "standard_name": "growth_limitation_of_miscellaneous_phytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrpico b/data_descriptors/variables/obmon.limirrpico new file mode 100644 index 000000000..159f1bffb --- /dev/null +++ b/data_descriptors/variables/obmon.limirrpico @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limirrpico.json b/data_descriptors/variables/obmon.limirrpico.json new file mode 100644 index 000000000..159f1bffb --- /dev/null +++ b/data_descriptors/variables/obmon.limirrpico.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limirrpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Growth limitation of picophytoplankton due to solar irradiance. 'Growth limitation due to solar irradiance' means the ratio of the growth rate of a species population in the environment (where the amount of sunlight reaching a location may be limited) to the theoretical growth rate if there were no such limit on solar irradiance.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Irradiance Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limirrpico", + "positive": "", + "standard_name": "growth_limitation_of_picophytoplankton_due_to_solar_irradiance", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limncalc b/data_descriptors/variables/obmon.limncalc new file mode 100644 index 000000000..cd1cbc502 --- /dev/null +++ b/data_descriptors/variables/obmon.limncalc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limncalc.json b/data_descriptors/variables/obmon.limncalc.json new file mode 100644 index 000000000..cd1cbc502 --- /dev/null +++ b/data_descriptors/variables/obmon.limncalc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limncalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Calcareous phytoplankton' are phytoplankton that produce calcite. Calcite is a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limncalc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_calcareous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limndiat b/data_descriptors/variables/obmon.limndiat new file mode 100644 index 000000000..e4964cd0d --- /dev/null +++ b/data_descriptors/variables/obmon.limndiat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limndiat.json b/data_descriptors/variables/obmon.limndiat.json new file mode 100644 index 000000000..e4964cd0d --- /dev/null +++ b/data_descriptors/variables/obmon.limndiat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limndiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diatoms are phytoplankton with an external skeleton made of silica. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiat", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diatoms", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limndiaz b/data_descriptors/variables/obmon.limndiaz new file mode 100644 index 000000000..86dbb4207 --- /dev/null +++ b/data_descriptors/variables/obmon.limndiaz @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limndiaz.json b/data_descriptors/variables/obmon.limndiaz.json new file mode 100644 index 000000000..86dbb4207 --- /dev/null +++ b/data_descriptors/variables/obmon.limndiaz.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limndiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In ocean modelling, diazotrophs are phytoplankton of the phylum cyanobacteria distinct from other phytoplankton groups in their ability to fix nitrogen gas in addition to nitrate and ammonium. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limndiaz", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_diazotrophic_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limnmisc b/data_descriptors/variables/obmon.limnmisc new file mode 100644 index 000000000..2dfc72e42 --- /dev/null +++ b/data_descriptors/variables/obmon.limnmisc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limnmisc.json b/data_descriptors/variables/obmon.limnmisc.json new file mode 100644 index 000000000..2dfc72e42 --- /dev/null +++ b/data_descriptors/variables/obmon.limnmisc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limnmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Miscellaneous phytoplankton' are all those phytoplankton that are not diatoms, diazotrophs, calcareous phytoplankton, picophytoplankton or other separately named components of the phytoplankton population. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnmisc", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_miscellaneous_phytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limnpico b/data_descriptors/variables/obmon.limnpico new file mode 100644 index 000000000..130096aae --- /dev/null +++ b/data_descriptors/variables/obmon.limnpico @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.limnpico.json b/data_descriptors/variables/obmon.limnpico.json new file mode 100644 index 000000000..130096aae --- /dev/null +++ b/data_descriptors/variables/obmon.limnpico.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.limnpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Picophytoplankton are phytoplankton of less than 2 micrometers in size. Phytoplankton are algae that grow where there is sufficient light to support photosynthesis. 'Nitrogen growth limitation' means the ratio of the growth rate of a species population in the environment (where there is a finite availability of nitrogen) to the theoretical growth rate if there were no such limit on nitrogen availability.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Nitrogen Limitation of Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "limnpico", + "positive": "", + "standard_name": "nitrogen_growth_limitation_of_picophytoplankton", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.nh4os b/data_descriptors/variables/obmon.nh4os new file mode 100644 index 000000000..11be789a6 --- /dev/null +++ b/data_descriptors/variables/obmon.nh4os @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.nh4os.json b/data_descriptors/variables/obmon.nh4os.json new file mode 100644 index 000000000..11be789a6 --- /dev/null +++ b/data_descriptors/variables/obmon.nh4os.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.nh4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4os", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.no3os b/data_descriptors/variables/obmon.no3os new file mode 100644 index 000000000..e1fe9b07d --- /dev/null +++ b/data_descriptors/variables/obmon.no3os @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.no3os.json b/data_descriptors/variables/obmon.no3os.json new file mode 100644 index 000000000..e1fe9b07d --- /dev/null +++ b/data_descriptors/variables/obmon.no3os.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.no3os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3os", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2min b/data_descriptors/variables/obmon.o2min new file mode 100644 index 000000000..9b07d50a9 --- /dev/null +++ b/data_descriptors/variables/obmon.o2min @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2min.json b/data_descriptors/variables/obmon.o2min.json new file mode 100644 index 000000000..9b07d50a9 --- /dev/null +++ b/data_descriptors/variables/obmon.o2min.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The concentration of any chemical species, whether particulate or dissolved, may vary with depth in the ocean. A depth profile may go through one or more local minima in concentration. The mole_concentration_of_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile is the mole concentration of oxygen at the local minimum in the concentration profile that occurs closest to the sea surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2min", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_shallowest_local_minimum_in_vertical_profile", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2os b/data_descriptors/variables/obmon.o2os new file mode 100644 index 000000000..797d3750e --- /dev/null +++ b/data_descriptors/variables/obmon.o2os @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2os.json b/data_descriptors/variables/obmon.o2os.json new file mode 100644 index 000000000..797d3750e --- /dev/null +++ b/data_descriptors/variables/obmon.o2os.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2satos b/data_descriptors/variables/obmon.o2satos new file mode 100644 index 000000000..889ee7184 --- /dev/null +++ b/data_descriptors/variables/obmon.o2satos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.o2satos.json b/data_descriptors/variables/obmon.o2satos.json new file mode 100644 index 000000000..889ee7184 --- /dev/null +++ b/data_descriptors/variables/obmon.o2satos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.o2satos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2satos", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ocfriver b/data_descriptors/variables/obmon.ocfriver new file mode 100644 index 000000000..0291cb30b --- /dev/null +++ b/data_descriptors/variables/obmon.ocfriver @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ocfriver.json b/data_descriptors/variables/obmon.ocfriver.json new file mode 100644 index 000000000..0291cb30b --- /dev/null +++ b/data_descriptors/variables/obmon.ocfriver.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.ocfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Organic Carbon supply to ocean through runoff (separate from gas exchange)", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Flux of Organic Carbon into Ocean Surface by Runoff", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocfriver", + "positive": "", + "standard_name": "tendency_of_ocean_mole_content_of_organic_carbon_due_to_runoff_and_sediment_dissolution", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phabioos b/data_descriptors/variables/obmon.phabioos new file mode 100644 index 000000000..c84acd5f8 --- /dev/null +++ b/data_descriptors/variables/obmon.phabioos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phabioos.json b/data_descriptors/variables/obmon.phabioos.json new file mode 100644 index 000000000..c84acd5f8 --- /dev/null +++ b/data_descriptors/variables/obmon.phabioos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phabioos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabioos", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phnatos b/data_descriptors/variables/obmon.phnatos new file mode 100644 index 000000000..34349aa47 --- /dev/null +++ b/data_descriptors/variables/obmon.phnatos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phnatos.json b/data_descriptors/variables/obmon.phnatos.json new file mode 100644 index 000000000..34349aa47 --- /dev/null +++ b/data_descriptors/variables/obmon.phnatos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phnatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnatos", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phos b/data_descriptors/variables/obmon.phos new file mode 100644 index 000000000..2f9cbc07b --- /dev/null +++ b/data_descriptors/variables/obmon.phos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phos.json b/data_descriptors/variables/obmon.phos.json new file mode 100644 index 000000000..2f9cbc07b --- /dev/null +++ b/data_descriptors/variables/obmon.phos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phos", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phycalcos b/data_descriptors/variables/obmon.phycalcos new file mode 100644 index 000000000..bafd853ad --- /dev/null +++ b/data_descriptors/variables/obmon.phycalcos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phycalcos.json b/data_descriptors/variables/obmon.phycalcos.json new file mode 100644 index 000000000..bafd853ad --- /dev/null +++ b/data_descriptors/variables/obmon.phycalcos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phycalcos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalcos", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phycos b/data_descriptors/variables/obmon.phycos new file mode 100644 index 000000000..18677cda7 --- /dev/null +++ b/data_descriptors/variables/obmon.phycos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phycos.json b/data_descriptors/variables/obmon.phycos.json new file mode 100644 index 000000000..18677cda7 --- /dev/null +++ b/data_descriptors/variables/obmon.phycos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phycos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton organic carbon component concentrations at the sea surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phydiatos b/data_descriptors/variables/obmon.phydiatos new file mode 100644 index 000000000..cebb7d018 --- /dev/null +++ b/data_descriptors/variables/obmon.phydiatos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phydiatos.json b/data_descriptors/variables/obmon.phydiatos.json new file mode 100644 index 000000000..cebb7d018 --- /dev/null +++ b/data_descriptors/variables/obmon.phydiatos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phydiatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiatos", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phydiazos b/data_descriptors/variables/obmon.phydiazos new file mode 100644 index 000000000..9eea88249 --- /dev/null +++ b/data_descriptors/variables/obmon.phydiazos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phydiazos.json b/data_descriptors/variables/obmon.phydiazos.json new file mode 100644 index 000000000..9eea88249 --- /dev/null +++ b/data_descriptors/variables/obmon.phydiazos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phydiazos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiazos", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phyfeos b/data_descriptors/variables/obmon.phyfeos new file mode 100644 index 000000000..87c7f31bc --- /dev/null +++ b/data_descriptors/variables/obmon.phyfeos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phyfeos.json b/data_descriptors/variables/obmon.phyfeos.json new file mode 100644 index 000000000..87c7f31bc --- /dev/null +++ b/data_descriptors/variables/obmon.phyfeos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phyfeos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfeos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phymiscos b/data_descriptors/variables/obmon.phymiscos new file mode 100644 index 000000000..ffe407c2c --- /dev/null +++ b/data_descriptors/variables/obmon.phymiscos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phymiscos.json b/data_descriptors/variables/obmon.phymiscos.json new file mode 100644 index 000000000..ffe407c2c --- /dev/null +++ b/data_descriptors/variables/obmon.phymiscos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phymiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phynos b/data_descriptors/variables/obmon.phynos new file mode 100644 index 000000000..e387dc1ee --- /dev/null +++ b/data_descriptors/variables/obmon.phynos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phynos.json b/data_descriptors/variables/obmon.phynos.json new file mode 100644 index 000000000..e387dc1ee --- /dev/null +++ b/data_descriptors/variables/obmon.phynos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phynos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Phytoplankton Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phynos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phypicoos b/data_descriptors/variables/obmon.phypicoos new file mode 100644 index 000000000..2f5aceaa0 --- /dev/null +++ b/data_descriptors/variables/obmon.phypicoos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phypicoos.json b/data_descriptors/variables/obmon.phypicoos.json new file mode 100644 index 000000000..2f5aceaa0 --- /dev/null +++ b/data_descriptors/variables/obmon.phypicoos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phypicoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypicoos", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phypos b/data_descriptors/variables/obmon.phypos new file mode 100644 index 000000000..3a57fe999 --- /dev/null +++ b/data_descriptors/variables/obmon.phypos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.phypos.json b/data_descriptors/variables/obmon.phypos.json new file mode 100644 index 000000000..3a57fe999 --- /dev/null +++ b/data_descriptors/variables/obmon.phypos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.phypos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypos", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.physios b/data_descriptors/variables/obmon.physios new file mode 100644 index 000000000..9c697cdaa --- /dev/null +++ b/data_descriptors/variables/obmon.physios @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.physios.json b/data_descriptors/variables/obmon.physios.json new file mode 100644 index 000000000..9c697cdaa --- /dev/null +++ b/data_descriptors/variables/obmon.physios.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.physios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physios", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.po4os b/data_descriptors/variables/obmon.po4os new file mode 100644 index 000000000..2037ff26e --- /dev/null +++ b/data_descriptors/variables/obmon.po4os @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.po4os.json b/data_descriptors/variables/obmon.po4os.json new file mode 100644 index 000000000..2037ff26e --- /dev/null +++ b/data_descriptors/variables/obmon.po4os.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.po4os.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4os", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ponos b/data_descriptors/variables/obmon.ponos new file mode 100644 index 000000000..d9617845a --- /dev/null +++ b/data_descriptors/variables/obmon.ponos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ponos.json b/data_descriptors/variables/obmon.ponos.json new file mode 100644 index 000000000..d9617845a --- /dev/null +++ b/data_descriptors/variables/obmon.ponos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.ponos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ponos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.popos b/data_descriptors/variables/obmon.popos new file mode 100644 index 000000000..209226dad --- /dev/null +++ b/data_descriptors/variables/obmon.popos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.popos.json b/data_descriptors/variables/obmon.popos.json new file mode 100644 index 000000000..209226dad --- /dev/null +++ b/data_descriptors/variables/obmon.popos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.popos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "popos", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ppos b/data_descriptors/variables/obmon.ppos new file mode 100644 index 000000000..a620991be --- /dev/null +++ b/data_descriptors/variables/obmon.ppos @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.ppos.json b/data_descriptors/variables/obmon.ppos.json new file mode 100644 index 000000000..a620991be --- /dev/null +++ b/data_descriptors/variables/obmon.ppos.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.ppos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppos", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.sios b/data_descriptors/variables/obmon.sios new file mode 100644 index 000000000..0f8a6cfd5 --- /dev/null +++ b/data_descriptors/variables/obmon.sios @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.sios.json b/data_descriptors/variables/obmon.sios.json new file mode 100644 index 000000000..0f8a6cfd5 --- /dev/null +++ b/data_descriptors/variables/obmon.sios.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.sios.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sios", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2 b/data_descriptors/variables/obmon.spco2 new file mode 100644 index 000000000..1fdbb515d --- /dev/null +++ b/data_descriptors/variables/obmon.spco2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2.json b/data_descriptors/variables/obmon.spco2.json new file mode 100644 index 000000000..1fdbb515d --- /dev/null +++ b/data_descriptors/variables/obmon.spco2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The chemical formula for carbon dioxide is CO2.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2", + "positive": "", + "standard_name": "surface_partial_pressure_of_carbon_dioxide_in_sea_water", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2abio b/data_descriptors/variables/obmon.spco2abio new file mode 100644 index 000000000..9f1f236b4 --- /dev/null +++ b/data_descriptors/variables/obmon.spco2abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2abio.json b/data_descriptors/variables/obmon.spco2abio.json new file mode 100644 index 000000000..9f1f236b4 --- /dev/null +++ b/data_descriptors/variables/obmon.spco2abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, an 'abiotic analogue' is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Abiotic Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2abio", + "positive": "", + "standard_name": "surface_carbon_dioxide_abiotic_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2nat b/data_descriptors/variables/obmon.spco2nat new file mode 100644 index 000000000..5b10ae977 --- /dev/null +++ b/data_descriptors/variables/obmon.spco2nat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.spco2nat.json b/data_descriptors/variables/obmon.spco2nat.json new file mode 100644 index 000000000..5b10ae977 --- /dev/null +++ b/data_descriptors/variables/obmon.spco2nat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmon.spco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. The chemical formula for carbon dioxide is CO2. In ocean biogeochemistry models, a 'natural analogue' is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. The partial pressure of a gaseous constituent of air is the pressure which it alone would exert with unchanged temperature and number of moles per unit volume. The partial pressure of a dissolved gas in sea water is the partial pressure in air with which it would be in equilibrium. The partial pressure difference between sea water and air is positive when the partial pressure of the dissolved gas in sea water is greater than the partial pressure in air.", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth0m" + ], + "frequency": "mon", + "long_name": "Natural Surface Aqueous Partial Pressure of CO2", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "spco2nat", + "positive": "", + "standard_name": "surface_carbon_dioxide_natural_analogue_partial_pressure_difference_between_sea_water_and_air", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.talknatos b/data_descriptors/variables/obmon.talknatos new file mode 100644 index 000000000..fee64da87 --- /dev/null +++ b/data_descriptors/variables/obmon.talknatos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.talknatos.json b/data_descriptors/variables/obmon.talknatos.json new file mode 100644 index 000000000..fee64da87 --- /dev/null +++ b/data_descriptors/variables/obmon.talknatos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.talknatos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknatos", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.talkos b/data_descriptors/variables/obmon.talkos new file mode 100644 index 000000000..2877cd4e4 --- /dev/null +++ b/data_descriptors/variables/obmon.talkos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.talkos.json b/data_descriptors/variables/obmon.talkos.json new file mode 100644 index 000000000..2877cd4e4 --- /dev/null +++ b/data_descriptors/variables/obmon.talkos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.talkos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talkos", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmesoos b/data_descriptors/variables/obmon.zmesoos new file mode 100644 index 000000000..fb7c7a01e --- /dev/null +++ b/data_descriptors/variables/obmon.zmesoos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmesoos.json b/data_descriptors/variables/obmon.zmesoos.json new file mode 100644 index 000000000..fb7c7a01e --- /dev/null +++ b/data_descriptors/variables/obmon.zmesoos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmesoos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmesoos", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmicroos b/data_descriptors/variables/obmon.zmicroos new file mode 100644 index 000000000..8bae6fa41 --- /dev/null +++ b/data_descriptors/variables/obmon.zmicroos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmicroos.json b/data_descriptors/variables/obmon.zmicroos.json new file mode 100644 index 000000000..8bae6fa41 --- /dev/null +++ b/data_descriptors/variables/obmon.zmicroos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmicroos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicroos", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmiscos b/data_descriptors/variables/obmon.zmiscos new file mode 100644 index 000000000..366befeb3 --- /dev/null +++ b/data_descriptors/variables/obmon.zmiscos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zmiscos.json b/data_descriptors/variables/obmon.zmiscos.json new file mode 100644 index 000000000..366befeb3 --- /dev/null +++ b/data_descriptors/variables/obmon.zmiscos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zmiscos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmiscos", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zo2min b/data_descriptors/variables/obmon.zo2min new file mode 100644 index 000000000..3ab68903a --- /dev/null +++ b/data_descriptors/variables/obmon.zo2min @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zo2min.json b/data_descriptors/variables/obmon.zo2min.json new file mode 100644 index 000000000..3ab68903a --- /dev/null +++ b/data_descriptors/variables/obmon.zo2min.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zo2min.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of vertical minimum concentration of dissolved oxygen gas (if two, then the shallower)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of Oxygen Minimum Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zo2min", + "positive": "", + "standard_name": "depth_at_shallowest_local_minimum_in_vertical_profile_of_mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zoocos b/data_descriptors/variables/obmon.zoocos new file mode 100644 index 000000000..7ac9f5755 --- /dev/null +++ b/data_descriptors/variables/obmon.zoocos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zoocos.json b/data_descriptors/variables/obmon.zoocos.json new file mode 100644 index 000000000..7ac9f5755 --- /dev/null +++ b/data_descriptors/variables/obmon.zoocos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zoocos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zoocos", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zsatarag b/data_descriptors/variables/obmon.zsatarag new file mode 100644 index 000000000..308a75ebc --- /dev/null +++ b/data_descriptors/variables/obmon.zsatarag @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zsatarag.json b/data_descriptors/variables/obmon.zsatarag.json new file mode 100644 index 000000000..308a75ebc --- /dev/null +++ b/data_descriptors/variables/obmon.zsatarag.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zsatarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of aragonite saturation horizon (0 if undersaturated at all depths, 'missing' if supersaturated at all depths; if multiple horizons exist, the shallowest should be taken).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatarag", + "positive": "", + "standard_name": "minimum_depth_of_aragonite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zsatcalc b/data_descriptors/variables/obmon.zsatcalc new file mode 100644 index 000000000..5982c69d2 --- /dev/null +++ b/data_descriptors/variables/obmon.zsatcalc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmon.zsatcalc.json b/data_descriptors/variables/obmon.zsatcalc.json new file mode 100644 index 000000000..5982c69d2 --- /dev/null +++ b/data_descriptors/variables/obmon.zsatcalc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obmon.zsatcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmon.json", + "mip-era": "cmip6" + }, + { + "id": "obmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth of calcite saturation horizon (0 if undersaturated at all depths, and missing saturated through whole depth; if two or more horizons exist, then the shallowest is reported)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Saturation Depth", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zsatcalc", + "positive": "", + "standard_name": "minimum_depth_of_calcite_undersaturation_in_sea_water", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.arag b/data_descriptors/variables/obmonlev.arag new file mode 100644 index 000000000..acaf316db --- /dev/null +++ b/data_descriptors/variables/obmonlev.arag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.arag.json b/data_descriptors/variables/obmonlev.arag.json new file mode 100644 index 000000000..acaf316db --- /dev/null +++ b/data_descriptors/variables/obmonlev.arag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bacc b/data_descriptors/variables/obmonlev.bacc new file mode 100644 index 000000000..ea228d992 --- /dev/null +++ b/data_descriptors/variables/obmonlev.bacc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bacc.json b/data_descriptors/variables/obmonlev.bacc.json new file mode 100644 index 000000000..ea228d992 --- /dev/null +++ b/data_descriptors/variables/obmonlev.bacc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bfe b/data_descriptors/variables/obmonlev.bfe new file mode 100644 index 000000000..387533c14 --- /dev/null +++ b/data_descriptors/variables/obmonlev.bfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bfe.json b/data_descriptors/variables/obmonlev.bfe.json new file mode 100644 index 000000000..387533c14 --- /dev/null +++ b/data_descriptors/variables/obmonlev.bfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bsi b/data_descriptors/variables/obmonlev.bsi new file mode 100644 index 000000000..ea5ee815f --- /dev/null +++ b/data_descriptors/variables/obmonlev.bsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.bsi.json b/data_descriptors/variables/obmonlev.bsi.json new file mode 100644 index 000000000..ea5ee815f --- /dev/null +++ b/data_descriptors/variables/obmonlev.bsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.calc b/data_descriptors/variables/obmonlev.calc new file mode 100644 index 000000000..e950b088c --- /dev/null +++ b/data_descriptors/variables/obmonlev.calc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.calc.json b/data_descriptors/variables/obmonlev.calc.json new file mode 100644 index 000000000..e950b088c --- /dev/null +++ b/data_descriptors/variables/obmonlev.calc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chl b/data_descriptors/variables/obmonlev.chl new file mode 100644 index 000000000..ef1bf605d --- /dev/null +++ b/data_descriptors/variables/obmonlev.chl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chl.json b/data_descriptors/variables/obmonlev.chl.json new file mode 100644 index 000000000..ef1bf605d --- /dev/null +++ b/data_descriptors/variables/obmonlev.chl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlcalc b/data_descriptors/variables/obmonlev.chlcalc new file mode 100644 index 000000000..dba1bba3f --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlcalc.json b/data_descriptors/variables/obmonlev.chlcalc.json new file mode 100644 index 000000000..dba1bba3f --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chldiat b/data_descriptors/variables/obmonlev.chldiat new file mode 100644 index 000000000..58fe417a4 --- /dev/null +++ b/data_descriptors/variables/obmonlev.chldiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chldiat.json b/data_descriptors/variables/obmonlev.chldiat.json new file mode 100644 index 000000000..58fe417a4 --- /dev/null +++ b/data_descriptors/variables/obmonlev.chldiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chldiaz b/data_descriptors/variables/obmonlev.chldiaz new file mode 100644 index 000000000..c98d1f29a --- /dev/null +++ b/data_descriptors/variables/obmonlev.chldiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chldiaz.json b/data_descriptors/variables/obmonlev.chldiaz.json new file mode 100644 index 000000000..c98d1f29a --- /dev/null +++ b/data_descriptors/variables/obmonlev.chldiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlmisc b/data_descriptors/variables/obmonlev.chlmisc new file mode 100644 index 000000000..38de18641 --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlmisc.json b/data_descriptors/variables/obmonlev.chlmisc.json new file mode 100644 index 000000000..38de18641 --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlpico b/data_descriptors/variables/obmonlev.chlpico new file mode 100644 index 000000000..c8e43218e --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlpico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.chlpico.json b/data_descriptors/variables/obmonlev.chlpico.json new file mode 100644 index 000000000..c8e43218e --- /dev/null +++ b/data_descriptors/variables/obmonlev.chlpico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3 b/data_descriptors/variables/obmonlev.co3 new file mode 100644 index 000000000..7c2b5a200 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3.json b/data_descriptors/variables/obmonlev.co3.json new file mode 100644 index 000000000..7c2b5a200 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3abio b/data_descriptors/variables/obmonlev.co3abio new file mode 100644 index 000000000..439cbe590 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3abio.json b/data_descriptors/variables/obmonlev.co3abio.json new file mode 100644 index 000000000..439cbe590 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3nat b/data_descriptors/variables/obmonlev.co3nat new file mode 100644 index 000000000..caa7d0639 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3nat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3nat.json b/data_descriptors/variables/obmonlev.co3nat.json new file mode 100644 index 000000000..caa7d0639 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3nat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3satarag b/data_descriptors/variables/obmonlev.co3satarag new file mode 100644 index 000000000..a296e5296 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3satarag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3satarag.json b/data_descriptors/variables/obmonlev.co3satarag.json new file mode 100644 index 000000000..a296e5296 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3satarag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3satcalc b/data_descriptors/variables/obmonlev.co3satcalc new file mode 100644 index 000000000..a92ce4009 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3satcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.co3satcalc.json b/data_descriptors/variables/obmonlev.co3satcalc.json new file mode 100644 index 000000000..a92ce4009 --- /dev/null +++ b/data_descriptors/variables/obmonlev.co3satcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.detoc b/data_descriptors/variables/obmonlev.detoc new file mode 100644 index 000000000..493136742 --- /dev/null +++ b/data_descriptors/variables/obmonlev.detoc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.detoc.json b/data_descriptors/variables/obmonlev.detoc.json new file mode 100644 index 000000000..493136742 --- /dev/null +++ b/data_descriptors/variables/obmonlev.detoc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dfe b/data_descriptors/variables/obmonlev.dfe new file mode 100644 index 000000000..5728fe5a6 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dfe.json b/data_descriptors/variables/obmonlev.dfe.json new file mode 100644 index 000000000..5728fe5a6 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi13c b/data_descriptors/variables/obmonlev.dissi13c new file mode 100644 index 000000000..4613a5e7a --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi13c @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi13c.json b/data_descriptors/variables/obmonlev.dissi13c.json new file mode 100644 index 000000000..4613a5e7a --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi13c.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi14c b/data_descriptors/variables/obmonlev.dissi14c new file mode 100644 index 000000000..819a903d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi14c @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi14c.json b/data_descriptors/variables/obmonlev.dissi14c.json new file mode 100644 index 000000000..819a903d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi14c.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi14c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi14cabio b/data_descriptors/variables/obmonlev.dissi14cabio new file mode 100644 index 000000000..43c34e05f --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi14cabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissi14cabio.json b/data_descriptors/variables/obmonlev.dissi14cabio.json new file mode 100644 index 000000000..43c34e05f --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissi14cabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissic b/data_descriptors/variables/obmonlev.dissic new file mode 100644 index 000000000..d1f639b17 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissic.json b/data_descriptors/variables/obmonlev.dissic.json new file mode 100644 index 000000000..d1f639b17 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissicabio b/data_descriptors/variables/obmonlev.dissicabio new file mode 100644 index 000000000..8f4af30af --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissicabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissicabio.json b/data_descriptors/variables/obmonlev.dissicabio.json new file mode 100644 index 000000000..8f4af30af --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissicabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissicnat b/data_descriptors/variables/obmonlev.dissicnat new file mode 100644 index 000000000..bf2e54846 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissicnat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissicnat.json b/data_descriptors/variables/obmonlev.dissicnat.json new file mode 100644 index 000000000..bf2e54846 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissicnat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissoc b/data_descriptors/variables/obmonlev.dissoc new file mode 100644 index 000000000..25d90ce23 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissoc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dissoc.json b/data_descriptors/variables/obmonlev.dissoc.json new file mode 100644 index 000000000..25d90ce23 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dissoc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dmso b/data_descriptors/variables/obmonlev.dmso new file mode 100644 index 000000000..c4d1d2225 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dmso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.dmso.json b/data_descriptors/variables/obmonlev.dmso.json new file mode 100644 index 000000000..c4d1d2225 --- /dev/null +++ b/data_descriptors/variables/obmonlev.dmso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.exparag b/data_descriptors/variables/obmonlev.exparag new file mode 100644 index 000000000..24bc8a648 --- /dev/null +++ b/data_descriptors/variables/obmonlev.exparag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.exparag.json b/data_descriptors/variables/obmonlev.exparag.json new file mode 100644 index 000000000..24bc8a648 --- /dev/null +++ b/data_descriptors/variables/obmonlev.exparag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expc b/data_descriptors/variables/obmonlev.expc new file mode 100644 index 000000000..a4c70c1d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expc.json b/data_descriptors/variables/obmonlev.expc.json new file mode 100644 index 000000000..a4c70c1d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expcalc b/data_descriptors/variables/obmonlev.expcalc new file mode 100644 index 000000000..374d93705 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expcalc.json b/data_descriptors/variables/obmonlev.expcalc.json new file mode 100644 index 000000000..374d93705 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expfe b/data_descriptors/variables/obmonlev.expfe new file mode 100644 index 000000000..6be58c59b --- /dev/null +++ b/data_descriptors/variables/obmonlev.expfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expfe.json b/data_descriptors/variables/obmonlev.expfe.json new file mode 100644 index 000000000..6be58c59b --- /dev/null +++ b/data_descriptors/variables/obmonlev.expfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expn b/data_descriptors/variables/obmonlev.expn new file mode 100644 index 000000000..60640d107 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expn.json b/data_descriptors/variables/obmonlev.expn.json new file mode 100644 index 000000000..60640d107 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expp b/data_descriptors/variables/obmonlev.expp new file mode 100644 index 000000000..55167ae22 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expp.json b/data_descriptors/variables/obmonlev.expp.json new file mode 100644 index 000000000..55167ae22 --- /dev/null +++ b/data_descriptors/variables/obmonlev.expp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expsi b/data_descriptors/variables/obmonlev.expsi new file mode 100644 index 000000000..2888d8c2b --- /dev/null +++ b/data_descriptors/variables/obmonlev.expsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.expsi.json b/data_descriptors/variables/obmonlev.expsi.json new file mode 100644 index 000000000..2888d8c2b --- /dev/null +++ b/data_descriptors/variables/obmonlev.expsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.graz b/data_descriptors/variables/obmonlev.graz new file mode 100644 index 000000000..df0c10598 --- /dev/null +++ b/data_descriptors/variables/obmonlev.graz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.graz.json b/data_descriptors/variables/obmonlev.graz.json new file mode 100644 index 000000000..df0c10598 --- /dev/null +++ b/data_descriptors/variables/obmonlev.graz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.nh4 b/data_descriptors/variables/obmonlev.nh4 new file mode 100644 index 000000000..b5cc0bc35 --- /dev/null +++ b/data_descriptors/variables/obmonlev.nh4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.nh4.json b/data_descriptors/variables/obmonlev.nh4.json new file mode 100644 index 000000000..b5cc0bc35 --- /dev/null +++ b/data_descriptors/variables/obmonlev.nh4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.no3 b/data_descriptors/variables/obmonlev.no3 new file mode 100644 index 000000000..03c48fba9 --- /dev/null +++ b/data_descriptors/variables/obmonlev.no3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.no3.json b/data_descriptors/variables/obmonlev.no3.json new file mode 100644 index 000000000..03c48fba9 --- /dev/null +++ b/data_descriptors/variables/obmonlev.no3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.o2 b/data_descriptors/variables/obmonlev.o2 new file mode 100644 index 000000000..1dd8d53e9 --- /dev/null +++ b/data_descriptors/variables/obmonlev.o2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.o2.json b/data_descriptors/variables/obmonlev.o2.json new file mode 100644 index 000000000..1dd8d53e9 --- /dev/null +++ b/data_descriptors/variables/obmonlev.o2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.o2sat b/data_descriptors/variables/obmonlev.o2sat new file mode 100644 index 000000000..cf74472c3 --- /dev/null +++ b/data_descriptors/variables/obmonlev.o2sat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.o2sat.json b/data_descriptors/variables/obmonlev.o2sat.json new file mode 100644 index 000000000..cf74472c3 --- /dev/null +++ b/data_descriptors/variables/obmonlev.o2sat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ph b/data_descriptors/variables/obmonlev.ph new file mode 100644 index 000000000..e9fdf4bb1 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ph @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ph.json b/data_descriptors/variables/obmonlev.ph.json new file mode 100644 index 000000000..e9fdf4bb1 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ph.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phabio b/data_descriptors/variables/obmonlev.phabio new file mode 100644 index 000000000..38ffbef55 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phabio.json b/data_descriptors/variables/obmonlev.phabio.json new file mode 100644 index 000000000..38ffbef55 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phnat b/data_descriptors/variables/obmonlev.phnat new file mode 100644 index 000000000..9da91fe34 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phnat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phnat.json b/data_descriptors/variables/obmonlev.phnat.json new file mode 100644 index 000000000..9da91fe34 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phnat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyc b/data_descriptors/variables/obmonlev.phyc new file mode 100644 index 000000000..7f42d2bc3 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyc.json b/data_descriptors/variables/obmonlev.phyc.json new file mode 100644 index 000000000..7f42d2bc3 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phycalc b/data_descriptors/variables/obmonlev.phycalc new file mode 100644 index 000000000..1165a0eff --- /dev/null +++ b/data_descriptors/variables/obmonlev.phycalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phycalc.json b/data_descriptors/variables/obmonlev.phycalc.json new file mode 100644 index 000000000..1165a0eff --- /dev/null +++ b/data_descriptors/variables/obmonlev.phycalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phydiat b/data_descriptors/variables/obmonlev.phydiat new file mode 100644 index 000000000..d8a7e8b0c --- /dev/null +++ b/data_descriptors/variables/obmonlev.phydiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phydiat.json b/data_descriptors/variables/obmonlev.phydiat.json new file mode 100644 index 000000000..d8a7e8b0c --- /dev/null +++ b/data_descriptors/variables/obmonlev.phydiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phydiaz b/data_descriptors/variables/obmonlev.phydiaz new file mode 100644 index 000000000..660643b8f --- /dev/null +++ b/data_descriptors/variables/obmonlev.phydiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phydiaz.json b/data_descriptors/variables/obmonlev.phydiaz.json new file mode 100644 index 000000000..660643b8f --- /dev/null +++ b/data_descriptors/variables/obmonlev.phydiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyfe b/data_descriptors/variables/obmonlev.phyfe new file mode 100644 index 000000000..d1f5163d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyfe.json b/data_descriptors/variables/obmonlev.phyfe.json new file mode 100644 index 000000000..d1f5163d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phymisc b/data_descriptors/variables/obmonlev.phymisc new file mode 100644 index 000000000..5e603b0db --- /dev/null +++ b/data_descriptors/variables/obmonlev.phymisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phymisc.json b/data_descriptors/variables/obmonlev.phymisc.json new file mode 100644 index 000000000..5e603b0db --- /dev/null +++ b/data_descriptors/variables/obmonlev.phymisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyn b/data_descriptors/variables/obmonlev.phyn new file mode 100644 index 000000000..b678f3948 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyn.json b/data_descriptors/variables/obmonlev.phyn.json new file mode 100644 index 000000000..b678f3948 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyp b/data_descriptors/variables/obmonlev.phyp new file mode 100644 index 000000000..3bd0375f5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phyp.json b/data_descriptors/variables/obmonlev.phyp.json new file mode 100644 index 000000000..3bd0375f5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.phyp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phypico b/data_descriptors/variables/obmonlev.phypico new file mode 100644 index 000000000..b6b1ea6ff --- /dev/null +++ b/data_descriptors/variables/obmonlev.phypico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.phypico.json b/data_descriptors/variables/obmonlev.phypico.json new file mode 100644 index 000000000..b6b1ea6ff --- /dev/null +++ b/data_descriptors/variables/obmonlev.phypico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.physi b/data_descriptors/variables/obmonlev.physi new file mode 100644 index 000000000..fa7918801 --- /dev/null +++ b/data_descriptors/variables/obmonlev.physi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.physi.json b/data_descriptors/variables/obmonlev.physi.json new file mode 100644 index 000000000..fa7918801 --- /dev/null +++ b/data_descriptors/variables/obmonlev.physi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.po4 b/data_descriptors/variables/obmonlev.po4 new file mode 100644 index 000000000..cd465755b --- /dev/null +++ b/data_descriptors/variables/obmonlev.po4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.po4.json b/data_descriptors/variables/obmonlev.po4.json new file mode 100644 index 000000000..cd465755b --- /dev/null +++ b/data_descriptors/variables/obmonlev.po4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pon b/data_descriptors/variables/obmonlev.pon new file mode 100644 index 000000000..6ceff899d --- /dev/null +++ b/data_descriptors/variables/obmonlev.pon @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pon.json b/data_descriptors/variables/obmonlev.pon.json new file mode 100644 index 000000000..6ceff899d --- /dev/null +++ b/data_descriptors/variables/obmonlev.pon.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pop b/data_descriptors/variables/obmonlev.pop new file mode 100644 index 000000000..e079ad998 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pop.json b/data_descriptors/variables/obmonlev.pop.json new file mode 100644 index 000000000..e079ad998 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pp b/data_descriptors/variables/obmonlev.pp new file mode 100644 index 000000000..ed4a8da88 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pp.json b/data_descriptors/variables/obmonlev.pp.json new file mode 100644 index 000000000..ed4a8da88 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppcalc b/data_descriptors/variables/obmonlev.ppcalc new file mode 100644 index 000000000..543aed362 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppcalc.json b/data_descriptors/variables/obmonlev.ppcalc.json new file mode 100644 index 000000000..543aed362 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppdiat b/data_descriptors/variables/obmonlev.ppdiat new file mode 100644 index 000000000..5ca7dd8d5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppdiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppdiat.json b/data_descriptors/variables/obmonlev.ppdiat.json new file mode 100644 index 000000000..5ca7dd8d5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppdiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppdiaz b/data_descriptors/variables/obmonlev.ppdiaz new file mode 100644 index 000000000..49cdf20c2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppdiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppdiaz.json b/data_descriptors/variables/obmonlev.ppdiaz.json new file mode 100644 index 000000000..49cdf20c2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppdiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppmisc b/data_descriptors/variables/obmonlev.ppmisc new file mode 100644 index 000000000..86db68918 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.ppmisc.json b/data_descriptors/variables/obmonlev.ppmisc.json new file mode 100644 index 000000000..86db68918 --- /dev/null +++ b/data_descriptors/variables/obmonlev.ppmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pppico b/data_descriptors/variables/obmonlev.pppico new file mode 100644 index 000000000..6b09c85d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pppico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.pppico.json b/data_descriptors/variables/obmonlev.pppico.json new file mode 100644 index 000000000..6b09c85d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.pppico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.si b/data_descriptors/variables/obmonlev.si new file mode 100644 index 000000000..2abfdc458 --- /dev/null +++ b/data_descriptors/variables/obmonlev.si @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.si.json b/data_descriptors/variables/obmonlev.si.json new file mode 100644 index 000000000..2abfdc458 --- /dev/null +++ b/data_descriptors/variables/obmonlev.si.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.talk b/data_descriptors/variables/obmonlev.talk new file mode 100644 index 000000000..2ed2bd8d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.talk @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.talk.json b/data_descriptors/variables/obmonlev.talk.json new file mode 100644 index 000000000..2ed2bd8d2 --- /dev/null +++ b/data_descriptors/variables/obmonlev.talk.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.talknat b/data_descriptors/variables/obmonlev.talknat new file mode 100644 index 000000000..bc670c8a5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.talknat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.talknat.json b/data_descriptors/variables/obmonlev.talknat.json new file mode 100644 index 000000000..bc670c8a5 --- /dev/null +++ b/data_descriptors/variables/obmonlev.talknat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmeso b/data_descriptors/variables/obmonlev.zmeso new file mode 100644 index 000000000..a43e0f20e --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmeso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmeso.json b/data_descriptors/variables/obmonlev.zmeso.json new file mode 100644 index 000000000..a43e0f20e --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmeso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmicro b/data_descriptors/variables/obmonlev.zmicro new file mode 100644 index 000000000..94d3f1055 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmicro @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmicro.json b/data_descriptors/variables/obmonlev.zmicro.json new file mode 100644 index 000000000..94d3f1055 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmicro.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmisc b/data_descriptors/variables/obmonlev.zmisc new file mode 100644 index 000000000..d3965d523 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zmisc.json b/data_descriptors/variables/obmonlev.zmisc.json new file mode 100644 index 000000000..d3965d523 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zooc b/data_descriptors/variables/obmonlev.zooc new file mode 100644 index 000000000..a12140378 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zooc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obmonlev.zooc.json b/data_descriptors/variables/obmonlev.zooc.json new file mode 100644 index 000000000..a12140378 --- /dev/null +++ b/data_descriptors/variables/obmonlev.zooc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obmonlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "obmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fg13co2 b/data_descriptors/variables/obyr.fg13co2 new file mode 100644 index 000000000..d137cacfd --- /dev/null +++ b/data_descriptors/variables/obyr.fg13co2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fg13co2.json b/data_descriptors/variables/obyr.fg13co2.json new file mode 100644 index 000000000..d137cacfd --- /dev/null +++ b/data_descriptors/variables/obyr.fg13co2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fg13co2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of carbon-13 as CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-13 as 13CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg13co2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_13C_dioxide_abiotic_analogue_expressed_as_13C", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fg14co2abio b/data_descriptors/variables/obyr.fg14co2abio new file mode 100644 index 000000000..c028f7801 --- /dev/null +++ b/data_descriptors/variables/obyr.fg14co2abio @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fg14co2abio.json b/data_descriptors/variables/obyr.fg14co2abio.json new file mode 100644 index 000000000..c028f7801 --- /dev/null +++ b/data_descriptors/variables/obyr.fg14co2abio.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fg14co2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic 14CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon-14 as Abiotic 14CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fg14co2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_14C_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2 b/data_descriptors/variables/obyr.fgco2 new file mode 100644 index 000000000..6c0957b3d --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2.json b/data_descriptors/variables/obyr.fgco2.json new file mode 100644 index 000000000..6c0957b3d --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2abio b/data_descriptors/variables/obyr.fgco2abio new file mode 100644 index 000000000..290bd7573 --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2abio @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2abio.json b/data_descriptors/variables/obyr.fgco2abio.json new file mode 100644 index 000000000..290bd7573 --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2abio.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of abiotic CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Abiotic CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2abio", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_abiotic_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2nat b/data_descriptors/variables/obyr.fgco2nat new file mode 100644 index 000000000..6737a24c1 --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2nat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyr.fgco2nat.json b/data_descriptors/variables/obyr.fgco2nat.json new file mode 100644 index 000000000..6737a24c1 --- /dev/null +++ b/data_descriptors/variables/obyr.fgco2nat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "obyr.fgco2nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyr.json", + "mip-era": "cmip6" + }, + { + "id": "obyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Gas exchange flux of natural CO2 (positive into ocean)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Surface Downward Mass Flux of Carbon as Natural CO2 [kgC m-2 s-1]", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgco2nat", + "positive": "down", + "standard_name": "surface_downward_mass_flux_of_carbon_dioxide_natural_analogue_expressed_as_carbon", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.arag b/data_descriptors/variables/obyrlev.arag new file mode 100644 index 000000000..56a22f122 --- /dev/null +++ b/data_descriptors/variables/obyrlev.arag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.arag.json b/data_descriptors/variables/obyrlev.arag.json new file mode 100644 index 000000000..56a22f122 --- /dev/null +++ b/data_descriptors/variables/obyrlev.arag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.arag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate aragonite components (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "arag", + "positive": "", + "standard_name": "mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bacc b/data_descriptors/variables/obyrlev.bacc new file mode 100644 index 000000000..afe99343f --- /dev/null +++ b/data_descriptors/variables/obyrlev.bacc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bacc.json b/data_descriptors/variables/obyrlev.bacc.json new file mode 100644 index 000000000..afe99343f --- /dev/null +++ b/data_descriptors/variables/obyrlev.bacc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bacc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of bacterial carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Bacterial Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bacc", + "positive": "", + "standard_name": "mole_concentration_of_bacteria_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtalk b/data_descriptors/variables/obyrlev.bddtalk new file mode 100644 index 000000000..a66144927 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtalk @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtalk.json b/data_descriptors/variables/obyrlev.bddtalk.json new file mode 100644 index 000000000..a66144927 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtalk.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtalk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of alkalinity", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Alkalinity Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtalk", + "positive": "", + "standard_name": "tendency_of_sea_water_alkalinity_expressed_as_mole_equivalent_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdic b/data_descriptors/variables/obyrlev.bddtdic new file mode 100644 index 000000000..59e0dda7a --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdic.json b/data_descriptors/variables/obyrlev.bddtdic.json new file mode 100644 index 000000000..59e0dda7a --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Carbon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdic", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_carbon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdife b/data_descriptors/variables/obyrlev.bddtdife new file mode 100644 index 000000000..80c743595 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdife @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdife.json b/data_descriptors/variables/obyrlev.bddtdife.json new file mode 100644 index 000000000..80c743595 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdife.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdife.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of dissolved inorganic iron", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Iron Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdife", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_iron_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdin b/data_descriptors/variables/obyrlev.bddtdin new file mode 100644 index 000000000..6b0f3d641 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdin.json b/data_descriptors/variables/obyrlev.bddtdin.json new file mode 100644 index 000000000..6b0f3d641 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net total of biological terms in time rate of change of nitrogen nutrients (e.g. NO3+NH4)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Nitrogen Nutrient Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdin", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_nitrogen_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdip b/data_descriptors/variables/obyrlev.bddtdip new file mode 100644 index 000000000..f52fbbcca --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdip @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdip.json b/data_descriptors/variables/obyrlev.bddtdip.json new file mode 100644 index 000000000..f52fbbcca --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdip.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdip.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved phosphate", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Phosphorus Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdip", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdisi b/data_descriptors/variables/obyrlev.bddtdisi new file mode 100644 index 000000000..521d28dec --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdisi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bddtdisi.json b/data_descriptors/variables/obyrlev.bddtdisi.json new file mode 100644 index 000000000..521d28dec --- /dev/null +++ b/data_descriptors/variables/obyrlev.bddtdisi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bddtdisi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Net of biological terms in time rate of change of dissolved inorganic silicon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Rate of Change of Dissolved Inorganic Silicon Due to Biological Activity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bddtdisi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_inorganic_silicon_in_sea_water_due_to_biological_processes", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bfe b/data_descriptors/variables/obyrlev.bfe new file mode 100644 index 000000000..23a7dad80 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bfe.json b/data_descriptors/variables/obyrlev.bfe.json new file mode 100644 index 000000000..23a7dad80 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate organic iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bfe", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bsi b/data_descriptors/variables/obyrlev.bsi new file mode 100644 index 000000000..30ebd8668 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.bsi.json b/data_descriptors/variables/obyrlev.bsi.json new file mode 100644 index 000000000..30ebd8668 --- /dev/null +++ b/data_descriptors/variables/obyrlev.bsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.bsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bsi", + "positive": "", + "standard_name": "mole_concentration_of_particulate_matter_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.calc b/data_descriptors/variables/obyrlev.calc new file mode 100644 index 000000000..cbf24c974 --- /dev/null +++ b/data_descriptors/variables/obyrlev.calc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.calc.json b/data_descriptors/variables/obyrlev.calc.json new file mode 100644 index 000000000..cbf24c974 --- /dev/null +++ b/data_descriptors/variables/obyrlev.calc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.calc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of particulate calcite component concentrations (e.g. Phytoplankton, Detrital, etc.)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "calc", + "positive": "", + "standard_name": "mole_concentration_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chl b/data_descriptors/variables/obyrlev.chl new file mode 100644 index 000000000..853999acb --- /dev/null +++ b/data_descriptors/variables/obyrlev.chl @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chl.json b/data_descriptors/variables/obyrlev.chl.json new file mode 100644 index 000000000..853999acb --- /dev/null +++ b/data_descriptors/variables/obyrlev.chl.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of chlorophyll from all phytoplankton group concentrations. In most models this is equal to chldiat+chlmisc, that is the sum of Diatom Chlorophyll Mass Concentration and Other Phytoplankton Chlorophyll Mass Concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Total Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chl", + "positive": "", + "standard_name": "mass_concentration_of_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlcalc b/data_descriptors/variables/obyrlev.chlcalc new file mode 100644 index 000000000..aa1232c69 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlcalc.json b/data_descriptors/variables/obyrlev.chlcalc.json new file mode 100644 index 000000000..aa1232c69 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Calcareous Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlcalc", + "positive": "", + "standard_name": "mass_concentration_of_calcareous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chldiat b/data_descriptors/variables/obyrlev.chldiat new file mode 100644 index 000000000..19eb37122 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chldiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chldiat.json b/data_descriptors/variables/obyrlev.chldiat.json new file mode 100644 index 000000000..19eb37122 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chldiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chldiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diatoms Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiat", + "positive": "", + "standard_name": "mass_concentration_of_diatoms_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chldiaz b/data_descriptors/variables/obyrlev.chldiaz new file mode 100644 index 000000000..ccb7765cc --- /dev/null +++ b/data_descriptors/variables/obyrlev.chldiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chldiaz.json b/data_descriptors/variables/obyrlev.chldiaz.json new file mode 100644 index 000000000..ccb7765cc --- /dev/null +++ b/data_descriptors/variables/obyrlev.chldiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chldiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Diazotrophs Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chldiaz", + "positive": "", + "standard_name": "mass_concentration_of_diazotrophic_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlmisc b/data_descriptors/variables/obyrlev.chlmisc new file mode 100644 index 000000000..e436396c0 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlmisc.json b/data_descriptors/variables/obyrlev.chlmisc.json new file mode 100644 index 000000000..e436396c0 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Chlorophyll from additional phytoplankton component concentrations alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Other Phytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlmisc", + "positive": "", + "standard_name": "mass_concentration_of_miscellaneous_phytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlpico b/data_descriptors/variables/obyrlev.chlpico new file mode 100644 index 000000000..d38cb0176 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlpico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.chlpico.json b/data_descriptors/variables/obyrlev.chlpico.json new file mode 100644 index 000000000..d38cb0176 --- /dev/null +++ b/data_descriptors/variables/obyrlev.chlpico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.chlpico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "chlorophyll concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mass Concentration of Picophytoplankton Expressed as Chlorophyll in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "chlpico", + "positive": "", + "standard_name": "mass_concentration_of_picophytoplankton_expressed_as_chlorophyll_in_sea_water", + "units": "kg m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3 b/data_descriptors/variables/obyrlev.co3 new file mode 100644 index 000000000..9813f8fdc --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3.json b/data_descriptors/variables/obyrlev.co3.json new file mode 100644 index 000000000..9813f8fdc --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3abio b/data_descriptors/variables/obyrlev.co3abio new file mode 100644 index 000000000..b992e809c --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3abio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3abio.json b/data_descriptors/variables/obyrlev.co3abio.json new file mode 100644 index 000000000..b992e809c --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3abio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3abio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the abiotic-analogue carbonate anion (CO3). An abiotic analogue is used to simulate the effect on a modelled variable when biological effects on ocean carbon concentration and alkalinity are ignored. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3abio", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_abiotic_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3nat b/data_descriptors/variables/obyrlev.co3nat new file mode 100644 index 000000000..fe0a49635 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3nat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3nat.json b/data_descriptors/variables/obyrlev.co3nat.json new file mode 100644 index 000000000..fe0a49635 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3nat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3nat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface mole concentration (number of moles per unit volume: molarity) of the natural-analogue carbonate anion (CO3). A natural analogue is used to simulate the effect on a modelled variable of imposing preindustrial atmospheric carbon dioxide concentrations, even when the model as a whole may be subjected to varying forcings. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Carbonate Ion Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3nat", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_natural_analogue_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3satarag b/data_descriptors/variables/obyrlev.co3satarag new file mode 100644 index 000000000..eab046628 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3satarag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3satarag.json b/data_descriptors/variables/obyrlev.co3satarag.json new file mode 100644 index 000000000..eab046628 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3satarag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3satarag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure Aragonite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Aragonite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satarag", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_aragonite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3satcalc b/data_descriptors/variables/obyrlev.co3satcalc new file mode 100644 index 000000000..d98569da9 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3satcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.co3satcalc.json b/data_descriptors/variables/obyrlev.co3satcalc.json new file mode 100644 index 000000000..d98569da9 --- /dev/null +++ b/data_descriptors/variables/obyrlev.co3satcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.co3satcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration (number of moles per unit volume: molarity) of the carbonate anion (CO3) for sea water in equilibrium with pure calcite. Aragonite (CaCO3) is a mineral that is a polymorph of calcium carbonate.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Carbonate Ion in Equilibrium with Pure Calcite in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "co3satcalc", + "positive": "", + "standard_name": "mole_concentration_of_carbonate_expressed_as_carbon_at_equilibrium_with_pure_calcite_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.darag b/data_descriptors/variables/obyrlev.darag new file mode 100644 index 000000000..a1b4bf49d --- /dev/null +++ b/data_descriptors/variables/obyrlev.darag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.darag.json b/data_descriptors/variables/obyrlev.darag.json new file mode 100644 index 000000000..a1b4bf49d --- /dev/null +++ b/data_descriptors/variables/obyrlev.darag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.darag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Aragonite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "darag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dcalc b/data_descriptors/variables/obyrlev.dcalc new file mode 100644 index 000000000..ce75202d3 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dcalc.json b/data_descriptors/variables/obyrlev.dcalc.json new file mode 100644 index 000000000..ce75202d3 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate of change of Calcite carbon mole concentration due to dissolution", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Dissolution", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_dissolution", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.detoc b/data_descriptors/variables/obyrlev.detoc new file mode 100644 index 000000000..692916cdf --- /dev/null +++ b/data_descriptors/variables/obyrlev.detoc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.detoc.json b/data_descriptors/variables/obyrlev.detoc.json new file mode 100644 index 000000000..692916cdf --- /dev/null +++ b/data_descriptors/variables/obyrlev.detoc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.detoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of detrital organic carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Detrital Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "detoc", + "positive": "", + "standard_name": "mole_concentration_of_organic_detritus_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dfe b/data_descriptors/variables/obyrlev.dfe new file mode 100644 index 000000000..5fb0868eb --- /dev/null +++ b/data_descriptors/variables/obyrlev.dfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dfe.json b/data_descriptors/variables/obyrlev.dfe.json new file mode 100644 index 000000000..5fb0868eb --- /dev/null +++ b/data_descriptors/variables/obyrlev.dfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved iron in sea water, including both Fe2+ and Fe3+ ions (but not particulate detrital iron)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Iron Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dfe", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissi13c b/data_descriptors/variables/obyrlev.dissi13c new file mode 100644 index 000000000..e69d4cfed --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissi13c @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissi13c.json b/data_descriptors/variables/obyrlev.dissi13c.json new file mode 100644 index 000000000..e69d4cfed --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissi13c.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissi13c.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon-13 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon-13 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi13c", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_13C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissi14cabio b/data_descriptors/variables/obyrlev.dissi14cabio new file mode 100644 index 000000000..c61944bb1 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissi14cabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissi14cabio.json b/data_descriptors/variables/obyrlev.dissi14cabio.json new file mode 100644 index 000000000..c61944bb1 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissi14cabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissi14cabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon-14 (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon-14 Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissi14cabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_14C_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissic b/data_descriptors/variables/obyrlev.dissic new file mode 100644 index 000000000..d19853255 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissic @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissic.json b/data_descriptors/variables/obyrlev.dissic.json new file mode 100644 index 000000000..d19853255 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissic.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissic", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissicabio b/data_descriptors/variables/obyrlev.dissicabio new file mode 100644 index 000000000..f9ba6bd08 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissicabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissicabio.json b/data_descriptors/variables/obyrlev.dissicabio.json new file mode 100644 index 000000000..f9ba6bd08 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissicabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissicabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Abiotic Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicabio", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_abiotic_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissicnat b/data_descriptors/variables/obyrlev.dissicnat new file mode 100644 index 000000000..95434a9c5 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissicnat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissicnat.json b/data_descriptors/variables/obyrlev.dissicnat.json new file mode 100644 index 000000000..95434a9c5 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissicnat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissicnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved inorganic carbon (CO3+HCO3+H2CO3) concentration at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Dissolved Inorganic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissicnat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_carbon_natural_analogue_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissoc b/data_descriptors/variables/obyrlev.dissoc new file mode 100644 index 000000000..8de12b146 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissoc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dissoc.json b/data_descriptors/variables/obyrlev.dissoc.json new file mode 100644 index 000000000..8de12b146 --- /dev/null +++ b/data_descriptors/variables/obyrlev.dissoc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dissoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sum of dissolved carbon component concentrations explicitly represented (i.e. not ~40 uM refractory unless explicit)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Organic Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dissoc", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_organic_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dmso b/data_descriptors/variables/obyrlev.dmso new file mode 100644 index 000000000..61f16d14a --- /dev/null +++ b/data_descriptors/variables/obyrlev.dmso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.dmso.json b/data_descriptors/variables/obyrlev.dmso.json new file mode 100644 index 000000000..61f16d14a --- /dev/null +++ b/data_descriptors/variables/obyrlev.dmso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.dmso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration of dimethyl sulphide in water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Dimethyl Sulphide in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dmso", + "positive": "", + "standard_name": "mole_concentration_of_dimethyl_sulfide_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.exparag b/data_descriptors/variables/obyrlev.exparag new file mode 100644 index 000000000..783ae0aa6 --- /dev/null +++ b/data_descriptors/variables/obyrlev.exparag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.exparag.json b/data_descriptors/variables/obyrlev.exparag.json new file mode 100644 index 000000000..783ae0aa6 --- /dev/null +++ b/data_descriptors/variables/obyrlev.exparag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.exparag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Aragonite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Aragonite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "exparag", + "positive": "down", + "standard_name": "sinking_mole_flux_of_aragonite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expc b/data_descriptors/variables/obyrlev.expc new file mode 100644 index 000000000..1dad865ea --- /dev/null +++ b/data_descriptors/variables/obyrlev.expc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expc.json b/data_descriptors/variables/obyrlev.expc.json new file mode 100644 index 000000000..1dad865ea --- /dev/null +++ b/data_descriptors/variables/obyrlev.expc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of particulate organic carbon", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Particulate Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_matter_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expcalc b/data_descriptors/variables/obyrlev.expcalc new file mode 100644 index 000000000..9c70c02fb --- /dev/null +++ b/data_descriptors/variables/obyrlev.expcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expcalc.json b/data_descriptors/variables/obyrlev.expcalc.json new file mode 100644 index 000000000..9c70c02fb --- /dev/null +++ b/data_descriptors/variables/obyrlev.expcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downward flux of Calcite", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Downward Flux of Calcite", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expcalc", + "positive": "down", + "standard_name": "sinking_mole_flux_of_calcite_expressed_as_carbon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expfe b/data_descriptors/variables/obyrlev.expfe new file mode 100644 index 000000000..f22ced745 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expfe.json b/data_descriptors/variables/obyrlev.expfe.json new file mode 100644 index 000000000..f22ced745 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Iron Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expfe", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_iron_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expn b/data_descriptors/variables/obyrlev.expn new file mode 100644 index 000000000..d57e8350d --- /dev/null +++ b/data_descriptors/variables/obyrlev.expn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expn.json b/data_descriptors/variables/obyrlev.expn.json new file mode 100644 index 000000000..d57e8350d --- /dev/null +++ b/data_descriptors/variables/obyrlev.expn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Nitrogen Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expn", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_nitrogen_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expp b/data_descriptors/variables/obyrlev.expp new file mode 100644 index 000000000..8f28dab50 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expp.json b/data_descriptors/variables/obyrlev.expp.json new file mode 100644 index 000000000..8f28dab50 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Organic Phosphorus Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expp", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_organic_phosphorus_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expsi b/data_descriptors/variables/obyrlev.expsi new file mode 100644 index 000000000..4aea55188 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.expsi.json b/data_descriptors/variables/obyrlev.expsi.json new file mode 100644 index 000000000..4aea55188 --- /dev/null +++ b/data_descriptors/variables/obyrlev.expsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.expsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'Sinking' is the gravitational settling of particulate matter suspended in a liquid. A sinking flux is positive downwards and is calculated relative to the movement of the surrounding fluid.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Sinking Particulate Silicon Flux", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "expsi", + "positive": "down", + "standard_name": "sinking_mole_flux_of_particulate_silicon_in_sea_water", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.fediss b/data_descriptors/variables/obyrlev.fediss new file mode 100644 index 000000000..c2488f816 --- /dev/null +++ b/data_descriptors/variables/obyrlev.fediss @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.fediss.json b/data_descriptors/variables/obyrlev.fediss.json new file mode 100644 index 000000000..c2488f816 --- /dev/null +++ b/data_descriptors/variables/obyrlev.fediss.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.fediss.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolution, remineralization and desorption of iron back to the dissolved phase", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Particulate Source of Dissolved Iron", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fediss", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_dissolution_from_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.fescav b/data_descriptors/variables/obyrlev.fescav new file mode 100644 index 000000000..1574708cc --- /dev/null +++ b/data_descriptors/variables/obyrlev.fescav @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.fescav.json b/data_descriptors/variables/obyrlev.fescav.json new file mode 100644 index 000000000..1574708cc --- /dev/null +++ b/data_descriptors/variables/obyrlev.fescav.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.fescav.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Dissolved Fe removed through nonbiogenic scavenging onto particles", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Non-Biogenic Iron Scavenging", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fescav", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_dissolved_iron_in_sea_water_due_to_scavenging_by_inorganic_particles", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.graz b/data_descriptors/variables/obyrlev.graz new file mode 100644 index 000000000..f2363935f --- /dev/null +++ b/data_descriptors/variables/obyrlev.graz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.graz.json b/data_descriptors/variables/obyrlev.graz.json new file mode 100644 index 000000000..f2363935f --- /dev/null +++ b/data_descriptors/variables/obyrlev.graz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.graz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total grazing of phytoplankton by zooplankton defined as tendency of moles of carbon per cubic metre.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Grazing of Phytoplankton by Zooplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "graz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_grazing_of_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.nh4 b/data_descriptors/variables/obyrlev.nh4 new file mode 100644 index 000000000..5b6241fd5 --- /dev/null +++ b/data_descriptors/variables/obyrlev.nh4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.nh4.json b/data_descriptors/variables/obyrlev.nh4.json new file mode 100644 index 000000000..5b6241fd5 --- /dev/null +++ b/data_descriptors/variables/obyrlev.nh4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.nh4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Ammonium Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "nh4", + "positive": "", + "standard_name": "mole_concentration_of_ammonium_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.no3 b/data_descriptors/variables/obyrlev.no3 new file mode 100644 index 000000000..08cd73bde --- /dev/null +++ b/data_descriptors/variables/obyrlev.no3 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.no3.json b/data_descriptors/variables/obyrlev.no3.json new file mode 100644 index 000000000..08cd73bde --- /dev/null +++ b/data_descriptors/variables/obyrlev.no3.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.no3.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means moles (amount of substance) per unit volume and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Nitrate Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "no3", + "positive": "", + "standard_name": "mole_concentration_of_nitrate_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.o2 b/data_descriptors/variables/obyrlev.o2 new file mode 100644 index 000000000..da5fcb322 --- /dev/null +++ b/data_descriptors/variables/obyrlev.o2 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.o2.json b/data_descriptors/variables/obyrlev.o2.json new file mode 100644 index 000000000..da5fcb322 --- /dev/null +++ b/data_descriptors/variables/obyrlev.o2.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.o2.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.o2sat b/data_descriptors/variables/obyrlev.o2sat new file mode 100644 index 000000000..cb2e5b01b --- /dev/null +++ b/data_descriptors/variables/obyrlev.o2sat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.o2sat.json b/data_descriptors/variables/obyrlev.o2sat.json new file mode 100644 index 000000000..cb2e5b01b --- /dev/null +++ b/data_descriptors/variables/obyrlev.o2sat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.o2sat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration at saturation' means the mole concentration in a saturated solution. Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Dissolved Oxygen Concentration at Saturation", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "o2sat", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_molecular_oxygen_in_sea_water_at_saturation", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.parag b/data_descriptors/variables/obyrlev.parag new file mode 100644 index 000000000..5fe4ed9ab --- /dev/null +++ b/data_descriptors/variables/obyrlev.parag @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.parag.json b/data_descriptors/variables/obyrlev.parag.json new file mode 100644 index 000000000..5fe4ed9ab --- /dev/null +++ b/data_descriptors/variables/obyrlev.parag.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.parag.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Aragonite, a mineral that is a polymorph of calcium carbonate. The chemical formula of aragonite is CaCO3.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Aragonite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "parag", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_aragonite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pbfe b/data_descriptors/variables/obyrlev.pbfe new file mode 100644 index 000000000..994feec6b --- /dev/null +++ b/data_descriptors/variables/obyrlev.pbfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pbfe.json b/data_descriptors/variables/obyrlev.pbfe.json new file mode 100644 index 000000000..994feec6b --- /dev/null +++ b/data_descriptors/variables/obyrlev.pbfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pbfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Iron Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbfe", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_iron_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pbsi b/data_descriptors/variables/obyrlev.pbsi new file mode 100644 index 000000000..6942d3a99 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pbsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pbsi.json b/data_descriptors/variables/obyrlev.pbsi.json new file mode 100644 index 000000000..6942d3a99 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pbsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pbsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Mole concentration' means number of moles per unit volume, also called 'molarity', and is used in the construction mole_concentration_of_X_in_Y, where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Biogenic Silicon Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbsi", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_silicon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pcalc b/data_descriptors/variables/obyrlev.pcalc new file mode 100644 index 000000000..e08d660d2 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pcalc.json b/data_descriptors/variables/obyrlev.pcalc.json new file mode 100644 index 000000000..e08d660d2 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Production rate of Calcite, a mineral that is a polymorph of calcium carbonate. The chemical formula of calcite is CaCO3. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Calcite Production", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_calcite_expressed_as_carbon_in_sea_water_due_to_biological_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ph b/data_descriptors/variables/obyrlev.ph new file mode 100644 index 000000000..fd13a5463 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ph @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ph.json b/data_descriptors/variables/obyrlev.ph.json new file mode 100644 index 000000000..fd13a5463 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ph.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ph.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ph", + "positive": "", + "standard_name": "sea_water_ph_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phabio b/data_descriptors/variables/obyrlev.phabio new file mode 100644 index 000000000..3565bcaba --- /dev/null +++ b/data_descriptors/variables/obyrlev.phabio @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phabio.json b/data_descriptors/variables/obyrlev.phabio.json new file mode 100644 index 000000000..3565bcaba --- /dev/null +++ b/data_descriptors/variables/obyrlev.phabio.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phabio.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1 (abiotic component)..", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Abiotic pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phabio", + "positive": "", + "standard_name": "sea_water_ph_abiotic_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phnat b/data_descriptors/variables/obyrlev.phnat new file mode 100644 index 000000000..7204b99b7 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phnat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phnat.json b/data_descriptors/variables/obyrlev.phnat.json new file mode 100644 index 000000000..7204b99b7 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phnat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phnat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "negative log10 of hydrogen ion concentration with the concentration expressed as mol H kg-1.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural pH", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phnat", + "positive": "", + "standard_name": "sea_water_ph_natural_analogue_reported_on_total_scale", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyc b/data_descriptors/variables/obyrlev.phyc new file mode 100644 index 000000000..68d312060 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyc.json b/data_descriptors/variables/obyrlev.phyc.json new file mode 100644 index 000000000..68d312060 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton carbon component concentrations. In most (all?) cases this is the sum of phycdiat and phycmisc (i.e., 'Diatom Carbon Concentration' and 'Non-Diatom Phytoplankton Carbon Concentration'", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Phytoplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyc", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phycalc b/data_descriptors/variables/obyrlev.phycalc new file mode 100644 index 000000000..e267acee1 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phycalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phycalc.json b/data_descriptors/variables/obyrlev.phycalc.json new file mode 100644 index 000000000..e267acee1 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phycalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phycalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from calcareous (calcite-producing) phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Calcareous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phycalc", + "positive": "", + "standard_name": "mole_concentration_of_calcareous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phydiat b/data_descriptors/variables/obyrlev.phydiat new file mode 100644 index 000000000..2a0599c50 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phydiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phydiat.json b/data_descriptors/variables/obyrlev.phydiat.json new file mode 100644 index 000000000..2a0599c50 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phydiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phydiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from the diatom phytoplankton component concentration alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diatoms Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiat", + "positive": "", + "standard_name": "mole_concentration_of_diatoms_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phydiaz b/data_descriptors/variables/obyrlev.phydiaz new file mode 100644 index 000000000..cc6fad68a --- /dev/null +++ b/data_descriptors/variables/obyrlev.phydiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phydiaz.json b/data_descriptors/variables/obyrlev.phydiaz.json new file mode 100644 index 000000000..cc6fad68a --- /dev/null +++ b/data_descriptors/variables/obyrlev.phydiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phydiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Diazotrophs Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phydiaz", + "positive": "", + "standard_name": "mole_concentration_of_diazotrophic_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyfe b/data_descriptors/variables/obyrlev.phyfe new file mode 100644 index 000000000..861773e09 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyfe @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyfe.json b/data_descriptors/variables/obyrlev.phyfe.json new file mode 100644 index 000000000..861773e09 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyfe.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyfe.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton iron component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Iron in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyfe", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_iron_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phymisc b/data_descriptors/variables/obyrlev.phymisc new file mode 100644 index 000000000..6b7aebd16 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phymisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phymisc.json b/data_descriptors/variables/obyrlev.phymisc.json new file mode 100644 index 000000000..6b7aebd16 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phymisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phymisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from additional phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Miscellaneous Phytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phymisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_phytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyn b/data_descriptors/variables/obyrlev.phyn new file mode 100644 index 000000000..155fbbcbb --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyn @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyn.json b/data_descriptors/variables/obyrlev.phyn.json new file mode 100644 index 000000000..155fbbcbb --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyn.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyn", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyp b/data_descriptors/variables/obyrlev.phyp new file mode 100644 index 000000000..5b215dba2 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phyp.json b/data_descriptors/variables/obyrlev.phyp.json new file mode 100644 index 000000000..5b215dba2 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phyp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phyp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton phosphorus components", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phyp", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phypico b/data_descriptors/variables/obyrlev.phypico new file mode 100644 index 000000000..f37cd38c7 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phypico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.phypico.json b/data_descriptors/variables/obyrlev.phypico.json new file mode 100644 index 000000000..f37cd38c7 --- /dev/null +++ b/data_descriptors/variables/obyrlev.phypico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.phypico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Picophytoplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "phypico", + "positive": "", + "standard_name": "mole_concentration_of_picophytoplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.physi b/data_descriptors/variables/obyrlev.physi new file mode 100644 index 000000000..9d860453c --- /dev/null +++ b/data_descriptors/variables/obyrlev.physi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.physi.json b/data_descriptors/variables/obyrlev.physi.json new file mode 100644 index 000000000..9d860453c --- /dev/null +++ b/data_descriptors/variables/obyrlev.physi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.physi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of phytoplankton silica component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Total Phytoplankton Expressed as Silicon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "physi", + "positive": "", + "standard_name": "mole_concentration_of_phytoplankton_expressed_as_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pnitrate b/data_descriptors/variables/obyrlev.pnitrate new file mode 100644 index 000000000..02c885347 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pnitrate @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pnitrate.json b/data_descriptors/variables/obyrlev.pnitrate.json new file mode 100644 index 000000000..02c885347 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pnitrate.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pnitrate.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by phytoplankton due to nitrate uptake alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton Due to Nitrate Uptake Alone", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pnitrate", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_nitrate_utilization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.po4 b/data_descriptors/variables/obyrlev.po4 new file mode 100644 index 000000000..4effaa545 --- /dev/null +++ b/data_descriptors/variables/obyrlev.po4 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.po4.json b/data_descriptors/variables/obyrlev.po4.json new file mode 100644 index 000000000..4effaa545 --- /dev/null +++ b/data_descriptors/variables/obyrlev.po4.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.po4.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic phosphorus' means the sum of all inorganic phosphorus in solution (including phosphate, hydrogen phosphate, dihydrogen phosphate, and phosphoric acid).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Phosphorus Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "po4", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pon b/data_descriptors/variables/obyrlev.pon new file mode 100644 index 000000000..7eb28a921 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pon @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pon.json b/data_descriptors/variables/obyrlev.pon.json new file mode 100644 index 000000000..7eb28a921 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pon.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pon.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic nitrogen component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Nitrogen in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pon", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_nitrogen_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pop b/data_descriptors/variables/obyrlev.pop new file mode 100644 index 000000000..f219cb769 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pop @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pop.json b/data_descriptors/variables/obyrlev.pop.json new file mode 100644 index 000000000..f219cb769 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pop.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of particulate organic phosphorus component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Particulate Organic Matter Expressed as Phosphorus in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pop", + "positive": "", + "standard_name": "mole_concentration_of_particulate_organic_matter_expressed_as_phosphorus_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pp b/data_descriptors/variables/obyrlev.pp new file mode 100644 index 000000000..0bb9c5702 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pp @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pp.json b/data_descriptors/variables/obyrlev.pp.json new file mode 100644 index 000000000..0bb9c5702 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pp.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pp.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total primary (organic carbon) production by phytoplankton", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Primary Carbon Production by Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pp", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppcalc b/data_descriptors/variables/obyrlev.ppcalc new file mode 100644 index 000000000..6a4b98a33 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppcalc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppcalc.json b/data_descriptors/variables/obyrlev.ppcalc.json new file mode 100644 index 000000000..6a4b98a33 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppcalc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppcalc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the calcite-producing phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Calcareous Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppcalc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_calcareous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppdiat b/data_descriptors/variables/obyrlev.ppdiat new file mode 100644 index 000000000..814f61088 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppdiat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppdiat.json b/data_descriptors/variables/obyrlev.ppdiat.json new file mode 100644 index 000000000..814f61088 --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppdiat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppdiat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diatom component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Diatoms", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiat", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diatoms", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppdiaz b/data_descriptors/variables/obyrlev.ppdiaz new file mode 100644 index 000000000..82ce8bf6f --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppdiaz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppdiaz.json b/data_descriptors/variables/obyrlev.ppdiaz.json new file mode 100644 index 000000000..82ce8bf6f --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppdiaz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppdiaz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the diazotrophic phytoplankton component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Diazotrophs", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppdiaz", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_diazotrophic_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppmisc b/data_descriptors/variables/obyrlev.ppmisc new file mode 100644 index 000000000..2d1aed52e --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.ppmisc.json b/data_descriptors/variables/obyrlev.ppmisc.json new file mode 100644 index 000000000..2d1aed52e --- /dev/null +++ b/data_descriptors/variables/obyrlev.ppmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.ppmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by other phytoplankton components alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Organic Carbon Production by Other Phytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ppmisc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_miscellaneous_phytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pppico b/data_descriptors/variables/obyrlev.pppico new file mode 100644 index 000000000..cac9abd33 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pppico @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.pppico.json b/data_descriptors/variables/obyrlev.pppico.json new file mode 100644 index 000000000..cac9abd33 --- /dev/null +++ b/data_descriptors/variables/obyrlev.pppico.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.pppico.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Primary (organic carbon) production by the picophytoplankton (<2 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Primary Mole Productivity of Carbon by Picophytoplankton", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pppico", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_net_primary_production_by_picophytoplankton", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.remoc b/data_descriptors/variables/obyrlev.remoc new file mode 100644 index 000000000..1e983819a --- /dev/null +++ b/data_descriptors/variables/obyrlev.remoc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.remoc.json b/data_descriptors/variables/obyrlev.remoc.json new file mode 100644 index 000000000..1e983819a --- /dev/null +++ b/data_descriptors/variables/obyrlev.remoc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.remoc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Remineralization is the degradation of organic matter into inorganic forms of carbon, nitrogen, phosphorus and other micronutrients, which consumes oxygen and releases energy.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Remineralization of Organic Carbon", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "remoc", + "positive": "", + "standard_name": "tendency_of_mole_concentration_of_particulate_organic_matter_expressed_as_carbon_in_sea_water_due_to_remineralization", + "units": "mol m-3 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.si b/data_descriptors/variables/obyrlev.si new file mode 100644 index 000000000..e731e671d --- /dev/null +++ b/data_descriptors/variables/obyrlev.si @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.si.json b/data_descriptors/variables/obyrlev.si.json new file mode 100644 index 000000000..e731e671d --- /dev/null +++ b/data_descriptors/variables/obyrlev.si.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.si.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. 'Dissolved inorganic silicon' means the sum of all inorganic silicon in solution (including silicic acid and its first dissociated anion SiO(OH)3-).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Dissolved Inorganic Silicon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "si", + "positive": "", + "standard_name": "mole_concentration_of_dissolved_inorganic_silicon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.talk b/data_descriptors/variables/obyrlev.talk new file mode 100644 index 000000000..d75ca1892 --- /dev/null +++ b/data_descriptors/variables/obyrlev.talk @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.talk.json b/data_descriptors/variables/obyrlev.talk.json new file mode 100644 index 000000000..d75ca1892 --- /dev/null +++ b/data_descriptors/variables/obyrlev.talk.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.talk.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, nitrogen, silicate, and borate components)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talk", + "positive": "", + "standard_name": "sea_water_alkalinity_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.talknat b/data_descriptors/variables/obyrlev.talknat new file mode 100644 index 000000000..04ac43a83 --- /dev/null +++ b/data_descriptors/variables/obyrlev.talknat @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.talknat.json b/data_descriptors/variables/obyrlev.talknat.json new file mode 100644 index 000000000..04ac43a83 --- /dev/null +++ b/data_descriptors/variables/obyrlev.talknat.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.talknat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "total alkalinity equivalent concentration (including carbonate, borate, phosphorus, silicon, and nitrogen components) at preindustrial atmospheric xCO2", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Natural Total Alkalinity", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "talknat", + "positive": "", + "standard_name": "sea_water_alkalinity_natural_analogue_expressed_as_mole_equivalent", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmeso b/data_descriptors/variables/obyrlev.zmeso new file mode 100644 index 000000000..566d0cd79 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmeso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmeso.json b/data_descriptors/variables/obyrlev.zmeso.json new file mode 100644 index 000000000..566d0cd79 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmeso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmeso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from mesozooplankton (20-200 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Mesozooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmeso", + "positive": "", + "standard_name": "mole_concentration_of_mesozooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmicro b/data_descriptors/variables/obyrlev.zmicro new file mode 100644 index 000000000..46a612b0b --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmicro @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmicro.json b/data_descriptors/variables/obyrlev.zmicro.json new file mode 100644 index 000000000..46a612b0b --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmicro.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmicro.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon concentration from the microzooplankton (<20 um) component alone", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Microzooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmicro", + "positive": "", + "standard_name": "mole_concentration_of_microzooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmisc b/data_descriptors/variables/obyrlev.zmisc new file mode 100644 index 000000000..cbe5163b3 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmisc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zmisc.json b/data_descriptors/variables/obyrlev.zmisc.json new file mode 100644 index 000000000..cbe5163b3 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zmisc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zmisc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "carbon from additional zooplankton component concentrations alone (e.g. Micro, meso). Since the models all have different numbers of components, this variable has been included to provide a check for intercomparison between models since some phytoplankton groups are supersets.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of Other Zooplankton Expressed as Carbon in Sea Water", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zmisc", + "positive": "", + "standard_name": "mole_concentration_of_miscellaneous_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zooc b/data_descriptors/variables/obyrlev.zooc new file mode 100644 index 000000000..1a2213879 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zooc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/obyrlev.zooc.json b/data_descriptors/variables/obyrlev.zooc.json new file mode 100644 index 000000000..1a2213879 --- /dev/null +++ b/data_descriptors/variables/obyrlev.zooc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "obyrlev.zooc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "obyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "obyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "sum of zooplankton carbon component concentrations", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Zooplankton Carbon Concentration", + "modeling_realm": [ + "ocnBgchem" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zooc", + "positive": "", + "standard_name": "mole_concentration_of_zooplankton_expressed_as_carbon_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/op3hrpt.tos b/data_descriptors/variables/op3hrpt.tos new file mode 100644 index 000000000..910ee378d --- /dev/null +++ b/data_descriptors/variables/op3hrpt.tos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/op3hrpt.tos.json b/data_descriptors/variables/op3hrpt.tos.json new file mode 100644 index 000000000..910ee378d --- /dev/null +++ b/data_descriptors/variables/op3hrpt.tos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "op3hrpt.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "op3hrpt.json", + "mip-era": "cmip6" + }, + { + "id": "op3hrpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: point", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "3hrPt", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.mlotst b/data_descriptors/variables/opday.mlotst new file mode 100644 index 000000000..9070729b5 --- /dev/null +++ b/data_descriptors/variables/opday.mlotst @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.mlotst.json b/data_descriptors/variables/opday.mlotst.json new file mode 100644 index 000000000..9070729b5 --- /dev/null +++ b/data_descriptors/variables/opday.mlotst.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.omldamax b/data_descriptors/variables/opday.omldamax new file mode 100644 index 000000000..6a5773e80 --- /dev/null +++ b/data_descriptors/variables/opday.omldamax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.omldamax.json b/data_descriptors/variables/opday.omldamax.json new file mode 100644 index 000000000..6a5773e80 --- /dev/null +++ b/data_descriptors/variables/opday.omldamax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.omldamax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by the mixing scheme is a diagnostic of ocean models. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Mean Daily Maximum Ocean Mixed Layer Thickness Defined by Mixing Scheme", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "omldamax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_mixing_scheme", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.sos b/data_descriptors/variables/opday.sos new file mode 100644 index 000000000..034d0ea1d --- /dev/null +++ b/data_descriptors/variables/opday.sos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.sos.json b/data_descriptors/variables/opday.sos.json new file mode 100644 index 000000000..034d0ea1d --- /dev/null +++ b/data_descriptors/variables/opday.sos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.sossq b/data_descriptors/variables/opday.sossq new file mode 100644 index 000000000..5776a66a3 --- /dev/null +++ b/data_descriptors/variables/opday.sossq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.sossq.json b/data_descriptors/variables/opday.sossq.json new file mode 100644 index 000000000..5776a66a3 --- /dev/null +++ b/data_descriptors/variables/opday.sossq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.t20d b/data_descriptors/variables/opday.t20d new file mode 100644 index 000000000..84fe7d8a8 --- /dev/null +++ b/data_descriptors/variables/opday.t20d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.t20d.json b/data_descriptors/variables/opday.t20d.json new file mode 100644 index 000000000..84fe7d8a8 --- /dev/null +++ b/data_descriptors/variables/opday.t20d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.tos b/data_descriptors/variables/opday.tos new file mode 100644 index 000000000..2b1eae99d --- /dev/null +++ b/data_descriptors/variables/opday.tos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.tos.json b/data_descriptors/variables/opday.tos.json new file mode 100644 index 000000000..2b1eae99d --- /dev/null +++ b/data_descriptors/variables/opday.tos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.tossq b/data_descriptors/variables/opday.tossq new file mode 100644 index 000000000..e1f4d0130 --- /dev/null +++ b/data_descriptors/variables/opday.tossq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opday.tossq.json b/data_descriptors/variables/opday.tossq.json new file mode 100644 index 000000000..e1f4d0130 --- /dev/null +++ b/data_descriptors/variables/opday.tossq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opday.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opday.json", + "mip-era": "cmip6" + }, + { + "id": "opday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.bigthetaoga b/data_descriptors/variables/opdec.bigthetaoga new file mode 100644 index 000000000..e51b6ade5 --- /dev/null +++ b/data_descriptors/variables/opdec.bigthetaoga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.bigthetaoga.json b/data_descriptors/variables/opdec.bigthetaoga.json new file mode 100644 index 000000000..e51b6ade5 --- /dev/null +++ b/data_descriptors/variables/opdec.bigthetaoga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.hfds b/data_descriptors/variables/opdec.hfds new file mode 100644 index 000000000..ec02b9f72 --- /dev/null +++ b/data_descriptors/variables/opdec.hfds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.hfds.json b/data_descriptors/variables/opdec.hfds.json new file mode 100644 index 000000000..ec02b9f72 --- /dev/null +++ b/data_descriptors/variables/opdec.hfds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.masso b/data_descriptors/variables/opdec.masso new file mode 100644 index 000000000..189a06e92 --- /dev/null +++ b/data_descriptors/variables/opdec.masso @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.masso.json b/data_descriptors/variables/opdec.masso.json new file mode 100644 index 000000000..189a06e92 --- /dev/null +++ b/data_descriptors/variables/opdec.masso.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.msftyrho b/data_descriptors/variables/opdec.msftyrho new file mode 100644 index 000000000..0072c22b2 --- /dev/null +++ b/data_descriptors/variables/opdec.msftyrho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.msftyrho.json b/data_descriptors/variables/opdec.msftyrho.json new file mode 100644 index 000000000..0072c22b2 --- /dev/null +++ b/data_descriptors/variables/opdec.msftyrho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdec.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sfdsi b/data_descriptors/variables/opdec.sfdsi new file mode 100644 index 000000000..dca6bf787 --- /dev/null +++ b/data_descriptors/variables/opdec.sfdsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sfdsi.json b/data_descriptors/variables/opdec.sfdsi.json new file mode 100644 index 000000000..dca6bf787 --- /dev/null +++ b/data_descriptors/variables/opdec.sfdsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdec.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sfriver b/data_descriptors/variables/opdec.sfriver new file mode 100644 index 000000000..a44638404 --- /dev/null +++ b/data_descriptors/variables/opdec.sfriver @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sfriver.json b/data_descriptors/variables/opdec.sfriver.json new file mode 100644 index 000000000..a44638404 --- /dev/null +++ b/data_descriptors/variables/opdec.sfriver.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.soga b/data_descriptors/variables/opdec.soga new file mode 100644 index 000000000..3d1d30044 --- /dev/null +++ b/data_descriptors/variables/opdec.soga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.soga.json b/data_descriptors/variables/opdec.soga.json new file mode 100644 index 000000000..3d1d30044 --- /dev/null +++ b/data_descriptors/variables/opdec.soga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sos b/data_descriptors/variables/opdec.sos new file mode 100644 index 000000000..021040cea --- /dev/null +++ b/data_descriptors/variables/opdec.sos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sos.json b/data_descriptors/variables/opdec.sos.json new file mode 100644 index 000000000..021040cea --- /dev/null +++ b/data_descriptors/variables/opdec.sos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sosga b/data_descriptors/variables/opdec.sosga new file mode 100644 index 000000000..408009a1a --- /dev/null +++ b/data_descriptors/variables/opdec.sosga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.sosga.json b/data_descriptors/variables/opdec.sosga.json new file mode 100644 index 000000000..408009a1a --- /dev/null +++ b/data_descriptors/variables/opdec.sosga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tauuo b/data_descriptors/variables/opdec.tauuo new file mode 100644 index 000000000..5ac5d5a75 --- /dev/null +++ b/data_descriptors/variables/opdec.tauuo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tauuo.json b/data_descriptors/variables/opdec.tauuo.json new file mode 100644 index 000000000..5ac5d5a75 --- /dev/null +++ b/data_descriptors/variables/opdec.tauuo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tauvo b/data_descriptors/variables/opdec.tauvo new file mode 100644 index 000000000..18ab173e9 --- /dev/null +++ b/data_descriptors/variables/opdec.tauvo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tauvo.json b/data_descriptors/variables/opdec.tauvo.json new file mode 100644 index 000000000..18ab173e9 --- /dev/null +++ b/data_descriptors/variables/opdec.tauvo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.thetaoga b/data_descriptors/variables/opdec.thetaoga new file mode 100644 index 000000000..cebb6a550 --- /dev/null +++ b/data_descriptors/variables/opdec.thetaoga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.thetaoga.json b/data_descriptors/variables/opdec.thetaoga.json new file mode 100644 index 000000000..cebb6a550 --- /dev/null +++ b/data_descriptors/variables/opdec.thetaoga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tos b/data_descriptors/variables/opdec.tos new file mode 100644 index 000000000..2b93503d8 --- /dev/null +++ b/data_descriptors/variables/opdec.tos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tos.json b/data_descriptors/variables/opdec.tos.json new file mode 100644 index 000000000..2b93503d8 --- /dev/null +++ b/data_descriptors/variables/opdec.tos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tosga b/data_descriptors/variables/opdec.tosga new file mode 100644 index 000000000..ddf7f8ed4 --- /dev/null +++ b/data_descriptors/variables/opdec.tosga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.tosga.json b/data_descriptors/variables/opdec.tosga.json new file mode 100644 index 000000000..ddf7f8ed4 --- /dev/null +++ b/data_descriptors/variables/opdec.tosga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.volo b/data_descriptors/variables/opdec.volo new file mode 100644 index 000000000..cde9387ea --- /dev/null +++ b/data_descriptors/variables/opdec.volo @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.volo.json b/data_descriptors/variables/opdec.volo.json new file mode 100644 index 000000000..cde9387ea --- /dev/null +++ b/data_descriptors/variables/opdec.volo.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opdec.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.wfo b/data_descriptors/variables/opdec.wfo new file mode 100644 index 000000000..1c57024cf --- /dev/null +++ b/data_descriptors/variables/opdec.wfo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdec.wfo.json b/data_descriptors/variables/opdec.wfo.json new file mode 100644 index 000000000..1c57024cf --- /dev/null +++ b/data_descriptors/variables/opdec.wfo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdec.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdec.json", + "mip-era": "cmip6" + }, + { + "id": "opdec.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "dec", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.agessc b/data_descriptors/variables/opdeclev.agessc new file mode 100644 index 000000000..f13905bc9 --- /dev/null +++ b/data_descriptors/variables/opdeclev.agessc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.agessc.json b/data_descriptors/variables/opdeclev.agessc.json new file mode 100644 index 000000000..f13905bc9 --- /dev/null +++ b/data_descriptors/variables/opdeclev.agessc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.bigthetao b/data_descriptors/variables/opdeclev.bigthetao new file mode 100644 index 000000000..ce09d1f6f --- /dev/null +++ b/data_descriptors/variables/opdeclev.bigthetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.bigthetao.json b/data_descriptors/variables/opdeclev.bigthetao.json new file mode 100644 index 000000000..ce09d1f6f --- /dev/null +++ b/data_descriptors/variables/opdeclev.bigthetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.masscello b/data_descriptors/variables/opdeclev.masscello new file mode 100644 index 000000000..570611fe6 --- /dev/null +++ b/data_descriptors/variables/opdeclev.masscello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.masscello.json b/data_descriptors/variables/opdeclev.masscello.json new file mode 100644 index 000000000..570611fe6 --- /dev/null +++ b/data_descriptors/variables/opdeclev.masscello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.msftyz b/data_descriptors/variables/opdeclev.msftyz new file mode 100644 index 000000000..8aa68ea0e --- /dev/null +++ b/data_descriptors/variables/opdeclev.msftyz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.msftyz.json b/data_descriptors/variables/opdeclev.msftyz.json new file mode 100644 index 000000000..8aa68ea0e --- /dev/null +++ b/data_descriptors/variables/opdeclev.msftyz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.so b/data_descriptors/variables/opdeclev.so new file mode 100644 index 000000000..6720e0244 --- /dev/null +++ b/data_descriptors/variables/opdeclev.so @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.so.json b/data_descriptors/variables/opdeclev.so.json new file mode 100644 index 000000000..6720e0244 --- /dev/null +++ b/data_descriptors/variables/opdeclev.so.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.thetao b/data_descriptors/variables/opdeclev.thetao new file mode 100644 index 000000000..65ae6e7f5 --- /dev/null +++ b/data_descriptors/variables/opdeclev.thetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.thetao.json b/data_descriptors/variables/opdeclev.thetao.json new file mode 100644 index 000000000..65ae6e7f5 --- /dev/null +++ b/data_descriptors/variables/opdeclev.thetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.thkcello b/data_descriptors/variables/opdeclev.thkcello new file mode 100644 index 000000000..df712ae9c --- /dev/null +++ b/data_descriptors/variables/opdeclev.thkcello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.thkcello.json b/data_descriptors/variables/opdeclev.thkcello.json new file mode 100644 index 000000000..df712ae9c --- /dev/null +++ b/data_descriptors/variables/opdeclev.thkcello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.uo b/data_descriptors/variables/opdeclev.uo new file mode 100644 index 000000000..cad6f52f2 --- /dev/null +++ b/data_descriptors/variables/opdeclev.uo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.uo.json b/data_descriptors/variables/opdeclev.uo.json new file mode 100644 index 000000000..cad6f52f2 --- /dev/null +++ b/data_descriptors/variables/opdeclev.uo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.vo b/data_descriptors/variables/opdeclev.vo new file mode 100644 index 000000000..f9702aff2 --- /dev/null +++ b/data_descriptors/variables/opdeclev.vo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.vo.json b/data_descriptors/variables/opdeclev.vo.json new file mode 100644 index 000000000..f9702aff2 --- /dev/null +++ b/data_descriptors/variables/opdeclev.vo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.volcello b/data_descriptors/variables/opdeclev.volcello new file mode 100644 index 000000000..e83bcb7d8 --- /dev/null +++ b/data_descriptors/variables/opdeclev.volcello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.volcello.json b/data_descriptors/variables/opdeclev.volcello.json new file mode 100644 index 000000000..e83bcb7d8 --- /dev/null +++ b/data_descriptors/variables/opdeclev.volcello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.wo b/data_descriptors/variables/opdeclev.wo new file mode 100644 index 000000000..28ef8dd1c --- /dev/null +++ b/data_descriptors/variables/opdeclev.wo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdeclev.wo.json b/data_descriptors/variables/opdeclev.wo.json new file mode 100644 index 000000000..28ef8dd1c --- /dev/null +++ b/data_descriptors/variables/opdeclev.wo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdeclev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdeclev.json", + "mip-era": "cmip6" + }, + { + "id": "opdeclev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "dec", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.hfbasin b/data_descriptors/variables/opdecz.hfbasin new file mode 100644 index 000000000..14d1446f8 --- /dev/null +++ b/data_descriptors/variables/opdecz.hfbasin @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.hfbasin.json b/data_descriptors/variables/opdecz.hfbasin.json new file mode 100644 index 000000000..14d1446f8 --- /dev/null +++ b/data_descriptors/variables/opdecz.hfbasin.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opdecz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.msftmrho b/data_descriptors/variables/opdecz.msftmrho new file mode 100644 index 000000000..525a73bd9 --- /dev/null +++ b/data_descriptors/variables/opdecz.msftmrho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.msftmrho.json b/data_descriptors/variables/opdecz.msftmrho.json new file mode 100644 index 000000000..525a73bd9 --- /dev/null +++ b/data_descriptors/variables/opdecz.msftmrho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdecz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.msftmz b/data_descriptors/variables/opdecz.msftmz new file mode 100644 index 000000000..243205271 --- /dev/null +++ b/data_descriptors/variables/opdecz.msftmz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opdecz.msftmz.json b/data_descriptors/variables/opdecz.msftmz.json new file mode 100644 index 000000000..243205271 --- /dev/null +++ b/data_descriptors/variables/opdecz.msftmz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opdecz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opdecz.json", + "mip-era": "cmip6" + }, + { + "id": "opdecz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "dec", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.areacello b/data_descriptors/variables/opfx.areacello new file mode 100644 index 000000000..481fc57ef --- /dev/null +++ b/data_descriptors/variables/opfx.areacello @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.areacello.json b/data_descriptors/variables/opfx.areacello.json new file mode 100644 index 000000000..481fc57ef --- /dev/null +++ b/data_descriptors/variables/opfx.areacello.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.areacello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum", + "comment": "Horizontal area of ocean grid cells", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Grid-Cell Area for Ocean Variables", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "areacello", + "positive": "", + "standard_name": "cell_area", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.basin b/data_descriptors/variables/opfx.basin new file mode 100644 index 000000000..8d5851ca9 --- /dev/null +++ b/data_descriptors/variables/opfx.basin @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" +} diff --git a/data_descriptors/variables/opfx.basin.json b/data_descriptors/variables/opfx.basin.json new file mode 100644 index 000000000..8d5851ca9 --- /dev/null +++ b/data_descriptors/variables/opfx.basin.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opfx.basin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "A variable with the standard name of region contains strings which indicate geographical regions. These strings must be chosen from the standard region list.", + "dimensions": [ + "longitude", + "latitude" + ], + "flag_meanings": "global_land southern_ocean atlantic_ocean pacific_ocean arctic_ocean indian_ocean mediterranean_sea black_sea hudson_bay baltic_sea red_sea", + "flag_values": "0 1 2 3 4 5 6 7 8 9 10", + "frequency": "fx", + "long_name": "Region Selection Index", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "basin", + "positive": "", + "standard_name": "region", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "integer" +} diff --git a/data_descriptors/variables/opfx.deptho b/data_descriptors/variables/opfx.deptho new file mode 100644 index 000000000..199193148 --- /dev/null +++ b/data_descriptors/variables/opfx.deptho @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.deptho.json b/data_descriptors/variables/opfx.deptho.json new file mode 100644 index 000000000..199193148 --- /dev/null +++ b/data_descriptors/variables/opfx.deptho.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.deptho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Floor Depth Below Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "deptho", + "positive": "", + "standard_name": "sea_floor_depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.hfgeou b/data_descriptors/variables/opfx.hfgeou new file mode 100644 index 000000000..a5a48eba3 --- /dev/null +++ b/data_descriptors/variables/opfx.hfgeou @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.hfgeou.json b/data_descriptors/variables/opfx.hfgeou.json new file mode 100644 index 000000000..a5a48eba3 --- /dev/null +++ b/data_descriptors/variables/opfx.hfgeou.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.masscello b/data_descriptors/variables/opfx.masscello new file mode 100644 index 000000000..e55578541 --- /dev/null +++ b/data_descriptors/variables/opfx.masscello @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.masscello.json b/data_descriptors/variables/opfx.masscello.json new file mode 100644 index 000000000..e55578541 --- /dev/null +++ b/data_descriptors/variables/opfx.masscello.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.sftof b/data_descriptors/variables/opfx.sftof new file mode 100644 index 000000000..b461f8310 --- /dev/null +++ b/data_descriptors/variables/opfx.sftof @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.sftof.json b/data_descriptors/variables/opfx.sftof.json new file mode 100644 index 000000000..b461f8310 --- /dev/null +++ b/data_descriptors/variables/opfx.sftof.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.sftof.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean", + "comment": "Percentage of horizontal area occupied by ocean.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "Sea Area Percentage", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sftof", + "positive": "", + "standard_name": "sea_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.thkcello b/data_descriptors/variables/opfx.thkcello new file mode 100644 index 000000000..d6f16fe62 --- /dev/null +++ b/data_descriptors/variables/opfx.thkcello @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.thkcello.json b/data_descriptors/variables/opfx.thkcello.json new file mode 100644 index 000000000..d6f16fe62 --- /dev/null +++ b/data_descriptors/variables/opfx.thkcello.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.ugrido b/data_descriptors/variables/opfx.ugrido new file mode 100644 index 000000000..a7b704945 --- /dev/null +++ b/data_descriptors/variables/opfx.ugrido @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.ugrido.json b/data_descriptors/variables/opfx.ugrido.json new file mode 100644 index 000000000..a7b704945 --- /dev/null +++ b/data_descriptors/variables/opfx.ugrido.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opfx.ugrido.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--UGRID", + "cell_methods": "", + "comment": "Ony required for models with unstructured grids: this label should be used for a file containing information about the grid structure, following the UGRID convention.", + "dimensions": [ + "longitude", + "latitude" + ], + "frequency": "fx", + "long_name": "UGRID Grid Specification", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ugrido", + "positive": "", + "standard_name": "longitude", + "units": "", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.volcello b/data_descriptors/variables/opfx.volcello new file mode 100644 index 000000000..69dbe77b4 --- /dev/null +++ b/data_descriptors/variables/opfx.volcello @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opfx.volcello.json b/data_descriptors/variables/opfx.volcello.json new file mode 100644 index 000000000..69dbe77b4 --- /dev/null +++ b/data_descriptors/variables/opfx.volcello.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opfx.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opfx.json", + "mip-era": "cmip6" + }, + { + "id": "opfx.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel" + ], + "frequency": "fx", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.bigthetaoga b/data_descriptors/variables/opmon.bigthetaoga new file mode 100644 index 000000000..34f8fee78 --- /dev/null +++ b/data_descriptors/variables/opmon.bigthetaoga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.bigthetaoga.json b/data_descriptors/variables/opmon.bigthetaoga.json new file mode 100644 index 000000000..34f8fee78 --- /dev/null +++ b/data_descriptors/variables/opmon.bigthetaoga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.bigthetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed only for models using conservative temperature as prognostic field.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetaoga", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.evs b/data_descriptors/variables/opmon.evs new file mode 100644 index 000000000..8e8a17efa --- /dev/null +++ b/data_descriptors/variables/opmon.evs @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.evs.json b/data_descriptors/variables/opmon.evs.json new file mode 100644 index 000000000..8e8a17efa --- /dev/null +++ b/data_descriptors/variables/opmon.evs.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.evs.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "computed as the total mass of water vapor evaporating from the ice-free portion of the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Evaporation Flux Where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "evs", + "positive": "", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgcfc11 b/data_descriptors/variables/opmon.fgcfc11 new file mode 100644 index 000000000..b38792783 --- /dev/null +++ b/data_descriptors/variables/opmon.fgcfc11 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgcfc11.json b/data_descriptors/variables/opmon.fgcfc11.json new file mode 100644 index 000000000..b38792783 --- /dev/null +++ b/data_descriptors/variables/opmon.fgcfc11.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgcfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC11", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC11 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc11", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc11", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgcfc12 b/data_descriptors/variables/opmon.fgcfc12 new file mode 100644 index 000000000..c9c39ddc0 --- /dev/null +++ b/data_descriptors/variables/opmon.fgcfc12 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgcfc12.json b/data_descriptors/variables/opmon.fgcfc12.json new file mode 100644 index 000000000..c9c39ddc0 --- /dev/null +++ b/data_descriptors/variables/opmon.fgcfc12.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgcfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of CFC12", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward CFC12 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgcfc12", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_cfc12", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgsf6 b/data_descriptors/variables/opmon.fgsf6 new file mode 100644 index 000000000..6595e5913 --- /dev/null +++ b/data_descriptors/variables/opmon.fgsf6 @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fgsf6.json b/data_descriptors/variables/opmon.fgsf6.json new file mode 100644 index 000000000..6595e5913 --- /dev/null +++ b/data_descriptors/variables/opmon.fgsf6.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.fgsf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "gas exchange flux of SF6", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward SF6 Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fgsf6", + "positive": "down", + "standard_name": "surface_downward_mole_flux_of_sulfur_hexafluoride", + "units": "mol m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.ficeberg2d b/data_descriptors/variables/opmon.ficeberg2d new file mode 100644 index 000000000..7d120e9e5 --- /dev/null +++ b/data_descriptors/variables/opmon.ficeberg2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.ficeberg2d.json b/data_descriptors/variables/opmon.ficeberg2d.json new file mode 100644 index 000000000..7d120e9e5 --- /dev/null +++ b/data_descriptors/variables/opmon.ficeberg2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.ficeberg2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg2d", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.flandice b/data_descriptors/variables/opmon.flandice new file mode 100644 index 000000000..ab0b4d7dd --- /dev/null +++ b/data_descriptors/variables/opmon.flandice @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.flandice.json b/data_descriptors/variables/opmon.flandice.json new file mode 100644 index 000000000..ab0b4d7dd --- /dev/null +++ b/data_descriptors/variables/opmon.flandice.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.flandice.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to land ice (runoff water from surface and base of land ice or melt from base of ice shelf or vertical ice front) into the ocean divided by the area ocean portion of the grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Land Ice", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "flandice", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_land_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.friver b/data_descriptors/variables/opmon.friver new file mode 100644 index 000000000..5dd29f9f0 --- /dev/null +++ b/data_descriptors/variables/opmon.friver @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.friver.json b/data_descriptors/variables/opmon.friver.json new file mode 100644 index 000000000..5dd29f9f0 --- /dev/null +++ b/data_descriptors/variables/opmon.friver.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.friver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the river flux of water into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "friver", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fsitherm b/data_descriptors/variables/opmon.fsitherm new file mode 100644 index 000000000..517eac0ea --- /dev/null +++ b/data_descriptors/variables/opmon.fsitherm @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.fsitherm.json b/data_descriptors/variables/opmon.fsitherm.json new file mode 100644 index 000000000..517eac0ea --- /dev/null +++ b/data_descriptors/variables/opmon.fsitherm.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.fsitherm.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the sea ice thermodynamic water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "fsitherm", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfcorr b/data_descriptors/variables/opmon.hfcorr new file mode 100644 index 000000000..96bdf645f --- /dev/null +++ b/data_descriptors/variables/opmon.hfcorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfcorr.json b/data_descriptors/variables/opmon.hfcorr.json new file mode 100644 index 000000000..96bdf645f --- /dev/null +++ b/data_descriptors/variables/opmon.hfcorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Flux correction is also called 'flux adjustment'. A positive flux correction is downward i.e. added to the ocean. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfcorr", + "positive": "down", + "standard_name": "heat_flux_correction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfds b/data_descriptors/variables/opmon.hfds new file mode 100644 index 000000000..f9cf247d1 --- /dev/null +++ b/data_descriptors/variables/opmon.hfds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfds.json b/data_descriptors/variables/opmon.hfds.json new file mode 100644 index 000000000..f9cf247d1 --- /dev/null +++ b/data_descriptors/variables/opmon.hfds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the net flux of heat entering the liquid water column through its upper surface (excluding any 'flux adjustment') .", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Heat Flux at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfds", + "positive": "down", + "standard_name": "surface_downward_heat_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfevapds b/data_descriptors/variables/opmon.hfevapds new file mode 100644 index 000000000..496b93434 --- /dev/null +++ b/data_descriptors/variables/opmon.hfevapds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfevapds.json b/data_descriptors/variables/opmon.hfevapds.json new file mode 100644 index 000000000..496b93434 --- /dev/null +++ b/data_descriptors/variables/opmon.hfevapds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfevapds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Evaporation Expressed as Heat Flux out of Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfevapds", + "positive": "up", + "standard_name": "temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfgeou b/data_descriptors/variables/opmon.hfgeou new file mode 100644 index 000000000..fc2b5f09b --- /dev/null +++ b/data_descriptors/variables/opmon.hfgeou @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfgeou.json b/data_descriptors/variables/opmon.hfgeou.json new file mode 100644 index 000000000..fc2b5f09b --- /dev/null +++ b/data_descriptors/variables/opmon.hfgeou.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfgeou.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Upward geothermal heat flux per unit area on the sea floor", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upward Geothermal Heat Flux at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfgeou", + "positive": "up", + "standard_name": "upward_geothermal_heat_flux_at_sea_floor", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfibthermds2d b/data_descriptors/variables/opmon.hfibthermds2d new file mode 100644 index 000000000..5e36f0b20 --- /dev/null +++ b/data_descriptors/variables/opmon.hfibthermds2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfibthermds2d.json b/data_descriptors/variables/opmon.hfibthermds2d.json new file mode 100644 index 000000000..5e36f0b20 --- /dev/null +++ b/data_descriptors/variables/opmon.hfibthermds2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfibthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hflso b/data_descriptors/variables/opmon.hflso new file mode 100644 index 000000000..790661b25 --- /dev/null +++ b/data_descriptors/variables/opmon.hflso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hflso.json b/data_descriptors/variables/opmon.hflso.json new file mode 100644 index 000000000..790661b25 --- /dev/null +++ b/data_descriptors/variables/opmon.hflso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hflso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as with the cell methods string: where ice_free_sea over sea", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Latent Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hflso", + "positive": "down", + "standard_name": "surface_downward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfrainds b/data_descriptors/variables/opmon.hfrainds new file mode 100644 index 000000000..513aa8fab --- /dev/null +++ b/data_descriptors/variables/opmon.hfrainds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfrainds.json b/data_descriptors/variables/opmon.hfrainds.json new file mode 100644 index 000000000..513aa8fab --- /dev/null +++ b/data_descriptors/variables/opmon.hfrainds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfrainds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'; i.e., the total flux (considered here) entering the ice-free portion of the grid cell divided by the area of the ocean portion of the grid cell. All such heat fluxes are computed based on Celsius scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Rainfall Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrainds", + "positive": "down", + "standard_name": "temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfrunoffds2d b/data_descriptors/variables/opmon.hfrunoffds2d new file mode 100644 index 000000000..75215301c --- /dev/null +++ b/data_descriptors/variables/opmon.hfrunoffds2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfrunoffds2d.json b/data_descriptors/variables/opmon.hfrunoffds2d.json new file mode 100644 index 000000000..75215301c --- /dev/null +++ b/data_descriptors/variables/opmon.hfrunoffds2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfrunoffds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds2d", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsifrazil2d b/data_descriptors/variables/opmon.hfsifrazil2d new file mode 100644 index 000000000..6e67b447e --- /dev/null +++ b/data_descriptors/variables/opmon.hfsifrazil2d @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsifrazil2d.json b/data_descriptors/variables/opmon.hfsifrazil2d.json new file mode 100644 index 000000000..6e67b447e --- /dev/null +++ b/data_descriptors/variables/opmon.hfsifrazil2d.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.hfsifrazil2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsnthermds2d b/data_descriptors/variables/opmon.hfsnthermds2d new file mode 100644 index 000000000..271655e78 --- /dev/null +++ b/data_descriptors/variables/opmon.hfsnthermds2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsnthermds2d.json b/data_descriptors/variables/opmon.hfsnthermds2d.json new file mode 100644 index 000000000..271655e78 --- /dev/null +++ b/data_descriptors/variables/opmon.hfsnthermds2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfsnthermds2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds2d", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsso b/data_descriptors/variables/opmon.hfsso new file mode 100644 index 000000000..7c32ec717 --- /dev/null +++ b/data_descriptors/variables/opmon.hfsso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfsso.json b/data_descriptors/variables/opmon.hfsso.json new file mode 100644 index 000000000..7c32ec717 --- /dev/null +++ b/data_descriptors/variables/opmon.hfsso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfsso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "Downward sensible heat flux over sea ice free sea. The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Sensible Heat Flux", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsso", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfx b/data_descriptors/variables/opmon.hfx new file mode 100644 index 000000000..31c834064 --- /dev/null +++ b/data_descriptors/variables/opmon.hfx @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfx.json b/data_descriptors/variables/opmon.hfx.json new file mode 100644 index 000000000..31c834064 --- /dev/null +++ b/data_descriptors/variables/opmon.hfx.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'x-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfx", + "positive": "", + "standard_name": "ocean_heat_x_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfy b/data_descriptors/variables/opmon.hfy new file mode 100644 index 000000000..f4b5d495c --- /dev/null +++ b/data_descriptors/variables/opmon.hfy @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.hfy.json b/data_descriptors/variables/opmon.hfy.json new file mode 100644 index 000000000..f4b5d495c --- /dev/null +++ b/data_descriptors/variables/opmon.hfy.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.hfy.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Contains all contributions to 'y-ward' heat transport from resolved and parameterized processes. Use Celsius for temperature scale.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Heat Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfy", + "positive": "", + "standard_name": "ocean_heat_y_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.masso b/data_descriptors/variables/opmon.masso new file mode 100644 index 000000000..0e3ce1c83 --- /dev/null +++ b/data_descriptors/variables/opmon.masso @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.masso.json b/data_descriptors/variables/opmon.masso.json new file mode 100644 index 000000000..0e3ce1c83 --- /dev/null +++ b/data_descriptors/variables/opmon.masso.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.masso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total mass of liquid sea water. For Boussinesq models, report this diagnostic as Boussinesq reference density times total volume.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Mass", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masso", + "positive": "", + "standard_name": "sea_water_mass", + "units": "kg", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mfo b/data_descriptors/variables/opmon.mfo new file mode 100644 index 000000000..7fe0c8cd8 --- /dev/null +++ b/data_descriptors/variables/opmon.mfo @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mfo.json b/data_descriptors/variables/opmon.mfo.json new file mode 100644 index 000000000..7fe0c8cd8 --- /dev/null +++ b/data_descriptors/variables/opmon.mfo.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "opmon.mfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "Transport across_line means that which crosses a particular line on the Earth's surface; formally this means the integral along the line of the normal component of the transport.", + "dimensions": [ + "oline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mfo", + "positive": "", + "standard_name": "sea_water_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotst b/data_descriptors/variables/opmon.mlotst new file mode 100644 index 000000000..9174d7767 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotst @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotst.json b/data_descriptors/variables/opmon.mlotst.json new file mode 100644 index 000000000..9174d7767 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotst.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotst.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotst", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstmax b/data_descriptors/variables/opmon.mlotstmax new file mode 100644 index 000000000..85162a1fa --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstmax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstmax.json b/data_descriptors/variables/opmon.mlotstmax.json new file mode 100644 index 000000000..85162a1fa --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstmax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstmax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: maximum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Maximum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmax", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstmin b/data_descriptors/variables/opmon.mlotstmin new file mode 100644 index 000000000..98f886850 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstmin @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstmin.json b/data_descriptors/variables/opmon.mlotstmin.json new file mode 100644 index 000000000..98f886850 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstmin.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstmin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: minimum", + "comment": "Sigma T is potential density referenced to ocean surface.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Minimum Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstmin", + "positive": "", + "standard_name": "ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstsq b/data_descriptors/variables/opmon.mlotstsq new file mode 100644 index 000000000..6d72da0b8 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstsq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.mlotstsq.json b/data_descriptors/variables/opmon.mlotstsq.json new file mode 100644 index 000000000..6d72da0b8 --- /dev/null +++ b/data_descriptors/variables/opmon.mlotstsq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.mlotstsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. The ocean mixed layer is the upper part of the ocean, regarded as being well-mixed. The base of the mixed layer defined by 'temperature', 'sigma', 'sigma_theta', 'sigma_t' or vertical diffusivity is the level at which the quantity indicated differs from its surface value by a certain amount. A coordinate variable or scalar coordinate variable with standard name sea_water_sigma_t_difference can be used to specify the sigma_t criterion that determines the layer thickness. Sigma-t of sea water is the density of water at atmospheric pressure (i.e. the surface) having the same temperature and salinity, minus 1000 kg m-3. 'Thickness' means the vertical extent of a layer.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Ocean Mixed Layer Thickness Defined by Sigma T", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "mlotstsq", + "positive": "", + "standard_name": "square_of_ocean_mixed_layer_thickness_defined_by_sigma_t", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftbarot b/data_descriptors/variables/opmon.msftbarot new file mode 100644 index 000000000..bcff34424 --- /dev/null +++ b/data_descriptors/variables/opmon.msftbarot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftbarot.json b/data_descriptors/variables/opmon.msftbarot.json new file mode 100644 index 000000000..bcff34424 --- /dev/null +++ b/data_descriptors/variables/opmon.msftbarot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.msftbarot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Streamfunction or its approximation for free surface models. See OMDP document for details.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Barotropic Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftbarot", + "positive": "", + "standard_name": "ocean_barotropic_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftyrho b/data_descriptors/variables/opmon.msftyrho new file mode 100644 index 000000000..ba6b799d1 --- /dev/null +++ b/data_descriptors/variables/opmon.msftyrho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftyrho.json b/data_descriptors/variables/opmon.msftyrho.json new file mode 100644 index 000000000..ba6b799d1 --- /dev/null +++ b/data_descriptors/variables/opmon.msftyrho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.msftyrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrho", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftyrhompa b/data_descriptors/variables/opmon.msftyrhompa new file mode 100644 index 000000000..3c2ec7147 --- /dev/null +++ b/data_descriptors/variables/opmon.msftyrhompa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.msftyrhompa.json b/data_descriptors/variables/opmon.msftyrhompa.json new file mode 100644 index 000000000..3c2ec7147 --- /dev/null +++ b/data_descriptors/variables/opmon.msftyrhompa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.msftyrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyrhompa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.ocontempmint b/data_descriptors/variables/opmon.ocontempmint new file mode 100644 index 000000000..f666b00e4 --- /dev/null +++ b/data_descriptors/variables/opmon.ocontempmint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.ocontempmint.json b/data_descriptors/variables/opmon.ocontempmint.json new file mode 100644 index 000000000..f666b00e4 --- /dev/null +++ b/data_descriptors/variables/opmon.ocontempmint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.opottempmint b/data_descriptors/variables/opmon.opottempmint new file mode 100644 index 000000000..15386419e --- /dev/null +++ b/data_descriptors/variables/opmon.opottempmint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.opottempmint.json b/data_descriptors/variables/opmon.opottempmint.json new file mode 100644 index 000000000..15386419e --- /dev/null +++ b/data_descriptors/variables/opmon.opottempmint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.pbo b/data_descriptors/variables/opmon.pbo new file mode 100644 index 000000000..0d486beae --- /dev/null +++ b/data_descriptors/variables/opmon.pbo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.pbo.json b/data_descriptors/variables/opmon.pbo.json new file mode 100644 index 000000000..0d486beae --- /dev/null +++ b/data_descriptors/variables/opmon.pbo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.pbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pbo", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_floor", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.prsn b/data_descriptors/variables/opmon.prsn new file mode 100644 index 000000000..0d6b37fbe --- /dev/null +++ b/data_descriptors/variables/opmon.prsn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.prsn.json b/data_descriptors/variables/opmon.prsn.json new file mode 100644 index 000000000..0d6b37fbe --- /dev/null +++ b/data_descriptors/variables/opmon.prsn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.prsn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "At surface; includes precipitation of all forms of water in the solid phase", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snowfall Flux where Ice Free Ocean over Sea", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prsn", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.pso b/data_descriptors/variables/opmon.pso new file mode 100644 index 000000000..5a835e705 --- /dev/null +++ b/data_descriptors/variables/opmon.pso @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.pso.json b/data_descriptors/variables/opmon.pso.json new file mode 100644 index 000000000..5a835e705 --- /dev/null +++ b/data_descriptors/variables/opmon.pso.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.pso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The surface called 'surface' means the lower boundary of the atmosphere. 'Sea water pressure' is the pressure that exists in the medium of sea water. It includes the pressure due to overlying sea water, sea ice, air and any other medium that may be present.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Pressure at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pso", + "positive": "", + "standard_name": "sea_water_pressure_at_sea_water_surface", + "units": "Pa", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.rlntds b/data_descriptors/variables/opmon.rlntds new file mode 100644 index 000000000..e745db83f --- /dev/null +++ b/data_descriptors/variables/opmon.rlntds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.rlntds.json b/data_descriptors/variables/opmon.rlntds.json new file mode 100644 index 000000000..e745db83f --- /dev/null +++ b/data_descriptors/variables/opmon.rlntds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.rlntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where ice_free_sea over sea time: mean", + "comment": "This is defined as 'where ice_free_sea over sea'", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Net Downward Longwave Radiation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rlntds", + "positive": "down", + "standard_name": "surface_net_downward_longwave_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.rsntds b/data_descriptors/variables/opmon.rsntds new file mode 100644 index 000000000..df635e116 --- /dev/null +++ b/data_descriptors/variables/opmon.rsntds @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.rsntds.json b/data_descriptors/variables/opmon.rsntds.json new file mode 100644 index 000000000..df635e116 --- /dev/null +++ b/data_descriptors/variables/opmon.rsntds.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.rsntds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the flux into the surface of liquid sea water only. This excludes shortwave flux absorbed by sea ice, but includes any light that passes through the ice and is absorbed by the ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Downward Shortwave Radiation at Sea Water Surface", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsntds", + "positive": "down", + "standard_name": "net_downward_shortwave_flux_at_sea_water_surface", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sfdsi b/data_descriptors/variables/opmon.sfdsi new file mode 100644 index 000000000..7fcb42458 --- /dev/null +++ b/data_descriptors/variables/opmon.sfdsi @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sfdsi.json b/data_descriptors/variables/opmon.sfdsi.json new file mode 100644 index 000000000..7fcb42458 --- /dev/null +++ b/data_descriptors/variables/opmon.sfdsi.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sfriver b/data_descriptors/variables/opmon.sfriver new file mode 100644 index 000000000..bb36de291 --- /dev/null +++ b/data_descriptors/variables/opmon.sfriver @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sfriver.json b/data_descriptors/variables/opmon.sfriver.json new file mode 100644 index 000000000..bb36de291 --- /dev/null +++ b/data_descriptors/variables/opmon.sfriver.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This field is physical, and it arises when rivers carry a nonzero salt content. Often this is zero, with rivers assumed to be fresh.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfriver", + "positive": "", + "standard_name": "salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sob b/data_descriptors/variables/opmon.sob new file mode 100644 index 000000000..a72f5e8f0 --- /dev/null +++ b/data_descriptors/variables/opmon.sob @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sob.json b/data_descriptors/variables/opmon.sob.json new file mode 100644 index 000000000..a72f5e8f0 --- /dev/null +++ b/data_descriptors/variables/opmon.sob.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Model prognostic salinity at bottom-most model grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sob", + "positive": "", + "standard_name": "sea_water_salinity_at_sea_floor", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.soga b/data_descriptors/variables/opmon.soga new file mode 100644 index 000000000..467404277 --- /dev/null +++ b/data_descriptors/variables/opmon.soga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.soga.json b/data_descriptors/variables/opmon.soga.json new file mode 100644 index 000000000..467404277 --- /dev/null +++ b/data_descriptors/variables/opmon.soga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.soga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Mean Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "soga", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.somint b/data_descriptors/variables/opmon.somint new file mode 100644 index 000000000..edeff082a --- /dev/null +++ b/data_descriptors/variables/opmon.somint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.somint.json b/data_descriptors/variables/opmon.somint.json new file mode 100644 index 000000000..edeff082a --- /dev/null +++ b/data_descriptors/variables/opmon.somint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sos b/data_descriptors/variables/opmon.sos new file mode 100644 index 000000000..42c96eda4 --- /dev/null +++ b/data_descriptors/variables/opmon.sos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sos.json b/data_descriptors/variables/opmon.sos.json new file mode 100644 index 000000000..42c96eda4 --- /dev/null +++ b/data_descriptors/variables/opmon.sos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sos", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sosga b/data_descriptors/variables/opmon.sosga new file mode 100644 index 000000000..bf1904d5a --- /dev/null +++ b/data_descriptors/variables/opmon.sosga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sosga.json b/data_descriptors/variables/opmon.sosga.json new file mode 100644 index 000000000..bf1904d5a --- /dev/null +++ b/data_descriptors/variables/opmon.sosga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.sosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sosga", + "positive": "", + "standard_name": "sea_surface_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sossq b/data_descriptors/variables/opmon.sossq new file mode 100644 index 000000000..12efa276a --- /dev/null +++ b/data_descriptors/variables/opmon.sossq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.sossq.json b/data_descriptors/variables/opmon.sossq.json new file mode 100644 index 000000000..12efa276a --- /dev/null +++ b/data_descriptors/variables/opmon.sossq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.sossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sossq", + "positive": "", + "standard_name": "square_of_sea_surface_salinity", + "units": "1e-06", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.t20d b/data_descriptors/variables/opmon.t20d new file mode 100644 index 000000000..01eee55c3 --- /dev/null +++ b/data_descriptors/variables/opmon.t20d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.t20d.json b/data_descriptors/variables/opmon.t20d.json new file mode 100644 index 000000000..01eee55c3 --- /dev/null +++ b/data_descriptors/variables/opmon.t20d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.t20d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This quantity, sometimes called the 'isotherm depth', is the depth (if it exists) at which the sea water potential temperature equals some specified value. This value should be specified in a scalar coordinate variable. Depth is the vertical distance below the surface. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Depth of 20 degree Celsius Isotherm", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "t20d", + "positive": "", + "standard_name": "depth_of_isosurface_of_sea_water_potential_temperature", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauucorr b/data_descriptors/variables/opmon.tauucorr new file mode 100644 index 000000000..348d5b2d5 --- /dev/null +++ b/data_descriptors/variables/opmon.tauucorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauucorr.json b/data_descriptors/variables/opmon.tauucorr.json new file mode 100644 index 000000000..348d5b2d5 --- /dev/null +++ b/data_descriptors/variables/opmon.tauucorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauucorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward X Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauucorr", + "positive": "down", + "standard_name": "downward_x_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauuo b/data_descriptors/variables/opmon.tauuo new file mode 100644 index 000000000..38f25e55d --- /dev/null +++ b/data_descriptors/variables/opmon.tauuo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauuo.json b/data_descriptors/variables/opmon.tauuo.json new file mode 100644 index 000000000..38f25e55d --- /dev/null +++ b/data_descriptors/variables/opmon.tauuo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauuo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward X Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauuo", + "positive": "down", + "standard_name": "downward_x_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauvcorr b/data_descriptors/variables/opmon.tauvcorr new file mode 100644 index 000000000..0685faf1b --- /dev/null +++ b/data_descriptors/variables/opmon.tauvcorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauvcorr.json b/data_descriptors/variables/opmon.tauvcorr.json new file mode 100644 index 000000000..0685faf1b --- /dev/null +++ b/data_descriptors/variables/opmon.tauvcorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauvcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Downward Y Stress Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvcorr", + "positive": "down", + "standard_name": "downward_y_stress_correction_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauvo b/data_descriptors/variables/opmon.tauvo new file mode 100644 index 000000000..2339beb2c --- /dev/null +++ b/data_descriptors/variables/opmon.tauvo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tauvo.json b/data_descriptors/variables/opmon.tauvo.json new file mode 100644 index 000000000..2339beb2c --- /dev/null +++ b/data_descriptors/variables/opmon.tauvo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tauvo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Surface Downward Y Stress", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tauvo", + "positive": "down", + "standard_name": "downward_y_stress_at_sea_water_surface", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaoga b/data_descriptors/variables/opmon.thetaoga new file mode 100644 index 000000000..e3df3f4e7 --- /dev/null +++ b/data_descriptors/variables/opmon.thetaoga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaoga.json b/data_descriptors/variables/opmon.thetaoga.json new file mode 100644 index 000000000..e3df3f4e7 --- /dev/null +++ b/data_descriptors/variables/opmon.thetaoga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.thetaoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaoga", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot b/data_descriptors/variables/opmon.thetaot new file mode 100644 index 000000000..07c07cc5d --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot.json b/data_descriptors/variables/opmon.thetaot.json new file mode 100644 index 000000000..07c07cc5d --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Vertical average of the sea water potential temperature through the whole ocean depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Vertically Averaged Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot2000 b/data_descriptors/variables/opmon.thetaot2000 new file mode 100644 index 000000000..5a7fe276e --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot2000 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot2000.json b/data_descriptors/variables/opmon.thetaot2000.json new file mode 100644 index 000000000..5a7fe276e --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot2000.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot2000.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 2000m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth2000m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 2000m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot2000", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot300 b/data_descriptors/variables/opmon.thetaot300 new file mode 100644 index 000000000..60d5cb6b6 --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot300 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot300.json b/data_descriptors/variables/opmon.thetaot300.json new file mode 100644 index 000000000..60d5cb6b6 --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot300.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot300.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 300m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth300m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 300m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot300", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot700 b/data_descriptors/variables/opmon.thetaot700 new file mode 100644 index 000000000..f75fb344a --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot700 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.thetaot700.json b/data_descriptors/variables/opmon.thetaot700.json new file mode 100644 index 000000000..f75fb344a --- /dev/null +++ b/data_descriptors/variables/opmon.thetaot700.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.thetaot700.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: depth: time: mean", + "comment": "Upper 700m, 2D field", + "dimensions": [ + "longitude", + "latitude", + "time", + "depth700m" + ], + "frequency": "mon", + "long_name": "Depth Average Potential Temperature of Upper 700m", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetaot700", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tob b/data_descriptors/variables/opmon.tob new file mode 100644 index 000000000..ba15c59aa --- /dev/null +++ b/data_descriptors/variables/opmon.tob @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tob.json b/data_descriptors/variables/opmon.tob.json new file mode 100644 index 000000000..ba15c59aa --- /dev/null +++ b/data_descriptors/variables/opmon.tob.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tob.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Potential temperature at the ocean bottom-most grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature at Sea Floor", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tob", + "positive": "", + "standard_name": "sea_water_potential_temperature_at_sea_floor", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tos b/data_descriptors/variables/opmon.tos new file mode 100644 index 000000000..cfbb3f3c7 --- /dev/null +++ b/data_descriptors/variables/opmon.tos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tos.json b/data_descriptors/variables/opmon.tos.json new file mode 100644 index 000000000..cfbb3f3c7 --- /dev/null +++ b/data_descriptors/variables/opmon.tos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tos", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tosga b/data_descriptors/variables/opmon.tosga new file mode 100644 index 000000000..7d072d30c --- /dev/null +++ b/data_descriptors/variables/opmon.tosga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tosga.json b/data_descriptors/variables/opmon.tosga.json new file mode 100644 index 000000000..7d072d30c --- /dev/null +++ b/data_descriptors/variables/opmon.tosga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.tosga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tosga", + "positive": "", + "standard_name": "sea_surface_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tossq b/data_descriptors/variables/opmon.tossq new file mode 100644 index 000000000..39351884d --- /dev/null +++ b/data_descriptors/variables/opmon.tossq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.tossq.json b/data_descriptors/variables/opmon.tossq.json new file mode 100644 index 000000000..39351884d --- /dev/null +++ b/data_descriptors/variables/opmon.tossq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.tossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Square of temperature of liquid ocean.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tossq", + "positive": "", + "standard_name": "square_of_sea_surface_temperature", + "units": "degC2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.volo b/data_descriptors/variables/opmon.volo new file mode 100644 index 000000000..e7f16698a --- /dev/null +++ b/data_descriptors/variables/opmon.volo @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.volo.json b/data_descriptors/variables/opmon.volo.json new file mode 100644 index 000000000..e7f16698a --- /dev/null +++ b/data_descriptors/variables/opmon.volo.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.volo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: sum where sea time: mean", + "comment": "Total volume of liquid sea water.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volo", + "positive": "", + "standard_name": "sea_water_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsf b/data_descriptors/variables/opmon.vsf new file mode 100644 index 000000000..1ff8c4b39 --- /dev/null +++ b/data_descriptors/variables/opmon.vsf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsf.json b/data_descriptors/variables/opmon.vsf.json new file mode 100644 index 000000000..1ff8c4b39 --- /dev/null +++ b/data_descriptors/variables/opmon.vsf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsf", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfcorr b/data_descriptors/variables/opmon.vsfcorr new file mode 100644 index 000000000..4866df2f4 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfcorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfcorr.json b/data_descriptors/variables/opmon.vsfcorr.json new file mode 100644 index 000000000..4866df2f4 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfcorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfcorr", + "positive": "", + "standard_name": "virtual_salt_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfevap b/data_descriptors/variables/opmon.vsfevap new file mode 100644 index 000000000..2815b6b51 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfevap @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfevap.json b/data_descriptors/variables/opmon.vsfevap.json new file mode 100644 index 000000000..2815b6b51 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfevap.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfevap.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Evaporation", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfevap", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_evaporation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfpr b/data_descriptors/variables/opmon.vsfpr new file mode 100644 index 000000000..8c7f3142c --- /dev/null +++ b/data_descriptors/variables/opmon.vsfpr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfpr.json b/data_descriptors/variables/opmon.vsfpr.json new file mode 100644 index 000000000..8c7f3142c --- /dev/null +++ b/data_descriptors/variables/opmon.vsfpr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfpr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Rainfall", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfpr", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_rainfall", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfriver b/data_descriptors/variables/opmon.vsfriver new file mode 100644 index 000000000..a8f07dfdc --- /dev/null +++ b/data_descriptors/variables/opmon.vsfriver @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfriver.json b/data_descriptors/variables/opmon.vsfriver.json new file mode 100644 index 000000000..a8f07dfdc --- /dev/null +++ b/data_descriptors/variables/opmon.vsfriver.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.vsfriver.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "zero for models using real water fluxes.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water from Rivers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfriver", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_from_rivers", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfsit b/data_descriptors/variables/opmon.vsfsit new file mode 100644 index 000000000..21c4b6e39 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfsit @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.vsfsit.json b/data_descriptors/variables/opmon.vsfsit.json new file mode 100644 index 000000000..21c4b6e39 --- /dev/null +++ b/data_descriptors/variables/opmon.vsfsit.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmon.vsfsit.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This variable measures the virtual salt flux into sea water due to the melting of sea ice. It is set to zero in models which receive a real water flux.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Virtual Salt Flux into Sea Water Due to Sea Ice Thermodynamics", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vsfsit", + "positive": "", + "standard_name": "virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfcorr b/data_descriptors/variables/opmon.wfcorr new file mode 100644 index 000000000..81d7557be --- /dev/null +++ b/data_descriptors/variables/opmon.wfcorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfcorr.json b/data_descriptors/variables/opmon.wfcorr.json new file mode 100644 index 000000000..81d7557be --- /dev/null +++ b/data_descriptors/variables/opmon.wfcorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfcorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean due to flux correction divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfcorr", + "positive": "down", + "standard_name": "water_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfo b/data_descriptors/variables/opmon.wfo new file mode 100644 index 000000000..ecef5239f --- /dev/null +++ b/data_descriptors/variables/opmon.wfo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfo.json b/data_descriptors/variables/opmon.wfo.json new file mode 100644 index 000000000..ecef5239f --- /dev/null +++ b/data_descriptors/variables/opmon.wfo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux into the ocean divided by the area of the ocean portion of the grid cell. This is the sum *wfonocorr* and *wfcorr*.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfo", + "positive": "", + "standard_name": "water_flux_into_sea_water", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfonocorr b/data_descriptors/variables/opmon.wfonocorr new file mode 100644 index 000000000..48c8aba6e --- /dev/null +++ b/data_descriptors/variables/opmon.wfonocorr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.wfonocorr.json b/data_descriptors/variables/opmon.wfonocorr.json new file mode 100644 index 000000000..48c8aba6e --- /dev/null +++ b/data_descriptors/variables/opmon.wfonocorr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.wfonocorr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Computed as the water flux (without flux correction) into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water Without Flux Correction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wfonocorr", + "positive": "", + "standard_name": "water_flux_into_sea_water_without_flux_correction", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zos b/data_descriptors/variables/opmon.zos new file mode 100644 index 000000000..63179645e --- /dev/null +++ b/data_descriptors/variables/opmon.zos @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zos.json b/data_descriptors/variables/opmon.zos.json new file mode 100644 index 000000000..63179645e --- /dev/null +++ b/data_descriptors/variables/opmon.zos.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.zos.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zos", + "positive": "", + "standard_name": "sea_surface_height_above_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zossq b/data_descriptors/variables/opmon.zossq new file mode 100644 index 000000000..72c821a3a --- /dev/null +++ b/data_descriptors/variables/opmon.zossq @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zossq.json b/data_descriptors/variables/opmon.zossq.json new file mode 100644 index 000000000..72c821a3a --- /dev/null +++ b/data_descriptors/variables/opmon.zossq.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmon.zossq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Surface ocean geoid defines z=0.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Square of Sea Surface Height Above Geoid", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zossq", + "positive": "", + "standard_name": "square_of_sea_surface_height_above_geoid", + "units": "m2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zostoga b/data_descriptors/variables/opmon.zostoga new file mode 100644 index 000000000..c35d44f11 --- /dev/null +++ b/data_descriptors/variables/opmon.zostoga @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmon.zostoga.json b/data_descriptors/variables/opmon.zostoga.json new file mode 100644 index 000000000..c35d44f11 --- /dev/null +++ b/data_descriptors/variables/opmon.zostoga.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "opmon.zostoga.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmon.json", + "mip-era": "cmip6" + }, + { + "id": "opmon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: mean where sea time: mean", + "comment": "There is no CMIP6 request for zosga nor zossga.", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Global Average Thermosteric Sea Level Change", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zostoga", + "positive": "", + "standard_name": "global_average_thermosteric_sea_level_change", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.difmxybo2d b/data_descriptors/variables/opmonclim.difmxybo2d new file mode 100644 index 000000000..4264f2cbd --- /dev/null +++ b/data_descriptors/variables/opmonclim.difmxybo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.difmxybo2d.json b/data_descriptors/variables/opmonclim.difmxybo2d.json new file mode 100644 index 000000000..4264f2cbd --- /dev/null +++ b/data_descriptors/variables/opmonclim.difmxybo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.difmxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.difmxylo2d b/data_descriptors/variables/opmonclim.difmxylo2d new file mode 100644 index 000000000..3203563e1 --- /dev/null +++ b/data_descriptors/variables/opmonclim.difmxylo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.difmxylo2d.json b/data_descriptors/variables/opmonclim.difmxylo2d.json new file mode 100644 index 000000000..3203563e1 --- /dev/null +++ b/data_descriptors/variables/opmonclim.difmxylo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.difmxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo2d", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrbbo2d b/data_descriptors/variables/opmonclim.diftrbbo2d new file mode 100644 index 000000000..fb7ba4230 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrbbo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrbbo2d.json b/data_descriptors/variables/opmonclim.diftrbbo2d.json new file mode 100644 index 000000000..fb7ba4230 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrbbo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrbbo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo2d", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrblo2d b/data_descriptors/variables/opmonclim.diftrblo2d new file mode 100644 index 000000000..4bf2fb3d5 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrblo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrblo2d.json b/data_descriptors/variables/opmonclim.diftrblo2d.json new file mode 100644 index 000000000..4bf2fb3d5 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrblo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrblo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo2d", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrebo2d b/data_descriptors/variables/opmonclim.diftrebo2d new file mode 100644 index 000000000..c652f29d4 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrebo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrebo2d.json b/data_descriptors/variables/opmonclim.diftrebo2d.json new file mode 100644 index 000000000..c652f29d4 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrebo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrebo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrelo2d b/data_descriptors/variables/opmonclim.diftrelo2d new file mode 100644 index 000000000..69c1ba6a7 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrelo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrelo2d.json b/data_descriptors/variables/opmonclim.diftrelo2d.json new file mode 100644 index 000000000..69c1ba6a7 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrelo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrelo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo2d", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrxybo2d b/data_descriptors/variables/opmonclim.diftrxybo2d new file mode 100644 index 000000000..adc2bb343 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrxybo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrxybo2d.json b/data_descriptors/variables/opmonclim.diftrxybo2d.json new file mode 100644 index 000000000..adc2bb343 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrxybo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrxybo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrxylo2d b/data_descriptors/variables/opmonclim.diftrxylo2d new file mode 100644 index 000000000..14f055ca8 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrxylo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.diftrxylo2d.json b/data_descriptors/variables/opmonclim.diftrxylo2d.json new file mode 100644 index 000000000..14f055ca8 --- /dev/null +++ b/data_descriptors/variables/opmonclim.diftrxylo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.diftrxylo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo2d", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.dispkexyfo2d b/data_descriptors/variables/opmonclim.dispkexyfo2d new file mode 100644 index 000000000..f83b2c42a --- /dev/null +++ b/data_descriptors/variables/opmonclim.dispkexyfo2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.dispkexyfo2d.json b/data_descriptors/variables/opmonclim.dispkexyfo2d.json new file mode 100644 index 000000000..f83b2c42a --- /dev/null +++ b/data_descriptors/variables/opmonclim.dispkexyfo2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.dispkexyfo2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo2d", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.tnkebto2d b/data_descriptors/variables/opmonclim.tnkebto2d new file mode 100644 index 000000000..f838a4b8d --- /dev/null +++ b/data_descriptors/variables/opmonclim.tnkebto2d @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclim.tnkebto2d.json b/data_descriptors/variables/opmonclim.tnkebto2d.json new file mode 100644 index 000000000..f838a4b8d --- /dev/null +++ b/data_descriptors/variables/opmonclim.tnkebto2d.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonclim.tnkebto2d.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclim.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclim.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto2d", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difmxybo b/data_descriptors/variables/opmonclimlev.difmxybo new file mode 100644 index 000000000..5057c77ab --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difmxybo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difmxybo.json b/data_descriptors/variables/opmonclimlev.difmxybo.json new file mode 100644 index 000000000..5057c77ab --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difmxybo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difmxylo b/data_descriptors/variables/opmonclimlev.difmxylo new file mode 100644 index 000000000..dae0885de --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difmxylo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difmxylo.json b/data_descriptors/variables/opmonclimlev.difmxylo.json new file mode 100644 index 000000000..dae0885de --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difmxylo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrbbo b/data_descriptors/variables/opmonclimlev.diftrbbo new file mode 100644 index 000000000..d2c359407 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrbbo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrbbo.json b/data_descriptors/variables/opmonclimlev.diftrbbo.json new file mode 100644 index 000000000..d2c359407 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrbbo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrbbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Parameterized mesoscale eddy advection occurs on a spatial scale of many tens of kilometres and an evolutionary time of weeks(sometimes called bolus advection). Reference: James C. McWilliams 2016, Submesoscale currents in the ocean, Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, volume 472, issue 2189. DOI: 10.1098/rspa.2016.0117. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Bolus Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrbbo", + "positive": "", + "standard_name": "ocean_tracer_biharmonic_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrblo b/data_descriptors/variables/opmonclimlev.diftrblo new file mode 100644 index 000000000..202917682 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrblo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrblo.json b/data_descriptors/variables/opmonclimlev.diftrblo.json new file mode 100644 index 000000000..202917682 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrblo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrebo b/data_descriptors/variables/opmonclimlev.diftrebo new file mode 100644 index 000000000..95bf02e0e --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrebo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrebo.json b/data_descriptors/variables/opmonclimlev.diftrebo.json new file mode 100644 index 000000000..95bf02e0e --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrebo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrebo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Epineutral diffusivity means a lateral diffusivity along a either a neutral or isopycnal density surface due to motion which is not resolved on the grid scale of an ocean model. The type of density surface is dependent on the model formulation. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrebo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrelo b/data_descriptors/variables/opmonclimlev.diftrelo new file mode 100644 index 000000000..a95d3ace0 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrelo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrelo.json b/data_descriptors/variables/opmonclimlev.diftrelo.json new file mode 100644 index 000000000..a95d3ace0 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrelo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrxybo b/data_descriptors/variables/opmonclimlev.diftrxybo new file mode 100644 index 000000000..a8d3315cc --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrxybo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrxybo.json b/data_descriptors/variables/opmonclimlev.diftrxybo.json new file mode 100644 index 000000000..a8d3315cc --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrxybo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'biharmonic diffusivity' means diffusivity for use with a biharmonic diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxybo", + "positive": "", + "standard_name": "ocean_tracer_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrxylo b/data_descriptors/variables/opmonclimlev.diftrxylo new file mode 100644 index 000000000..79871c453 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrxylo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.diftrxylo.json b/data_descriptors/variables/opmonclimlev.diftrxylo.json new file mode 100644 index 000000000..79871c453 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.diftrxylo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.diftrxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. 'xy diffusivity' means the lateral along_coordinate component of diffusivity due to motion which is not resolved on the grid scale of the model. xy diffusivities are used in some ocean models to counteract the numerical instabilities inherent in certain implementations of rotated neutral diffusion. 'laplacian diffusivity' means diffusivity for use with a Laplacian diffusion operator.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Tracer XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrxylo", + "positive": "", + "standard_name": "ocean_tracer_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvho b/data_descriptors/variables/opmonclimlev.difvho new file mode 100644 index 000000000..b82e35660 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvho.json b/data_descriptors/variables/opmonclimlev.difvho.json new file mode 100644 index 000000000..b82e35660 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmbo b/data_descriptors/variables/opmonclimlev.difvmbo new file mode 100644 index 000000000..53a86d4e9 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmbo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmbo.json b/data_descriptors/variables/opmonclimlev.difvmbo.json new file mode 100644 index 000000000..53a86d4e9 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmbo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmbo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmfdo b/data_descriptors/variables/opmonclimlev.difvmfdo new file mode 100644 index 000000000..3491e1562 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmfdo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmfdo.json b/data_descriptors/variables/opmonclimlev.difvmfdo.json new file mode 100644 index 000000000..3491e1562 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmfdo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmfdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum due to form drag (i.e. resulting from a model scheme representing mesoscale eddy-induced form drag).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Form Drag", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmfdo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_form_drag", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmo b/data_descriptors/variables/opmonclimlev.difvmo new file mode 100644 index 000000000..34dd99de9 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmo.json b/data_descriptors/variables/opmonclimlev.difvmo.json new file mode 100644 index 000000000..34dd99de9 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to momentum.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmo", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmto b/data_descriptors/variables/opmonclimlev.difvmto new file mode 100644 index 000000000..f02c57036 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmto @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvmto.json b/data_descriptors/variables/opmonclimlev.difvmto.json new file mode 100644 index 000000000..f02c57036 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvmto.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvmto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Diffusivity is also sometimes known as the coefficient of diffusion. Diffusion occurs as a result of a gradient in the spatial distribution of mass concentration, temperature or momentum. The diffusivity may be very different in the vertical and horizontal directions. The construction vertical_X_diffusivity means the vertical component of the diffusivity of X due to motion which is not resolved on the grid scale of the model. 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Momentum Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvmto", + "positive": "", + "standard_name": "ocean_vertical_momentum_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvso b/data_descriptors/variables/opmonclimlev.difvso new file mode 100644 index 000000000..cfa08823f --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvso.json b/data_descriptors/variables/opmonclimlev.difvso.json new file mode 100644 index 000000000..cfa08823f --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvtrbo b/data_descriptors/variables/opmonclimlev.difvtrbo new file mode 100644 index 000000000..4a04994d3 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvtrbo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvtrbo.json b/data_descriptors/variables/opmonclimlev.difvtrbo.json new file mode 100644 index 000000000..4a04994d3 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvtrbo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvtrbo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to the background (i.e. caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrbo", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_background", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvtrto b/data_descriptors/variables/opmonclimlev.difvtrto new file mode 100644 index 000000000..6ae39ad8b --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvtrto @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.difvtrto.json b/data_descriptors/variables/opmonclimlev.difvtrto.json new file mode 100644 index 000000000..6ae39ad8b --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.difvtrto.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.difvtrto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Vertical/dianeutral diffusivity applied to tracers due to tides (i.e. caused by astronomical gravity changes which manifest as tides).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Vertical Tracer Diffusivity Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvtrto", + "positive": "", + "standard_name": "ocean_vertical_tracer_diffusivity_due_to_tides", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.dispkevfo b/data_descriptors/variables/opmonclimlev.dispkevfo new file mode 100644 index 000000000..8b5f11dce --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.dispkevfo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.dispkevfo.json b/data_descriptors/variables/opmonclimlev.dispkevfo.json new file mode 100644 index 000000000..8b5f11dce --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.dispkevfo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.dispkevfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Friction, leading to the dissipation of kinetic energy, arises in ocean models as a result of the viscosity of sea water. Generally, the lateral (xy) viscosity is given a large value to maintain the numerical stability of the model. In contrast, the vertical viscosity is usually much smaller. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to Vertical Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkevfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.dispkexyfo b/data_descriptors/variables/opmonclimlev.dispkexyfo new file mode 100644 index 000000000..8df87e747 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.dispkexyfo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.dispkexyfo.json b/data_descriptors/variables/opmonclimlev.dispkexyfo.json new file mode 100644 index 000000000..8df87e747 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.dispkexyfo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnkebto b/data_descriptors/variables/opmonclimlev.tnkebto new file mode 100644 index 000000000..53a0f9813 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnkebto @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnkebto.json b/data_descriptors/variables/opmonclimlev.tnkebto.json new file mode 100644 index 000000000..53a0f9813 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnkebto.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeo b/data_descriptors/variables/opmonclimlev.tnpeo new file mode 100644 index 000000000..db4b2ab22 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeo.json b/data_descriptors/variables/opmonclimlev.tnpeo.json new file mode 100644 index 000000000..db4b2ab22 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeot b/data_descriptors/variables/opmonclimlev.tnpeot new file mode 100644 index 000000000..8a2e3ee49 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeot @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeot.json b/data_descriptors/variables/opmonclimlev.tnpeot.json new file mode 100644 index 000000000..8a2e3ee49 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeot.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to tides' means due to all astronomical gravity changes which manifest as tides. No distinction is made between different tidal components. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Tides", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeot", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_tides", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeotb b/data_descriptors/variables/opmonclimlev.tnpeotb new file mode 100644 index 000000000..6a3514008 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeotb @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.tnpeotb.json b/data_descriptors/variables/opmonclimlev.tnpeotb.json new file mode 100644 index 000000000..6a3514008 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.tnpeotb.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.tnpeotb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "'Content' indicates a quantity per unit area. Potential energy is the sum of the gravitational potential energy relative to the geoid and the centripetal potential energy. (The geopotential is the specific potential energy.) 'Due to background' means caused by a time invariant imposed field which may be either constant over the globe or spatially varying, depending on the ocean model used. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'tendency_of_X' means derivative of X with respect to time.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Tendency of Ocean Potential Energy Content Due to Background", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeotb", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content_due_to_background", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.zfullo b/data_descriptors/variables/opmonclimlev.zfullo new file mode 100644 index 000000000..c16d35a38 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.zfullo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.zfullo.json b/data_descriptors/variables/opmonclimlev.zfullo.json new file mode 100644 index 000000000..c16d35a38 --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.zfullo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.zhalfo b/data_descriptors/variables/opmonclimlev.zhalfo new file mode 100644 index 000000000..09a3afcdc --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.zhalfo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonclimlev.zhalfo.json b/data_descriptors/variables/opmonclimlev.zhalfo.json new file mode 100644 index 000000000..09a3afcdc --- /dev/null +++ b/data_descriptors/variables/opmonclimlev.zhalfo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonclimlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonclimlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonclimlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean time: mean within years time: mean over years", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time2" + ], + "frequency": "monC", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.agessc b/data_descriptors/variables/opmonlev.agessc new file mode 100644 index 000000000..e25ae0f33 --- /dev/null +++ b/data_descriptors/variables/opmonlev.agessc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.agessc.json b/data_descriptors/variables/opmonlev.agessc.json new file mode 100644 index 000000000..e25ae0f33 --- /dev/null +++ b/data_descriptors/variables/opmonlev.agessc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.agessc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Time elapsed since water was last in surface layer of the ocean.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Age Since Surface Contact", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "agessc", + "positive": "", + "standard_name": "sea_water_age_since_surface_contact", + "units": "yr", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.bigthetao b/data_descriptors/variables/opmonlev.bigthetao new file mode 100644 index 000000000..27fe0c70a --- /dev/null +++ b/data_descriptors/variables/opmonlev.bigthetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.bigthetao.json b/data_descriptors/variables/opmonlev.bigthetao.json new file mode 100644 index 000000000..27fe0c70a --- /dev/null +++ b/data_descriptors/variables/opmonlev.bigthetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.bigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water conservative temperature (this should be contributed only for models using conservative temperature as prognostic field)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "bigthetao", + "positive": "", + "standard_name": "sea_water_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.cfc11 b/data_descriptors/variables/opmonlev.cfc11 new file mode 100644 index 000000000..e3abb2412 --- /dev/null +++ b/data_descriptors/variables/opmonlev.cfc11 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.cfc11.json b/data_descriptors/variables/opmonlev.cfc11.json new file mode 100644 index 000000000..e3abb2412 --- /dev/null +++ b/data_descriptors/variables/opmonlev.cfc11.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.cfc12 b/data_descriptors/variables/opmonlev.cfc12 new file mode 100644 index 000000000..434b4d73d --- /dev/null +++ b/data_descriptors/variables/opmonlev.cfc12 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.cfc12.json b/data_descriptors/variables/opmonlev.cfc12.json new file mode 100644 index 000000000..434b4d73d --- /dev/null +++ b/data_descriptors/variables/opmonlev.cfc12.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ficeberg b/data_descriptors/variables/opmonlev.ficeberg new file mode 100644 index 000000000..e119c04fe --- /dev/null +++ b/data_descriptors/variables/opmonlev.ficeberg @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ficeberg.json b/data_descriptors/variables/opmonlev.ficeberg.json new file mode 100644 index 000000000..e119c04fe --- /dev/null +++ b/data_descriptors/variables/opmonlev.ficeberg.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ficeberg.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "computed as the iceberg melt water flux into the ocean divided by the area of the ocean portion of the grid cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Water Flux into Sea Water from Icebergs", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ficeberg", + "positive": "", + "standard_name": "water_flux_into_sea_water_from_icebergs", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfibthermds b/data_descriptors/variables/opmonlev.hfibthermds new file mode 100644 index 000000000..9dded7d07 --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfibthermds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfibthermds.json b/data_descriptors/variables/opmonlev.hfibthermds.json new file mode 100644 index 000000000..9dded7d07 --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfibthermds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfibthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. ' Iceberg thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Iceberg Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfibthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_iceberg_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfrunoffds b/data_descriptors/variables/opmonlev.hfrunoffds new file mode 100644 index 000000000..f38d89f12 --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfrunoffds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfrunoffds.json b/data_descriptors/variables/opmonlev.hfrunoffds.json new file mode 100644 index 000000000..f38d89f12 --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfrunoffds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfrunoffds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat flux associated with liquid water which drains from land. It is calculated relative to the heat that would be transported by runoff water entering the sea at zero degrees Celsius. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Temperature Flux Due to Runoff Expressed as Heat Flux into Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfrunoffds", + "positive": "", + "standard_name": "temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfsifrazil b/data_descriptors/variables/opmonlev.hfsifrazil new file mode 100644 index 000000000..94e75ceae --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfsifrazil @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfsifrazil.json b/data_descriptors/variables/opmonlev.hfsifrazil.json new file mode 100644 index 000000000..94e75ceae --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfsifrazil.json @@ -0,0 +1,42 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfsifrazil.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Frazil' consists of needle like crystals of ice, typically between three and four millimeters in diameter, which form as sea water begins to freeze. Salt is expelled during the freezing process and frazil ice consists of nearly pure fresh water.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Frazil Ice Formation", + "modeling_realm": [ + "ocean", + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsifrazil", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_freezing_of_frazil_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfsnthermds b/data_descriptors/variables/opmonlev.hfsnthermds new file mode 100644 index 000000000..59c8d87ba --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfsnthermds @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.hfsnthermds.json b/data_descriptors/variables/opmonlev.hfsnthermds.json new file mode 100644 index 000000000..59c8d87ba --- /dev/null +++ b/data_descriptors/variables/opmonlev.hfsnthermds.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.hfsnthermds.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. The specification of a physical process by the phrase due_to_process means that the quantity named is a single term in a sum of terms which together compose the general quantity named by omitting the phrase. 'Snow thermodynamics' refers to the addition or subtraction of mass due to surface and basal fluxes, i.e., due to melting, sublimation and fusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Heat Flux into Sea Water Due to Snow Thermodynamics", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfsnthermds", + "positive": "", + "standard_name": "heat_flux_into_sea_water_due_to_snow_thermodynamics", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.masscello b/data_descriptors/variables/opmonlev.masscello new file mode 100644 index 000000000..6878a3751 --- /dev/null +++ b/data_descriptors/variables/opmonlev.masscello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.masscello.json b/data_descriptors/variables/opmonlev.masscello.json new file mode 100644 index 000000000..6878a3751 --- /dev/null +++ b/data_descriptors/variables/opmonlev.masscello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.masscello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Tracer grid-cell mass per unit area used for computing tracer budgets. For Boussinesq models with static ocean grid cell thickness, masscello = rhozero*thickcello, where thickcello is static cell thickness and rhozero is constant Boussinesq reference density. More generally, masscello is time dependent and reported as part of Omon.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Mass per Area", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "masscello", + "positive": "", + "standard_name": "sea_water_mass_per_unit_area", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.msftyz b/data_descriptors/variables/opmonlev.msftyz new file mode 100644 index 000000000..cb9ae816b --- /dev/null +++ b/data_descriptors/variables/opmonlev.msftyz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.msftyz.json b/data_descriptors/variables/opmonlev.msftyz.json new file mode 100644 index 000000000..cb9ae816b --- /dev/null +++ b/data_descriptors/variables/opmonlev.msftyz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.msftyz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyz", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.msftyzmpa b/data_descriptors/variables/opmonlev.msftyzmpa new file mode 100644 index 000000000..6e25e156b --- /dev/null +++ b/data_descriptors/variables/opmonlev.msftyzmpa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.msftyzmpa.json b/data_descriptors/variables/opmonlev.msftyzmpa.json new file mode 100644 index 000000000..6e25e156b --- /dev/null +++ b/data_descriptors/variables/opmonlev.msftyzmpa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.msftyzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean grid_longitude: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "gridlatitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzmpa", + "positive": "", + "standard_name": "ocean_y_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.obvfsq b/data_descriptors/variables/opmonlev.obvfsq new file mode 100644 index 000000000..42f4d19ec --- /dev/null +++ b/data_descriptors/variables/opmonlev.obvfsq @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.obvfsq.json b/data_descriptors/variables/opmonlev.obvfsq.json new file mode 100644 index 000000000..42f4d19ec --- /dev/null +++ b/data_descriptors/variables/opmonlev.obvfsq.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.obvfsq.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'square_of_X' means X*X. Frequency is the number of oscillations of a wave per unit time. Brunt-Vaisala frequency is also sometimes called 'buoyancy frequency' and is a measure of the vertical stratification of the medium.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Square of Brunt Vaisala Frequency in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "obvfsq", + "positive": "", + "standard_name": "square_of_brunt_vaisala_frequency_in_sea_water", + "units": "s-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontempdiff b/data_descriptors/variables/opmonlev.ocontempdiff new file mode 100644 index 000000000..b009f9b89 --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontempdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontempdiff.json b/data_descriptors/variables/opmonlev.ocontempdiff.json new file mode 100644 index 000000000..b009f9b89 --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontempdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppadvect b/data_descriptors/variables/opmonlev.ocontemppadvect new file mode 100644 index 000000000..52cfe001a --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppadvect.json b/data_descriptors/variables/opmonlev.ocontemppadvect.json new file mode 100644 index 000000000..52cfe001a --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppmdiff b/data_descriptors/variables/opmonlev.ocontemppmdiff new file mode 100644 index 000000000..93ca2bb4e --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppmdiff.json b/data_descriptors/variables/opmonlev.ocontemppmdiff.json new file mode 100644 index 000000000..93ca2bb4e --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppsmadvect b/data_descriptors/variables/opmonlev.ocontemppsmadvect new file mode 100644 index 000000000..3754a3e9d --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemppsmadvect.json b/data_descriptors/variables/opmonlev.ocontemppsmadvect.json new file mode 100644 index 000000000..3754a3e9d --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemppsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemprmadvect b/data_descriptors/variables/opmonlev.ocontemprmadvect new file mode 100644 index 000000000..caae45cf3 --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemprmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemprmadvect.json b/data_descriptors/variables/opmonlev.ocontemprmadvect.json new file mode 100644 index 000000000..caae45cf3 --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemprmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemptend b/data_descriptors/variables/opmonlev.ocontemptend new file mode 100644 index 000000000..1a4663d1d --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemptend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.ocontemptend.json b/data_descriptors/variables/opmonlev.ocontemptend.json new file mode 100644 index 000000000..1a4663d1d --- /dev/null +++ b/data_descriptors/variables/opmonlev.ocontemptend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottempdiff b/data_descriptors/variables/opmonlev.opottempdiff new file mode 100644 index 000000000..6d3bfc409 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottempdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottempdiff.json b/data_descriptors/variables/opmonlev.opottempdiff.json new file mode 100644 index 000000000..6d3bfc409 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottempdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppadvect b/data_descriptors/variables/opmonlev.opottemppadvect new file mode 100644 index 000000000..ec98bd24c --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppadvect.json b/data_descriptors/variables/opmonlev.opottemppadvect.json new file mode 100644 index 000000000..ec98bd24c --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppmdiff b/data_descriptors/variables/opmonlev.opottemppmdiff new file mode 100644 index 000000000..9ca8c0709 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppmdiff.json b/data_descriptors/variables/opmonlev.opottemppmdiff.json new file mode 100644 index 000000000..9ca8c0709 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppsmadvect b/data_descriptors/variables/opmonlev.opottemppsmadvect new file mode 100644 index 000000000..af0cb1b18 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemppsmadvect.json b/data_descriptors/variables/opmonlev.opottemppsmadvect.json new file mode 100644 index 000000000..af0cb1b18 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemppsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemprmadvect b/data_descriptors/variables/opmonlev.opottemprmadvect new file mode 100644 index 000000000..60e37f780 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemprmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemprmadvect.json b/data_descriptors/variables/opmonlev.opottemprmadvect.json new file mode 100644 index 000000000..60e37f780 --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemprmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemptend b/data_descriptors/variables/opmonlev.opottemptend new file mode 100644 index 000000000..4a587e04e --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemptend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.opottemptend.json b/data_descriptors/variables/opmonlev.opottemptend.json new file mode 100644 index 000000000..4a587e04e --- /dev/null +++ b/data_descriptors/variables/opmonlev.opottemptend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltdiff b/data_descriptors/variables/opmonlev.osaltdiff new file mode 100644 index 000000000..a4ac6c0b4 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltdiff.json b/data_descriptors/variables/opmonlev.osaltdiff.json new file mode 100644 index 000000000..a4ac6c0b4 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpadvect b/data_descriptors/variables/opmonlev.osaltpadvect new file mode 100644 index 000000000..9abd9a6ff --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpadvect.json b/data_descriptors/variables/opmonlev.osaltpadvect.json new file mode 100644 index 000000000..9abd9a6ff --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpmdiff b/data_descriptors/variables/opmonlev.osaltpmdiff new file mode 100644 index 000000000..b22c01d50 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpmdiff.json b/data_descriptors/variables/opmonlev.osaltpmdiff.json new file mode 100644 index 000000000..b22c01d50 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpsmadvect b/data_descriptors/variables/opmonlev.osaltpsmadvect new file mode 100644 index 000000000..dfef2b134 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltpsmadvect.json b/data_descriptors/variables/opmonlev.osaltpsmadvect.json new file mode 100644 index 000000000..dfef2b134 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltpsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltrmadvect b/data_descriptors/variables/opmonlev.osaltrmadvect new file mode 100644 index 000000000..6bb65b080 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltrmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osaltrmadvect.json b/data_descriptors/variables/opmonlev.osaltrmadvect.json new file mode 100644 index 000000000..6bb65b080 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osaltrmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osalttend b/data_descriptors/variables/opmonlev.osalttend new file mode 100644 index 000000000..358467fb9 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osalttend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.osalttend.json b/data_descriptors/variables/opmonlev.osalttend.json new file mode 100644 index 000000000..358467fb9 --- /dev/null +++ b/data_descriptors/variables/opmonlev.osalttend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.pabigthetao b/data_descriptors/variables/opmonlev.pabigthetao new file mode 100644 index 000000000..9edf36702 --- /dev/null +++ b/data_descriptors/variables/opmonlev.pabigthetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.pabigthetao.json b/data_descriptors/variables/opmonlev.pabigthetao.json new file mode 100644 index 000000000..9edf36702 --- /dev/null +++ b/data_descriptors/variables/opmonlev.pabigthetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.pabigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. The passive tracer is zero in the control climate of the model. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Added Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pabigthetao", + "positive": "", + "standard_name": "sea_water_added_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.pathetao b/data_descriptors/variables/opmonlev.pathetao new file mode 100644 index 000000000..f693f4248 --- /dev/null +++ b/data_descriptors/variables/opmonlev.pathetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.pathetao.json b/data_descriptors/variables/opmonlev.pathetao.json new file mode 100644 index 000000000..f693f4248 --- /dev/null +++ b/data_descriptors/variables/opmonlev.pathetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.pathetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The quantity with standard name sea_water_added_potential_temperature is a passive tracer in an ocean model whose surface flux does not come from the atmosphere but is imposed externally upon the simulated climate system. The surface flux is expressed as a heat flux and converted to a passive tracer increment as if it were a heat flux being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. The passive tracer is zero in the control climate of the model. The passive tracer records added heat, as described for the CMIP6 FAFMIP experiment (doi:10.5194/gmd-9-3993-2016), following earlier ideas. Potential temperature is the temperature a parcel of air or sea water would have if moved adiabatically to sea level pressure.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Additional Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "pathetao", + "positive": "", + "standard_name": "sea_water_added_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prbigthetao b/data_descriptors/variables/opmonlev.prbigthetao new file mode 100644 index 000000000..984778f83 --- /dev/null +++ b/data_descriptors/variables/opmonlev.prbigthetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prbigthetao.json b/data_descriptors/variables/opmonlev.prbigthetao.json new file mode 100644 index 000000000..984778f83 --- /dev/null +++ b/data_descriptors/variables/opmonlev.prbigthetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prbigthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the conservative temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to conservative temperature. The passive tracer is transported within the ocean as if it were conservative temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prbigthetao", + "positive": "", + "standard_name": "sea_water_redistributed_conservative_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prthetao b/data_descriptors/variables/opmonlev.prthetao new file mode 100644 index 000000000..0ad445276 --- /dev/null +++ b/data_descriptors/variables/opmonlev.prthetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prthetao.json b/data_descriptors/variables/opmonlev.prthetao.json new file mode 100644 index 000000000..0ad445276 --- /dev/null +++ b/data_descriptors/variables/opmonlev.prthetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prthetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "A passive tracer in an ocean model which is subject to an externally imposed perturbative surface heat flux. The passive tracer is initialised to the potential temperature in the control climate before the perturbation is imposed. Its surface flux is the heat flux from the atmosphere, not including the imposed perturbation, and is converted to a passive tracer increment as if it were being added to potential temperature. The passive tracer is transported within the ocean as if it were potential temperature. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Redistributed Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prthetao", + "positive": "", + "standard_name": "sea_water_redistributed_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prw18o b/data_descriptors/variables/opmonlev.prw18o new file mode 100644 index 000000000..99e5d389a --- /dev/null +++ b/data_descriptors/variables/opmonlev.prw18o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.prw18o.json b/data_descriptors/variables/opmonlev.prw18o.json new file mode 100644 index 000000000..99e5d389a --- /dev/null +++ b/data_descriptors/variables/opmonlev.prw18o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.prw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Water vapor path for water molecules that contain oxygen-18 (H2 18O)", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Water Vapor Containing Oxygen-18 (H2 18O) in Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "prw18O", + "positive": "", + "standard_name": "mass_content_of_water_vapor_containing_18O_in_atmosphere_layer", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.rsdo b/data_descriptors/variables/opmonlev.rsdo new file mode 100644 index 000000000..57f7ecd53 --- /dev/null +++ b/data_descriptors/variables/opmonlev.rsdo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.rsdo.json b/data_descriptors/variables/opmonlev.rsdo.json new file mode 100644 index 000000000..57f7ecd53 --- /dev/null +++ b/data_descriptors/variables/opmonlev.rsdo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.rsdo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics. 'shortwave' means shortwave radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Radiation in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdo", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.rsdoabsorb b/data_descriptors/variables/opmonlev.rsdoabsorb new file mode 100644 index 000000000..65df74540 --- /dev/null +++ b/data_descriptors/variables/opmonlev.rsdoabsorb @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.rsdoabsorb.json b/data_descriptors/variables/opmonlev.rsdoabsorb.json new file mode 100644 index 000000000..65df74540 --- /dev/null +++ b/data_descriptors/variables/opmonlev.rsdoabsorb.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sf6 b/data_descriptors/variables/opmonlev.sf6 new file mode 100644 index 000000000..3a7053e04 --- /dev/null +++ b/data_descriptors/variables/opmonlev.sf6 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sf6.json b/data_descriptors/variables/opmonlev.sf6.json new file mode 100644 index 000000000..3a7053e04 --- /dev/null +++ b/data_descriptors/variables/opmonlev.sf6.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.so b/data_descriptors/variables/opmonlev.so new file mode 100644 index 000000000..ba5cfeebf --- /dev/null +++ b/data_descriptors/variables/opmonlev.so @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.so.json b/data_descriptors/variables/opmonlev.so.json new file mode 100644 index 000000000..ba5cfeebf --- /dev/null +++ b/data_descriptors/variables/opmonlev.so.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.so.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. ", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "so", + "positive": "", + "standard_name": "sea_water_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw17o b/data_descriptors/variables/opmonlev.sw17o new file mode 100644 index 000000000..fa5b5e58b --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw17o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw17o.json b/data_descriptors/variables/opmonlev.sw17o.json new file mode 100644 index 000000000..fa5b5e58b --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw17o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw17o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of oxygen-17 (17O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-17 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw17O", + "positive": "", + "standard_name": "isotope_ratio_of_17O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw18o b/data_descriptors/variables/opmonlev.sw18o new file mode 100644 index 000000000..372f51694 --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw18o @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw18o.json b/data_descriptors/variables/opmonlev.sw18o.json new file mode 100644 index 000000000..372f51694 --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw18o.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw18o.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Ratio of abundance of oxygen-18 (18O) atoms to oxygen-16 (16O) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "alevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Oxygen-18 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw18O", + "positive": "", + "standard_name": "isotope_ratio_of_18O_to_16O_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw2h b/data_descriptors/variables/opmonlev.sw2h new file mode 100644 index 000000000..59907961d --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw2h @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.sw2h.json b/data_descriptors/variables/opmonlev.sw2h.json new file mode 100644 index 000000000..59907961d --- /dev/null +++ b/data_descriptors/variables/opmonlev.sw2h.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.sw2h.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ratio of abundance of hydrogen-2 (2H) atoms to hydrogen-1 (1H) atoms in sea water", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Isotopic Ratio of Deuterium in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sw2H", + "positive": "", + "standard_name": "isotope_ratio_of_2H_to_1H_in_sea_water_excluding_solutes_and_solids", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.thetao b/data_descriptors/variables/opmonlev.thetao new file mode 100644 index 000000000..33eb8b8c0 --- /dev/null +++ b/data_descriptors/variables/opmonlev.thetao @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.thetao.json b/data_descriptors/variables/opmonlev.thetao.json new file mode 100644 index 000000000..33eb8b8c0 --- /dev/null +++ b/data_descriptors/variables/opmonlev.thetao.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.thetao.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Diagnostic should be contributed even for models using conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thetao", + "positive": "", + "standard_name": "sea_water_potential_temperature", + "units": "degC", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.thkcello b/data_descriptors/variables/opmonlev.thkcello new file mode 100644 index 000000000..93753a169 --- /dev/null +++ b/data_descriptors/variables/opmonlev.thkcello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.thkcello.json b/data_descriptors/variables/opmonlev.thkcello.json new file mode 100644 index 000000000..93753a169 --- /dev/null +++ b/data_descriptors/variables/opmonlev.thkcello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.thkcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'Thickness' means the vertical extent of a layer. 'Cell' refers to a model grid-cell.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Model Cell Thickness", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "thkcello", + "positive": "", + "standard_name": "cell_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.umo b/data_descriptors/variables/opmonlev.umo new file mode 100644 index 000000000..dd92e0cc4 --- /dev/null +++ b/data_descriptors/variables/opmonlev.umo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.umo.json b/data_descriptors/variables/opmonlev.umo.json new file mode 100644 index 000000000..dd92e0cc4 --- /dev/null +++ b/data_descriptors/variables/opmonlev.umo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.umo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "X-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass X Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "umo", + "positive": "", + "standard_name": "ocean_mass_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.uo b/data_descriptors/variables/opmonlev.uo new file mode 100644 index 000000000..182df22b5 --- /dev/null +++ b/data_descriptors/variables/opmonlev.uo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.uo.json b/data_descriptors/variables/opmonlev.uo.json new file mode 100644 index 000000000..182df22b5 --- /dev/null +++ b/data_descriptors/variables/opmonlev.uo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.uo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic x-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water X Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "uo", + "positive": "", + "standard_name": "sea_water_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.vmo b/data_descriptors/variables/opmonlev.vmo new file mode 100644 index 000000000..7dc2bfe85 --- /dev/null +++ b/data_descriptors/variables/opmonlev.vmo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.vmo.json b/data_descriptors/variables/opmonlev.vmo.json new file mode 100644 index 000000000..7dc2bfe85 --- /dev/null +++ b/data_descriptors/variables/opmonlev.vmo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.vmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Y-ward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Mass Y Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vmo", + "positive": "", + "standard_name": "ocean_mass_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.vo b/data_descriptors/variables/opmonlev.vo new file mode 100644 index 000000000..eaa9bd08b --- /dev/null +++ b/data_descriptors/variables/opmonlev.vo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.vo.json b/data_descriptors/variables/opmonlev.vo.json new file mode 100644 index 000000000..eaa9bd08b --- /dev/null +++ b/data_descriptors/variables/opmonlev.vo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.vo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "Prognostic y-ward velocity component resolved by the model.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Y Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "vo", + "positive": "", + "standard_name": "sea_water_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.volcello b/data_descriptors/variables/opmonlev.volcello new file mode 100644 index 000000000..54a6aab42 --- /dev/null +++ b/data_descriptors/variables/opmonlev.volcello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.volcello.json b/data_descriptors/variables/opmonlev.volcello.json new file mode 100644 index 000000000..54a6aab42 --- /dev/null +++ b/data_descriptors/variables/opmonlev.volcello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.wmo b/data_descriptors/variables/opmonlev.wmo new file mode 100644 index 000000000..eb400323d --- /dev/null +++ b/data_descriptors/variables/opmonlev.wmo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.wmo.json b/data_descriptors/variables/opmonlev.wmo.json new file mode 100644 index 000000000..eb400323d --- /dev/null +++ b/data_descriptors/variables/opmonlev.wmo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.wmo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "Upward mass transport from resolved and parameterized advective transport.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Upward Ocean Mass Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wmo", + "positive": "", + "standard_name": "upward_ocean_mass_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.wo b/data_descriptors/variables/opmonlev.wo new file mode 100644 index 000000000..5c0e74c8a --- /dev/null +++ b/data_descriptors/variables/opmonlev.wo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.wo.json b/data_descriptors/variables/opmonlev.wo.json new file mode 100644 index 000000000..5c0e74c8a --- /dev/null +++ b/data_descriptors/variables/opmonlev.wo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.wo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--OPT", + "cell_methods": "time: mean", + "comment": "A velocity is a vector quantity. 'Upward' indicates a vector component which is positive when directed upward (negative downward).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Sea Water Vertical Velocity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "wo", + "positive": "", + "standard_name": "upward_sea_water_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.zfullo b/data_descriptors/variables/opmonlev.zfullo new file mode 100644 index 000000000..de5305709 --- /dev/null +++ b/data_descriptors/variables/opmonlev.zfullo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.zfullo.json b/data_descriptors/variables/opmonlev.zfullo.json new file mode 100644 index 000000000..de5305709 --- /dev/null +++ b/data_descriptors/variables/opmonlev.zfullo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.zhalfo b/data_descriptors/variables/opmonlev.zhalfo new file mode 100644 index 000000000..456a4df39 --- /dev/null +++ b/data_descriptors/variables/opmonlev.zhalfo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonlev.zhalfo.json b/data_descriptors/variables/opmonlev.zhalfo.json new file mode 100644 index 000000000..456a4df39 --- /dev/null +++ b/data_descriptors/variables/opmonlev.zhalfo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonlev.zhalfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonlev.json", + "mip-era": "cmip6" + }, + { + "id": "opmonlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevhalf", + "time" + ], + "frequency": "mon", + "long_name": "Depth Below Geoid of Interfaces Between Ocean Layers", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zhalfo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasin b/data_descriptors/variables/opmonz.hfbasin new file mode 100644 index 000000000..2bb4a38e0 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasin @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasin.json b/data_descriptors/variables/opmonz.hfbasin.json new file mode 100644 index 000000000..2bb4a38e0 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasin.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contains contributions from all physical processes affecting the northward heat transport, including resolved advection, parameterized advection, lateral diffusion, etc. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasin", + "positive": "", + "standard_name": "northward_ocean_heat_transport", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpadv b/data_descriptors/variables/opmonz.hfbasinpadv new file mode 100644 index 000000000..f241159db --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpadv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpadv.json b/data_descriptors/variables/opmonz.hfbasinpadv.json new file mode 100644 index 000000000..f241159db --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpadv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized eddy-induced advective transport due to any subgrid advective process. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpmadv b/data_descriptors/variables/opmonz.hfbasinpmadv new file mode 100644 index 000000000..a682e1088 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpmadv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpmadv.json b/data_descriptors/variables/opmonz.hfbasinpmadv.json new file mode 100644 index 000000000..a682e1088 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpmadv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpmdiff b/data_descriptors/variables/opmonz.hfbasinpmdiff new file mode 100644 index 000000000..ee6cca9fe --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpmdiff @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpmdiff.json b/data_descriptors/variables/opmonz.hfbasinpmdiff.json new file mode 100644 index 000000000..ee6cca9fe --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpmdiff.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced diffusive transport (i.e., neutral diffusion). Diagnosed here as a function of latitude and basin.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpmdiff", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpsmadv b/data_descriptors/variables/opmonz.hfbasinpsmadv new file mode 100644 index 000000000..5d3c4a2b3 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpsmadv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.hfbasinpsmadv.json b/data_descriptors/variables/opmonz.hfbasinpsmadv.json new file mode 100644 index 000000000..5d3c4a2b3 --- /dev/null +++ b/data_descriptors/variables/opmonz.hfbasinpsmadv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.hfbasinpsmadv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Contributions to heat transport from parameterized mesoscale eddy-induced advective transport. Diagnosed here as a function of latitude and basin. Use Celsius for temperature scale.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "hfbasinpsmadv", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_parameterized_submesoscale_eddy_advection", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.htovgyre b/data_descriptors/variables/opmonz.htovgyre new file mode 100644 index 000000000..b28ee76df --- /dev/null +++ b/data_descriptors/variables/opmonz.htovgyre @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.htovgyre.json b/data_descriptors/variables/opmonz.htovgyre.json new file mode 100644 index 000000000..b28ee76df --- /dev/null +++ b/data_descriptors/variables/opmonz.htovgyre.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.htovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovgyre", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_gyre", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.htovovrt b/data_descriptors/variables/opmonz.htovovrt new file mode 100644 index 000000000..04cc8e52c --- /dev/null +++ b/data_descriptors/variables/opmonz.htovovrt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.htovovrt.json b/data_descriptors/variables/opmonz.htovovrt.json new file mode 100644 index 000000000..04cc8e52c --- /dev/null +++ b/data_descriptors/variables/opmonz.htovovrt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.htovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Heat Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "htovovrt", + "positive": "", + "standard_name": "northward_ocean_heat_transport_due_to_overturning", + "units": "W", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmrho b/data_descriptors/variables/opmonz.msftmrho new file mode 100644 index 000000000..903381897 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmrho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmrho.json b/data_descriptors/variables/opmonz.msftmrho.json new file mode 100644 index 000000000..903381897 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmrho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmrho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrho", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmrhompa b/data_descriptors/variables/opmonz.msftmrhompa new file mode 100644 index 000000000..1765cdec3 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmrhompa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmrhompa.json b/data_descriptors/variables/opmonz.msftmrhompa.json new file mode 100644 index 000000000..1765cdec3 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmrhompa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmrhompa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "rho", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmrhompa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmz b/data_descriptors/variables/opmonz.msftmz new file mode 100644 index 000000000..cb37808cc --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmz @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmz.json b/data_descriptors/variables/opmonz.msftmz.json new file mode 100644 index 000000000..cb37808cc --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmz.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmz.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Overturning mass streamfunction arising from all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmz", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmzmpa b/data_descriptors/variables/opmonz.msftmzmpa new file mode 100644 index 000000000..c672cd149 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmzmpa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmzmpa.json b/data_descriptors/variables/opmonz.msftmzmpa.json new file mode 100644 index 000000000..c672cd149 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmzmpa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmzmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "CMIP5 called this 'due to Bolus Advection'. Name change respects the more general physics of the mesoscale parameterizations.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_mesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmzsmpa b/data_descriptors/variables/opmonz.msftmzsmpa new file mode 100644 index 000000000..a35c2849c --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmzsmpa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftmzsmpa.json b/data_descriptors/variables/opmonz.msftmzsmpa.json new file mode 100644 index 000000000..a35c2849c --- /dev/null +++ b/data_descriptors/variables/opmonz.msftmzsmpa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftmzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Meridional Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftmzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftyzsmpa b/data_descriptors/variables/opmonz.msftyzsmpa new file mode 100644 index 000000000..9c31885e0 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftyzsmpa @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.msftyzsmpa.json b/data_descriptors/variables/opmonz.msftyzsmpa.json new file mode 100644 index 000000000..9c31885e0 --- /dev/null +++ b/data_descriptors/variables/opmonz.msftyzsmpa.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opmonz.msftyzsmpa.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "Report only if there is a submesoscale eddy parameterization.", + "dimensions": [ + "latitude", + "olevel", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Y Overturning Mass Streamfunction Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "msftyzsmpa", + "positive": "", + "standard_name": "ocean_meridional_overturning_mass_streamfunction_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltbasin b/data_descriptors/variables/opmonz.sltbasin new file mode 100644 index 000000000..8059a552b --- /dev/null +++ b/data_descriptors/variables/opmonz.sltbasin @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltbasin.json b/data_descriptors/variables/opmonz.sltbasin.json new file mode 100644 index 000000000..8059a552b --- /dev/null +++ b/data_descriptors/variables/opmonz.sltbasin.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltbasin.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "function of latitude, basin", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltbasin", + "positive": "", + "standard_name": "northward_ocean_salt_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltovgyre b/data_descriptors/variables/opmonz.sltovgyre new file mode 100644 index 000000000..423c16b56 --- /dev/null +++ b/data_descriptors/variables/opmonz.sltovgyre @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltovgyre.json b/data_descriptors/variables/opmonz.sltovgyre.json new file mode 100644 index 000000000..423c16b56 --- /dev/null +++ b/data_descriptors/variables/opmonz.sltovgyre.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltovgyre.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Gyre", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovgyre", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_gyre", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltovovrt b/data_descriptors/variables/opmonz.sltovovrt new file mode 100644 index 000000000..4584659ae --- /dev/null +++ b/data_descriptors/variables/opmonz.sltovovrt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opmonz.sltovovrt.json b/data_descriptors/variables/opmonz.sltovovrt.json new file mode 100644 index 000000000..4584659ae --- /dev/null +++ b/data_descriptors/variables/opmonz.sltovovrt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opmonz.sltovovrt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opmonz.json", + "mip-era": "cmip6" + }, + { + "id": "opmonz.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "longitude: sum (comment: basin sum [along zig-zag grid path]) depth: sum time: mean", + "comment": "From all advective mass transport processes, resolved and parameterized.", + "dimensions": [ + "latitude", + "basin", + "time" + ], + "frequency": "mon", + "long_name": "Northward Ocean Salt Transport Due to Overturning", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sltovovrt", + "positive": "", + "standard_name": "northward_ocean_salt_transport_due_to_overturning", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.dispkexyfo b/data_descriptors/variables/opyr.dispkexyfo new file mode 100644 index 000000000..e926cbb9c --- /dev/null +++ b/data_descriptors/variables/opyr.dispkexyfo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.dispkexyfo.json b/data_descriptors/variables/opyr.dispkexyfo.json new file mode 100644 index 000000000..e926cbb9c --- /dev/null +++ b/data_descriptors/variables/opyr.dispkexyfo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.dispkexyfo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from lateral frictional dissipation associated with Laplacian and/or biharmonic viscosity. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Kinetic Energy Dissipation per Unit Area Due to XY Friction", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "dispkexyfo", + "positive": "", + "standard_name": "ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.ocontempmint b/data_descriptors/variables/opyr.ocontempmint new file mode 100644 index 000000000..7da5f2e40 --- /dev/null +++ b/data_descriptors/variables/opyr.ocontempmint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.ocontempmint.json b/data_descriptors/variables/opyr.ocontempmint.json new file mode 100644 index 000000000..7da5f2e40 --- /dev/null +++ b/data_descriptors/variables/opyr.ocontempmint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.ocontempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*conservative temperature. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Conservative Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_conservative_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.opottempmint b/data_descriptors/variables/opyr.opottempmint new file mode 100644 index 000000000..79a32b356 --- /dev/null +++ b/data_descriptors/variables/opyr.opottempmint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.opottempmint.json b/data_descriptors/variables/opyr.opottempmint.json new file mode 100644 index 000000000..79a32b356 --- /dev/null +++ b/data_descriptors/variables/opyr.opottempmint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.opottempmint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Integral over the full ocean depth of the product of sea water density and potential temperature.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Integral with Respect to Depth of Product of Sea Water Density and Potential Temperature", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempmint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_potential_temperature_and_sea_water_density", + "units": "degC kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.somint b/data_descriptors/variables/opyr.somint new file mode 100644 index 000000000..0e7e54186 --- /dev/null +++ b/data_descriptors/variables/opyr.somint @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.somint.json b/data_descriptors/variables/opyr.somint.json new file mode 100644 index 000000000..0e7e54186 --- /dev/null +++ b/data_descriptors/variables/opyr.somint.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.somint.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Full column sum of density*cell thickness*prognostic salinity. If the model is Boussinesq, then use Boussinesq reference density for the density factor.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Depth Integral of Product of Sea Water Density and Prognostic Salinity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "somint", + "positive": "", + "standard_name": "integral_wrt_depth_of_product_of_salinity_and_sea_water_density", + "units": "g m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.tnkebto b/data_descriptors/variables/opyr.tnkebto new file mode 100644 index 000000000..b08e88d66 --- /dev/null +++ b/data_descriptors/variables/opyr.tnkebto @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.tnkebto.json b/data_descriptors/variables/opyr.tnkebto.json new file mode 100644 index 000000000..b08e88d66 --- /dev/null +++ b/data_descriptors/variables/opyr.tnkebto.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.tnkebto.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth integrated impacts on kinetic energy arising from parameterized eddy-induced advection. For CMIP5, this diagnostic was 3d, whereas the CMIP6 depth integrated diagnostic is sufficient for many purposes and reduces archive requirements.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Eddy Kinetic Energy Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnkebto", + "positive": "", + "standard_name": "tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.tnpeo b/data_descriptors/variables/opyr.tnpeo new file mode 100644 index 000000000..54d75643f --- /dev/null +++ b/data_descriptors/variables/opyr.tnpeo @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyr.tnpeo.json b/data_descriptors/variables/opyr.tnpeo.json new file mode 100644 index 000000000..54d75643f --- /dev/null +++ b/data_descriptors/variables/opyr.tnpeo.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "opyr.tnpeo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyr.json", + "mip-era": "cmip6" + }, + { + "id": "opyr.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Rate that work is done against vertical stratification, as measured by the vertical heat and salt diffusivity. Report here as depth integrated two-dimensional field.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Ocean Potential Energy Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "tnpeo", + "positive": "", + "standard_name": "tendency_of_ocean_potential_energy_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.cfc11 b/data_descriptors/variables/opyrlev.cfc11 new file mode 100644 index 000000000..f5dcb7f48 --- /dev/null +++ b/data_descriptors/variables/opyrlev.cfc11 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.cfc11.json b/data_descriptors/variables/opyrlev.cfc11.json new file mode 100644 index 000000000..f5dcb7f48 --- /dev/null +++ b/data_descriptors/variables/opyrlev.cfc11.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.cfc11.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC11 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc11", + "positive": "", + "standard_name": "mole_concentration_of_cfc11_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.cfc12 b/data_descriptors/variables/opyrlev.cfc12 new file mode 100644 index 000000000..4dd66f73f --- /dev/null +++ b/data_descriptors/variables/opyrlev.cfc12 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.cfc12.json b/data_descriptors/variables/opyrlev.cfc12.json new file mode 100644 index 000000000..4dd66f73f --- /dev/null +++ b/data_descriptors/variables/opyrlev.cfc12.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.cfc12.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of CFC12 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "cfc12", + "positive": "", + "standard_name": "mole_concentration_of_cfc12_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difmxybo b/data_descriptors/variables/opyrlev.difmxybo new file mode 100644 index 000000000..f08898b5c --- /dev/null +++ b/data_descriptors/variables/opyrlev.difmxybo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difmxybo.json b/data_descriptors/variables/opyrlev.difmxybo.json new file mode 100644 index 000000000..f08898b5c --- /dev/null +++ b/data_descriptors/variables/opyrlev.difmxybo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difmxybo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral biharmonic viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Biharmonic Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxybo", + "positive": "", + "standard_name": "ocean_momentum_xy_biharmonic_diffusivity", + "units": "m4 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difmxylo b/data_descriptors/variables/opyrlev.difmxylo new file mode 100644 index 000000000..17cf1432f --- /dev/null +++ b/data_descriptors/variables/opyrlev.difmxylo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difmxylo.json b/data_descriptors/variables/opyrlev.difmxylo.json new file mode 100644 index 000000000..17cf1432f --- /dev/null +++ b/data_descriptors/variables/opyrlev.difmxylo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difmxylo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Lateral Laplacian viscosity applied to the momentum equations.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Momentum XY Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difmxylo", + "positive": "", + "standard_name": "ocean_momentum_xy_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.diftrblo b/data_descriptors/variables/opyrlev.diftrblo new file mode 100644 index 000000000..f55d73478 --- /dev/null +++ b/data_descriptors/variables/opyrlev.diftrblo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.diftrblo.json b/data_descriptors/variables/opyrlev.diftrblo.json new file mode 100644 index 000000000..f55d73478 --- /dev/null +++ b/data_descriptors/variables/opyrlev.diftrblo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.diftrblo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced advective transport. Sometimes this diffusivity is called the 'thickness' diffusivity. For CMIP5, this diagnostic was called 'ocean tracer bolus laplacian diffusivity'. The CMIP6 name is physically more relevant.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Diffusivity Due to Parameterized Mesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrblo", + "positive": "", + "standard_name": "ocean_tracer_laplacian_diffusivity_due_to_parameterized_mesoscale_eddy_advection", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.diftrelo b/data_descriptors/variables/opyrlev.diftrelo new file mode 100644 index 000000000..49250dcbf --- /dev/null +++ b/data_descriptors/variables/opyrlev.diftrelo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.diftrelo.json b/data_descriptors/variables/opyrlev.diftrelo.json new file mode 100644 index 000000000..49250dcbf --- /dev/null +++ b/data_descriptors/variables/opyrlev.diftrelo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.diftrelo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Ocean tracer diffusivity associated with parameterized eddy-induced diffusive transport oriented along neutral or isopycnal directions. Sometimes this diffusivity is called the neutral diffusivity or isopycnal diffusivity or Redi diffusivity.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Tracer Epineutral Laplacian Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "diftrelo", + "positive": "", + "standard_name": "ocean_tracer_epineutral_laplacian_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difvho b/data_descriptors/variables/opyrlev.difvho new file mode 100644 index 000000000..12e9c2aa1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.difvho @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difvho.json b/data_descriptors/variables/opyrlev.difvho.json new file mode 100644 index 000000000..12e9c2aa1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.difvho.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difvho.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic temperature field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Heat Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvho", + "positive": "", + "standard_name": "ocean_vertical_heat_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difvso b/data_descriptors/variables/opyrlev.difvso new file mode 100644 index 000000000..55c2d204b --- /dev/null +++ b/data_descriptors/variables/opyrlev.difvso @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.difvso.json b/data_descriptors/variables/opyrlev.difvso.json new file mode 100644 index 000000000..55c2d204b --- /dev/null +++ b/data_descriptors/variables/opyrlev.difvso.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.difvso.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Vertical/dianeutral diffusivity applied to prognostic salinity field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Vertical Salt Diffusivity", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "difvso", + "positive": "", + "standard_name": "ocean_vertical_salt_diffusivity", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontempdiff b/data_descriptors/variables/opyrlev.ocontempdiff new file mode 100644 index 000000000..182ed56cd --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontempdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontempdiff.json b/data_descriptors/variables/opyrlev.ocontempdiff.json new file mode 100644 index 000000000..182ed56cd --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontempdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppadvect b/data_descriptors/variables/opyrlev.ocontemppadvect new file mode 100644 index 000000000..e27e8ced5 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppadvect.json b/data_descriptors/variables/opyrlev.ocontemppadvect.json new file mode 100644 index 000000000..e27e8ced5 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppmdiff b/data_descriptors/variables/opyrlev.ocontemppmdiff new file mode 100644 index 000000000..89ee68878 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppmdiff.json b/data_descriptors/variables/opyrlev.ocontemppmdiff.json new file mode 100644 index 000000000..89ee68878 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppsmadvect b/data_descriptors/variables/opyrlev.ocontemppsmadvect new file mode 100644 index 000000000..0ea89d234 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemppsmadvect.json b/data_descriptors/variables/opyrlev.ocontemppsmadvect.json new file mode 100644 index 000000000..0ea89d234 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemppsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemprmadvect b/data_descriptors/variables/opyrlev.ocontemprmadvect new file mode 100644 index 000000000..6cbde9c06 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemprmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemprmadvect.json b/data_descriptors/variables/opyrlev.ocontemprmadvect.json new file mode 100644 index 000000000..6cbde9c06 --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemprmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Conservative Temperature is defined as part of the Thermodynamic Equation of Seawater 2010 (TEOS-10) which was adopted in 2010 by the International Oceanographic Commission (IOC). The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemptend b/data_descriptors/variables/opyrlev.ocontemptend new file mode 100644 index 000000000..e0a77697d --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemptend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.ocontemptend.json b/data_descriptors/variables/opyrlev.ocontemptend.json new file mode 100644 index 000000000..e0a77697d --- /dev/null +++ b/data_descriptors/variables/opyrlev.ocontemptend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.ocontemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use conservative temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Conservative Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "ocontemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_conservative_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottempdiff b/data_descriptors/variables/opyrlev.opottempdiff new file mode 100644 index 000000000..ebe0e4b17 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottempdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottempdiff.json b/data_descriptors/variables/opyrlev.opottempdiff.json new file mode 100644 index 000000000..ebe0e4b17 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottempdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottempdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized dianeutral mixing. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottempdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_dianeutral_mixing", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppadvect b/data_descriptors/variables/opyrlev.opottemppadvect new file mode 100644 index 000000000..785b26fb3 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppadvect.json b/data_descriptors/variables/opyrlev.opottemppadvect.json new file mode 100644 index 000000000..785b26fb3 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized eddy advection (any form of eddy advection). Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppmdiff b/data_descriptors/variables/opyrlev.opottemppmdiff new file mode 100644 index 000000000..10b70a9bd --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppmdiff.json b/data_descriptors/variables/opyrlev.opottemppmdiff.json new file mode 100644 index 000000000..10b70a9bd --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized mesoscale eddy diffusion. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppsmadvect b/data_descriptors/variables/opyrlev.opottemppsmadvect new file mode 100644 index 000000000..7f37d148f --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemppsmadvect.json b/data_descriptors/variables/opyrlev.opottemppsmadvect.json new file mode 100644 index 000000000..7f37d148f --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemppsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemppsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from parameterized submesoscale eddy advection. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemppsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemprmadvect b/data_descriptors/variables/opyrlev.opottemprmadvect new file mode 100644 index 000000000..8f2f7a0a0 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemprmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemprmadvect.json b/data_descriptors/variables/opyrlev.opottemprmadvect.json new file mode 100644 index 000000000..8f2f7a0a0 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemprmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemprmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemprmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content_due_to_residual_mean_advection", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemptend b/data_descriptors/variables/opyrlev.opottemptend new file mode 100644 index 000000000..e24250b34 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemptend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.opottemptend.json b/data_descriptors/variables/opyrlev.opottemptend.json new file mode 100644 index 000000000..e24250b34 --- /dev/null +++ b/data_descriptors/variables/opyrlev.opottemptend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.opottemptend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of heat content for a grid cell from all processes. Reported only for models that use potential temperature as prognostic field.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Potential Temperature Expressed as Heat Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "opottemptend", + "positive": "", + "standard_name": "tendency_of_sea_water_potential_temperature_expressed_as_heat_content", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltdiff b/data_descriptors/variables/opyrlev.osaltdiff new file mode 100644 index 000000000..4d4a8d1f6 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltdiff.json b/data_descriptors/variables/opyrlev.osaltdiff.json new file mode 100644 index 000000000..4d4a8d1f6 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized dianeutral mixing.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Dianeutral Mixing", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_dianeutral_mixing", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpadvect b/data_descriptors/variables/opyrlev.osaltpadvect new file mode 100644 index 000000000..7c4a0cb31 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpadvect.json b/data_descriptors/variables/opyrlev.osaltpadvect.json new file mode 100644 index 000000000..7c4a0cb31 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized eddy advection (any form of eddy advection).", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Eddy Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpmdiff b/data_descriptors/variables/opyrlev.osaltpmdiff new file mode 100644 index 000000000..b5385b8de --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpmdiff @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpmdiff.json b/data_descriptors/variables/opyrlev.osaltpmdiff.json new file mode 100644 index 000000000..b5385b8de --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpmdiff.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpmdiff.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized mesoscale eddy diffusion.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Mesoscale Diffusion", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpmdiff", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_mesoscale_eddy_diffusion", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpsmadvect b/data_descriptors/variables/opyrlev.osaltpsmadvect new file mode 100644 index 000000000..fff494f87 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpsmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltpsmadvect.json b/data_descriptors/variables/opyrlev.osaltpsmadvect.json new file mode 100644 index 000000000..fff494f87 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltpsmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltpsmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from parameterized submesoscale eddy advection.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Parameterized Submesoscale Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltpsmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_parameterized_submesoscale_eddy_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltrmadvect b/data_descriptors/variables/opyrlev.osaltrmadvect new file mode 100644 index 000000000..61df82eb1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltrmadvect @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osaltrmadvect.json b/data_descriptors/variables/opyrlev.osaltrmadvect.json new file mode 100644 index 000000000..61df82eb1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osaltrmadvect.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osaltrmadvect.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The phrase 'residual mean advection' refers to the sum of the model's resolved advective transport plus any parameterized advective transport. Parameterized advective transport includes processes such as parameterized mesoscale and submesoscale transport, as well as any other advectively parameterized transport. When the parameterized advective transport is represented in the model as a skew-diffusion rather than an advection, then the parameterized skew diffusion should be included in this diagnostic, since the convergence of skew-fluxes are identical (in the continuous formulation) to the convergence of advective fluxes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content Due to Residual Mean Advection", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osaltrmadvect", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content_due_to_residual_mean_advection", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osalttend b/data_descriptors/variables/opyrlev.osalttend new file mode 100644 index 000000000..5a6a4e461 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osalttend @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.osalttend.json b/data_descriptors/variables/opyrlev.osalttend.json new file mode 100644 index 000000000..5a6a4e461 --- /dev/null +++ b/data_descriptors/variables/opyrlev.osalttend.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.osalttend.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Tendency of salt content for a grid cell from all processes.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Tendency of Sea Water Salinity Expressed as Salt Content", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "osalttend", + "positive": "", + "standard_name": "tendency_of_sea_water_salinity_expressed_as_salt_content", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.rsdoabsorb b/data_descriptors/variables/opyrlev.rsdoabsorb new file mode 100644 index 000000000..b7c17bf93 --- /dev/null +++ b/data_descriptors/variables/opyrlev.rsdoabsorb @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.rsdoabsorb.json b/data_descriptors/variables/opyrlev.rsdoabsorb.json new file mode 100644 index 000000000..b7c17bf93 --- /dev/null +++ b/data_descriptors/variables/opyrlev.rsdoabsorb.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.rsdoabsorb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "'shortwave' means shortwave radiation. 'Layer' means any layer with upper and lower boundaries that have constant values in some vertical coordinate. There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well. Net absorbed radiation is the difference between absorbed and emitted radiation.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Net Rate of Absorption of Shortwave Energy in Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "rsdoabsorb", + "positive": "", + "standard_name": "net_rate_of_absorption_of_shortwave_energy_in_ocean_layer", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.sf6 b/data_descriptors/variables/opyrlev.sf6 new file mode 100644 index 000000000..d0f62e8f2 --- /dev/null +++ b/data_descriptors/variables/opyrlev.sf6 @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.sf6.json b/data_descriptors/variables/opyrlev.sf6.json new file mode 100644 index 000000000..d0f62e8f2 --- /dev/null +++ b/data_descriptors/variables/opyrlev.sf6.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.sf6.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Mole concentration means number of moles per unit volume, also called 'molarity', and is used in the construction 'mole_concentration_of_X_in_Y', where X is a material constituent of Y. A chemical or biological species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula of sulfur hexafluoride is SF6.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Mole Concentration of SF6 in Sea Water", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sf6", + "positive": "", + "standard_name": "mole_concentration_of_sulfur_hexafluoride_in_sea_water", + "units": "mol m-3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.volcello b/data_descriptors/variables/opyrlev.volcello new file mode 100644 index 000000000..8153a00d1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.volcello @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.volcello.json b/data_descriptors/variables/opyrlev.volcello.json new file mode 100644 index 000000000..8153a00d1 --- /dev/null +++ b/data_descriptors/variables/opyrlev.volcello.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.volcello.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: sum where sea time: mean", + "comment": "grid-cell volume ca. 2000.", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Ocean Grid-Cell Volume", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "volcello", + "positive": "", + "standard_name": "ocean_volume", + "units": "m3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.zfullo b/data_descriptors/variables/opyrlev.zfullo new file mode 100644 index 000000000..2c43c6cf9 --- /dev/null +++ b/data_descriptors/variables/opyrlev.zfullo @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/opyrlev.zfullo.json b/data_descriptors/variables/opyrlev.zfullo.json new file mode 100644 index 000000000..2c43c6cf9 --- /dev/null +++ b/data_descriptors/variables/opyrlev.zfullo.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "opyrlev.zfullo.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "opyrlev.json", + "mip-era": "cmip6" + }, + { + "id": "opyrlev.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello volume: volcello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Depth below geoid", + "dimensions": [ + "longitude", + "latitude", + "olevel", + "time" + ], + "frequency": "yr", + "long_name": "Depth Below Geoid of Ocean Layer", + "modeling_realm": [ + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "zfullo", + "positive": "", + "standard_name": "depth_below_geoid", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siconc b/data_descriptors/variables/siday.siconc new file mode 100644 index 000000000..a680e2610 --- /dev/null +++ b/data_descriptors/variables/siday.siconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siconc.json b/data_descriptors/variables/siday.siconc.json new file mode 100644 index 000000000..a680e2610 --- /dev/null +++ b/data_descriptors/variables/siday.siconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siconca b/data_descriptors/variables/siday.siconca new file mode 100644 index 000000000..73ee376d7 --- /dev/null +++ b/data_descriptors/variables/siday.siconca @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siconca.json b/data_descriptors/variables/siday.siconca.json new file mode 100644 index 000000000..73ee376d7 --- /dev/null +++ b/data_descriptors/variables/siday.siconca.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "day", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sisnthick b/data_descriptors/variables/siday.sisnthick new file mode 100644 index 000000000..c7e818f1a --- /dev/null +++ b/data_descriptors/variables/siday.sisnthick @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sisnthick.json b/data_descriptors/variables/siday.sisnthick.json new file mode 100644 index 000000000..c7e818f1a --- /dev/null +++ b/data_descriptors/variables/siday.sisnthick.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sispeed b/data_descriptors/variables/siday.sispeed new file mode 100644 index 000000000..b2798ced9 --- /dev/null +++ b/data_descriptors/variables/siday.sispeed @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sispeed.json b/data_descriptors/variables/siday.sispeed.json new file mode 100644 index 000000000..b2798ced9 --- /dev/null +++ b/data_descriptors/variables/siday.sispeed.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sitemptop b/data_descriptors/variables/siday.sitemptop new file mode 100644 index 000000000..bd7d0f147 --- /dev/null +++ b/data_descriptors/variables/siday.sitemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sitemptop.json b/data_descriptors/variables/siday.sitemptop.json new file mode 100644 index 000000000..bd7d0f147 --- /dev/null +++ b/data_descriptors/variables/siday.sitemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sithick b/data_descriptors/variables/siday.sithick new file mode 100644 index 000000000..ccdc2fa55 --- /dev/null +++ b/data_descriptors/variables/siday.sithick @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sithick.json b/data_descriptors/variables/siday.sithick.json new file mode 100644 index 000000000..ccdc2fa55 --- /dev/null +++ b/data_descriptors/variables/siday.sithick.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "siday.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sitimefrac b/data_descriptors/variables/siday.sitimefrac new file mode 100644 index 000000000..3c3b25986 --- /dev/null +++ b/data_descriptors/variables/siday.sitimefrac @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.sitimefrac.json b/data_descriptors/variables/siday.sitimefrac.json new file mode 100644 index 000000000..3c3b25986 --- /dev/null +++ b/data_descriptors/variables/siday.sitimefrac.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siu b/data_descriptors/variables/siday.siu new file mode 100644 index 000000000..a3755ff17 --- /dev/null +++ b/data_descriptors/variables/siday.siu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siu.json b/data_descriptors/variables/siday.siu.json new file mode 100644 index 000000000..a3755ff17 --- /dev/null +++ b/data_descriptors/variables/siday.siu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siv b/data_descriptors/variables/siday.siv new file mode 100644 index 000000000..50cab1bdb --- /dev/null +++ b/data_descriptors/variables/siday.siv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/siday.siv.json b/data_descriptors/variables/siday.siv.json new file mode 100644 index 000000000..50cab1bdb --- /dev/null +++ b/data_descriptors/variables/siday.siv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "siday.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "siday.json", + "mip-era": "cmip6" + }, + { + "id": "siday.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "day", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sfdsi b/data_descriptors/variables/simon.sfdsi new file mode 100644 index 000000000..40ef039f2 --- /dev/null +++ b/data_descriptors/variables/simon.sfdsi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sfdsi.json b/data_descriptors/variables/simon.sfdsi.json new file mode 100644 index 000000000..40ef039f2 --- /dev/null +++ b/data_descriptors/variables/simon.sfdsi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sfdsi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "This field is physical, and it arises since sea ice has a nonzero salt content, so it exchanges salt with the liquid ocean upon melting and freezing.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downward Sea Ice Basal Salt Flux", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sfdsi", + "positive": "down", + "standard_name": "downward_sea_ice_basal_salt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siage b/data_descriptors/variables/simon.siage new file mode 100644 index 000000000..c43e4aae7 --- /dev/null +++ b/data_descriptors/variables/simon.siage @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siage.json b/data_descriptors/variables/simon.siage.json new file mode 100644 index 000000000..c43e4aae7 --- /dev/null +++ b/data_descriptors/variables/simon.siage.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siage.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Age of sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Age of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siage", + "positive": "", + "standard_name": "age_of_sea_ice", + "units": "s", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siareaacrossline b/data_descriptors/variables/simon.siareaacrossline new file mode 100644 index 000000000..010b0c00d --- /dev/null +++ b/data_descriptors/variables/simon.siareaacrossline @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siareaacrossline.json b/data_descriptors/variables/simon.siareaacrossline.json new file mode 100644 index 000000000..010b0c00d --- /dev/null +++ b/data_descriptors/variables/simon.siareaacrossline.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.siareaacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareaacrossline", + "positive": "", + "standard_name": "sea_ice_area_transport_across_line", + "units": "m2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siarean b/data_descriptors/variables/simon.siarean new file mode 100644 index 000000000..47b08938a --- /dev/null +++ b/data_descriptors/variables/simon.siarean @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siarean.json b/data_descriptors/variables/simon.siarean.json new file mode 100644 index 000000000..47b08938a --- /dev/null +++ b/data_descriptors/variables/simon.siarean.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siarean.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siarean", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siareas b/data_descriptors/variables/simon.siareas new file mode 100644 index 000000000..21064d925 --- /dev/null +++ b/data_descriptors/variables/simon.siareas @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siareas.json b/data_descriptors/variables/simon.siareas.json new file mode 100644 index 000000000..21064d925 --- /dev/null +++ b/data_descriptors/variables/simon.siareas.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siareas.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total area of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siareas", + "positive": "", + "standard_name": "sea_ice_area", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sicompstren b/data_descriptors/variables/simon.sicompstren new file mode 100644 index 000000000..85d5ae0fb --- /dev/null +++ b/data_descriptors/variables/simon.sicompstren @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sicompstren.json b/data_descriptors/variables/simon.sicompstren.json new file mode 100644 index 000000000..85d5ae0fb --- /dev/null +++ b/data_descriptors/variables/simon.sicompstren.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sicompstren.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Computed strength of the ice pack, defined as the energy (J m-2) dissipated per unit area removed from the ice pack under compression, and assumed proportional to the change in potential energy caused by ridging. For Hibler-type models, this is P (= P*h exp(-C(1-A)) where P* is compressive strength, h ice thickness, A compactness and C strength reduction constant).", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Compressive Sea Ice Strength", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sicompstren", + "positive": "", + "standard_name": "compressive_strength_of_sea_ice", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siconc b/data_descriptors/variables/simon.siconc new file mode 100644 index 000000000..a71213ff1 --- /dev/null +++ b/data_descriptors/variables/simon.siconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siconc.json b/data_descriptors/variables/simon.siconc.json new file mode 100644 index 000000000..a71213ff1 --- /dev/null +++ b/data_descriptors/variables/simon.siconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Ocean Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siconca b/data_descriptors/variables/simon.siconca new file mode 100644 index 000000000..3ecd2311c --- /dev/null +++ b/data_descriptors/variables/simon.siconca @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siconca.json b/data_descriptors/variables/simon.siconca.json new file mode 100644 index 000000000..3ecd2311c --- /dev/null +++ b/data_descriptors/variables/simon.siconca.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siconca.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean", + "comment": "Percentage of grid cell covered by sea ice", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesi" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage (Atmospheric Grid)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siconca", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidconcdyn b/data_descriptors/variables/simon.sidconcdyn new file mode 100644 index 000000000..cba3c642f --- /dev/null +++ b/data_descriptors/variables/simon.sidconcdyn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidconcdyn.json b/data_descriptors/variables/simon.sidconcdyn.json new file mode 100644 index 000000000..cba3c642f --- /dev/null +++ b/data_descriptors/variables/simon.sidconcdyn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidconcdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through dynamics-related processes (advection, divergence...)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_dynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidconcth b/data_descriptors/variables/simon.sidconcth new file mode 100644 index 000000000..1c9a131fd --- /dev/null +++ b/data_descriptors/variables/simon.sidconcth @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidconcth.json b/data_descriptors/variables/simon.sidconcth.json new file mode 100644 index 000000000..1c9a131fd --- /dev/null +++ b/data_descriptors/variables/simon.sidconcth.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidconcth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice area fraction through thermodynamic processes", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentage Tendency Due to Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidconcth", + "positive": "", + "standard_name": "tendency_of_sea_ice_area_fraction_due_to_thermodynamics", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassdyn b/data_descriptors/variables/simon.sidmassdyn new file mode 100644 index 000000000..00c675478 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassdyn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassdyn.json b/data_descriptors/variables/simon.sidmassdyn.json new file mode 100644 index 000000000..00c675478 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassdyn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass through dynamics-related processes (advection,...) divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassdyn", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassevapsubl b/data_descriptors/variables/simon.sidmassevapsubl new file mode 100644 index 000000000..4686d5ab3 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassevapsubl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassevapsubl.json b/data_descriptors/variables/simon.sidmassevapsubl.json new file mode 100644 index 000000000..4686d5ab3 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassevapsubl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassevapsubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea-ice mass change through evaporation and sublimation divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Evaporation and Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassevapsubl", + "positive": "up", + "standard_name": "water_evapotranspiration_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassgrowthbot b/data_descriptors/variables/simon.sidmassgrowthbot new file mode 100644 index 000000000..ef49019ac --- /dev/null +++ b/data_descriptors/variables/simon.sidmassgrowthbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassgrowthbot.json b/data_descriptors/variables/simon.sidmassgrowthbot.json new file mode 100644 index 000000000..ef49019ac --- /dev/null +++ b/data_descriptors/variables/simon.sidmassgrowthbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassgrowthbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to vertical growth of existing sea ice at its base divided by grid-cell area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Basal Growth", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassgrowthwat b/data_descriptors/variables/simon.sidmassgrowthwat new file mode 100644 index 000000000..f504d60fa --- /dev/null +++ b/data_descriptors/variables/simon.sidmassgrowthwat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassgrowthwat.json b/data_descriptors/variables/simon.sidmassgrowthwat.json new file mode 100644 index 000000000..f504d60fa --- /dev/null +++ b/data_descriptors/variables/simon.sidmassgrowthwat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassgrowthwat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to sea ice formation in supercooled water (often through frazil formation) divided by grid-cell area. Together, sidmassgrowthwat and sidmassgrowthbot should give total ice growth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Growth in Supercooled Open Water (Frazil)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassgrowthwat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_frazil_ice_accumulation_in_leads", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasslat b/data_descriptors/variables/simon.sidmasslat new file mode 100644 index 000000000..f9d349734 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasslat @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasslat.json b/data_descriptors/variables/simon.sidmasslat.json new file mode 100644 index 000000000..f9d349734 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasslat.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasslat.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through lateral melting divided by grid-cell area (report 0 if not explicitly calculated thermodynamically)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Lateral Sea Ice Melt Rate", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasslat", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_lateral_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassmeltbot b/data_descriptors/variables/simon.sidmassmeltbot new file mode 100644 index 000000000..eaeae4201 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassmeltbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassmeltbot.json b/data_descriptors/variables/simon.sidmassmeltbot.json new file mode 100644 index 000000000..eaeae4201 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassmeltbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassmeltbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice bottom divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Bottom Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmeltbot", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_basal_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassmelttop b/data_descriptors/variables/simon.sidmassmelttop new file mode 100644 index 000000000..ec4857273 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassmelttop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassmelttop.json b/data_descriptors/variables/simon.sidmassmelttop.json new file mode 100644 index 000000000..ec4857273 --- /dev/null +++ b/data_descriptors/variables/simon.sidmassmelttop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassmelttop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass through melting at the ice surface divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Surface Melting", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassmelttop", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_surface_melting", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasssi b/data_descriptors/variables/simon.sidmasssi new file mode 100644 index 000000000..15eb4eac9 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasssi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasssi.json b/data_descriptors/variables/simon.sidmasssi.json new file mode 100644 index 000000000..15eb4eac9 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasssi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "The rate of change of sea ice mass due to transformation of snow to sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasssi", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassth b/data_descriptors/variables/simon.sidmassth new file mode 100644 index 000000000..c96a36dfc --- /dev/null +++ b/data_descriptors/variables/simon.sidmassth @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmassth.json b/data_descriptors/variables/simon.sidmassth.json new file mode 100644 index 000000000..c96a36dfc --- /dev/null +++ b/data_descriptors/variables/simon.sidmassth.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmassth.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total change in sea-ice mass from thermodynamic processes divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass Change from Thermodynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmassth", + "positive": "", + "standard_name": "tendency_of_sea_ice_amount_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasstranx b/data_descriptors/variables/simon.sidmasstranx new file mode 100644 index 000000000..9a49b7240 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasstranx @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasstranx.json b/data_descriptors/variables/simon.sidmasstranx.json new file mode 100644 index 000000000..9a49b7240 --- /dev/null +++ b/data_descriptors/variables/simon.sidmasstranx.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasstranx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstranx", + "positive": "", + "standard_name": "sea_ice_x_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasstrany b/data_descriptors/variables/simon.sidmasstrany new file mode 100644 index 000000000..6d5054a2c --- /dev/null +++ b/data_descriptors/variables/simon.sidmasstrany @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidmasstrany.json b/data_descriptors/variables/simon.sidmasstrany.json new file mode 100644 index 000000000..6d5054a2c --- /dev/null +++ b/data_descriptors/variables/simon.sidmasstrany.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidmasstrany.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "time: mean", + "comment": "Includes transport of both sea ice and snow by advection", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Mass Transport", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidmasstrany", + "positive": "", + "standard_name": "sea_ice_y_transport", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidragbot b/data_descriptors/variables/simon.sidragbot new file mode 100644 index 000000000..6ab7cf8d0 --- /dev/null +++ b/data_descriptors/variables/simon.sidragbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidragbot.json b/data_descriptors/variables/simon.sidragbot.json new file mode 100644 index 000000000..6ab7cf8d0 --- /dev/null +++ b/data_descriptors/variables/simon.sidragbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidragbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Oceanic drag coefficient that is used to calculate the oceanic momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ocean Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragbot", + "positive": "", + "standard_name": "sea_ice_basal_drag_coefficient_for_momentum_in_sea_water", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidragtop b/data_descriptors/variables/simon.sidragtop new file mode 100644 index 000000000..c2a844f47 --- /dev/null +++ b/data_descriptors/variables/simon.sidragtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sidragtop.json b/data_descriptors/variables/simon.sidragtop.json new file mode 100644 index 000000000..c2a844f47 --- /dev/null +++ b/data_descriptors/variables/simon.sidragtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sidragtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Atmospheric drag coefficient that is used to calculate the atmospheric momentum drag on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Atmospheric Drag Coefficient", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidragtop", + "positive": "", + "standard_name": "surface_drag_coefficient_for_momentum_in_air", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siextentn b/data_descriptors/variables/simon.siextentn new file mode 100644 index 000000000..daf10cdb4 --- /dev/null +++ b/data_descriptors/variables/simon.siextentn @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siextentn.json b/data_descriptors/variables/simon.siextentn.json new file mode 100644 index 000000000..daf10cdb4 --- /dev/null +++ b/data_descriptors/variables/simon.siextentn.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siextentn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Northern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextentn", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siextents b/data_descriptors/variables/simon.siextents new file mode 100644 index 000000000..ad1d8b909 --- /dev/null +++ b/data_descriptors/variables/simon.siextents @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siextents.json b/data_descriptors/variables/simon.siextents.json new file mode 100644 index 000000000..ad1d8b909 --- /dev/null +++ b/data_descriptors/variables/simon.siextents.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.siextents.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "Total area of all Southern-Hemisphere grid cells that are covered by at least 15 % areal fraction of sea ice", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Extent South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siextents", + "positive": "", + "standard_name": "sea_ice_extent", + "units": "1e6 km2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifb b/data_descriptors/variables/simon.sifb new file mode 100644 index 000000000..2ea910484 --- /dev/null +++ b/data_descriptors/variables/simon.sifb @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifb.json b/data_descriptors/variables/simon.sifb.json new file mode 100644 index 000000000..2ea910484 --- /dev/null +++ b/data_descriptors/variables/simon.sifb.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifb.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean height of sea-ice surface (=snow-ice interface when snow covered) above sea level", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Freeboard", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifb", + "positive": "", + "standard_name": "sea_ice_freeboard", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflcondbot b/data_descriptors/variables/simon.siflcondbot new file mode 100644 index 000000000..06f92555f --- /dev/null +++ b/data_descriptors/variables/simon.siflcondbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflcondbot.json b/data_descriptors/variables/simon.siflcondbot.json new file mode 100644 index 000000000..06f92555f --- /dev/null +++ b/data_descriptors/variables/simon.siflcondbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflcondbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice base", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Fluxes in Ice at the Bottom", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondbot", + "positive": "down", + "standard_name": "basal_downward_heat_flux_in_sea_ice", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflcondtop b/data_descriptors/variables/simon.siflcondtop new file mode 100644 index 000000000..ed5b16f18 --- /dev/null +++ b/data_descriptors/variables/simon.siflcondtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflcondtop.json b/data_descriptors/variables/simon.siflcondtop.json new file mode 100644 index 000000000..ed5b16f18 --- /dev/null +++ b/data_descriptors/variables/simon.siflcondtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflcondtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net heat conduction flux at the ice surface", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Conductive Heat Flux in Ice at the Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflcondtop", + "positive": "down", + "standard_name": "surface_downward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflfwbot b/data_descriptors/variables/simon.siflfwbot new file mode 100644 index 000000000..7686035cb --- /dev/null +++ b/data_descriptors/variables/simon.siflfwbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflfwbot.json b/data_descriptors/variables/simon.siflfwbot.json new file mode 100644 index 000000000..7686035cb --- /dev/null +++ b/data_descriptors/variables/simon.siflfwbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflfwbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from water into sea ice divided by grid-cell area; This flux is negative during ice growth (liquid water mass decreases, hence upward flux of freshwater), positive during ice melt (liquid water mass increases, hence downward flux of freshwater)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwbot", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_sea_ice_thermodynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflfwdrain b/data_descriptors/variables/simon.siflfwdrain new file mode 100644 index 000000000..79e55aab3 --- /dev/null +++ b/data_descriptors/variables/simon.siflfwdrain @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflfwdrain.json b/data_descriptors/variables/simon.siflfwdrain.json new file mode 100644 index 000000000..79e55aab3 --- /dev/null +++ b/data_descriptors/variables/simon.siflfwdrain.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflfwdrain.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total flux of fresh water from sea-ice surface into underlying ocean. This combines both surface melt water that drains directly into the ocean and the drainage of surface melt pond. By definition, this flux is always positive.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Freshwater Flux from Sea-Ice Surface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflfwdrain", + "positive": "", + "standard_name": "water_flux_into_sea_water_due_to_surface_drainage", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllatstop b/data_descriptors/variables/simon.sifllatstop new file mode 100644 index 000000000..387d22a5e --- /dev/null +++ b/data_descriptors/variables/simon.sifllatstop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllatstop.json b/data_descriptors/variables/simon.sifllatstop.json new file mode 100644 index 000000000..387d22a5e --- /dev/null +++ b/data_descriptors/variables/simon.sifllatstop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllatstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net latent heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Latent Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllatstop", + "positive": "up", + "standard_name": "surface_upward_latent_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllwdtop b/data_descriptors/variables/simon.sifllwdtop new file mode 100644 index 000000000..80c816836 --- /dev/null +++ b/data_descriptors/variables/simon.sifllwdtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllwdtop.json b/data_descriptors/variables/simon.sifllwdtop.json new file mode 100644 index 000000000..80c816836 --- /dev/null +++ b/data_descriptors/variables/simon.sifllwdtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllwdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the downwelling longwave flux over sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwdtop", + "positive": "down", + "standard_name": "surface_downwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllwutop b/data_descriptors/variables/simon.sifllwutop new file mode 100644 index 000000000..a7ff98b0b --- /dev/null +++ b/data_descriptors/variables/simon.sifllwutop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sifllwutop.json b/data_descriptors/variables/simon.sifllwutop.json new file mode 100644 index 000000000..a7ff98b0b --- /dev/null +++ b/data_descriptors/variables/simon.sifllwutop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sifllwutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the upwelling longwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Longwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sifllwutop", + "positive": "up", + "standard_name": "surface_upwelling_longwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflsenstop b/data_descriptors/variables/simon.siflsenstop new file mode 100644 index 000000000..33bd20893 --- /dev/null +++ b/data_descriptors/variables/simon.siflsenstop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflsenstop.json b/data_descriptors/variables/simon.siflsenstop.json new file mode 100644 index 000000000..33bd20893 --- /dev/null +++ b/data_descriptors/variables/simon.siflsenstop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflsenstop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "the net sensible heat flux over sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsenstop", + "positive": "up", + "standard_name": "surface_upward_sensible_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflsensupbot b/data_descriptors/variables/simon.siflsensupbot new file mode 100644 index 000000000..7f2b81102 --- /dev/null +++ b/data_descriptors/variables/simon.siflsensupbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflsensupbot.json b/data_descriptors/variables/simon.siflsensupbot.json new file mode 100644 index 000000000..7f2b81102 --- /dev/null +++ b/data_descriptors/variables/simon.siflsensupbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflsensupbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the net sensible heat flux under sea ice from the ocean", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Net Upward Sensible Heat Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflsensupbot", + "positive": "up", + "standard_name": "upward_sea_ice_basal_heat_flux", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswdbot b/data_descriptors/variables/simon.siflswdbot new file mode 100644 index 000000000..e11b58c25 --- /dev/null +++ b/data_descriptors/variables/simon.siflswdbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswdbot.json b/data_descriptors/variables/simon.siflswdbot.json new file mode 100644 index 000000000..e11b58c25 --- /dev/null +++ b/data_descriptors/variables/simon.siflswdbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswdbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The downwelling shortwave flux underneath sea ice (always positive)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux Under Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdbot", + "positive": "down", + "standard_name": "downwelling_shortwave_flux_in_sea_water_at_sea_ice_base", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswdtop b/data_descriptors/variables/simon.siflswdtop new file mode 100644 index 000000000..4bef159e2 --- /dev/null +++ b/data_descriptors/variables/simon.siflswdtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswdtop.json b/data_descriptors/variables/simon.siflswdtop.json new file mode 100644 index 000000000..4bef159e2 --- /dev/null +++ b/data_descriptors/variables/simon.siflswdtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The downwelling shortwave flux over sea ice (always positive by sign convention)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Downwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswdtop", + "positive": "down", + "standard_name": "surface_downwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswutop b/data_descriptors/variables/simon.siflswutop new file mode 100644 index 000000000..8f6db9f50 --- /dev/null +++ b/data_descriptors/variables/simon.siflswutop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siflswutop.json b/data_descriptors/variables/simon.siflswutop.json new file mode 100644 index 000000000..8f6db9f50 --- /dev/null +++ b/data_descriptors/variables/simon.siflswutop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siflswutop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacella", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconca)", + "comment": "The upwelling shortwave flux over sea ice (always negative)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Upwelling Shortwave Flux over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siflswutop", + "positive": "up", + "standard_name": "surface_upwelling_shortwave_flux_in_air", + "units": "W m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcecoriolx b/data_descriptors/variables/simon.siforcecoriolx new file mode 100644 index 000000000..676626eb6 --- /dev/null +++ b/data_descriptors/variables/simon.siforcecoriolx @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcecoriolx.json b/data_descriptors/variables/simon.siforcecoriolx.json new file mode 100644 index 000000000..676626eb6 --- /dev/null +++ b/data_descriptors/variables/simon.siforcecoriolx.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcecoriolx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecoriolx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcecorioly b/data_descriptors/variables/simon.siforcecorioly new file mode 100644 index 000000000..6b7910cbb --- /dev/null +++ b/data_descriptors/variables/simon.siforcecorioly @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcecorioly.json b/data_descriptors/variables/simon.siforcecorioly.json new file mode 100644 index 000000000..6b7910cbb --- /dev/null +++ b/data_descriptors/variables/simon.siforcecorioly.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcecorioly.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by coriolis force", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Coriolis Force Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcecorioly", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_coriolis_effect", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforceintstrx b/data_descriptors/variables/simon.siforceintstrx new file mode 100644 index 000000000..e1e01f42d --- /dev/null +++ b/data_descriptors/variables/simon.siforceintstrx @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforceintstrx.json b/data_descriptors/variables/simon.siforceintstrx.json new file mode 100644 index 000000000..e1e01f42d --- /dev/null +++ b/data_descriptors/variables/simon.siforceintstrx.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforceintstrx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstrx", + "positive": "", + "standard_name": "sea_ice_x_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforceintstry b/data_descriptors/variables/simon.siforceintstry new file mode 100644 index 000000000..26ff12fa6 --- /dev/null +++ b/data_descriptors/variables/simon.siforceintstry @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforceintstry.json b/data_descriptors/variables/simon.siforceintstry.json new file mode 100644 index 000000000..26ff12fa6 --- /dev/null +++ b/data_descriptors/variables/simon.siforceintstry.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforceintstry.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by internal stress (divergence of sigma)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Internal Stress Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforceintstry", + "positive": "", + "standard_name": "sea_ice_y_internal_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcetiltx b/data_descriptors/variables/simon.siforcetiltx new file mode 100644 index 000000000..7d5df5c6b --- /dev/null +++ b/data_descriptors/variables/simon.siforcetiltx @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcetiltx.json b/data_descriptors/variables/simon.siforcetiltx.json new file mode 100644 index 000000000..7d5df5c6b --- /dev/null +++ b/data_descriptors/variables/simon.siforcetiltx.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcetiltx.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (X-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetiltx", + "positive": "", + "standard_name": "sea_ice_x_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcetilty b/data_descriptors/variables/simon.siforcetilty new file mode 100644 index 000000000..d43461cc7 --- /dev/null +++ b/data_descriptors/variables/simon.siforcetilty @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siforcetilty.json b/data_descriptors/variables/simon.siforcetilty.json new file mode 100644 index 000000000..d43461cc7 --- /dev/null +++ b/data_descriptors/variables/simon.siforcetilty.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siforcetilty.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of force on sea ice caused by sea-surface tilt", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Surface Tilt Term in Force Balance (Y-Component)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siforcetilty", + "positive": "", + "standard_name": "sea_ice_y_force_per_unit_area_due_to_sea_surface_tilt", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sihc b/data_descriptors/variables/simon.sihc new file mode 100644 index 000000000..d36d49b45 --- /dev/null +++ b/data_descriptors/variables/simon.sihc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sihc.json b/data_descriptors/variables/simon.sihc.json new file mode 100644 index 000000000..d36d49b45 --- /dev/null +++ b/data_descriptors/variables/simon.sihc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sihc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Heat content of all ice in grid cell divided by total grid-cell area. Water at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of snow, but does include heat content of brine. Heat content is always negative, since both the sensible and the latent heat content of ice are less than that of water", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sihc", + "positive": "", + "standard_name": "sea_ice_temperature_expressed_as_heat_content", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdconc b/data_descriptors/variables/simon.siitdconc new file mode 100644 index 000000000..7d0beaa93 --- /dev/null +++ b/data_descriptors/variables/simon.siitdconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdconc.json b/data_descriptors/variables/simon.siitdconc.json new file mode 100644 index 000000000..7d0beaa93 --- /dev/null +++ b/data_descriptors/variables/simon.siitdconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of grid cell covered by each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Area Percentages in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdconc", + "positive": "", + "standard_name": "sea_ice_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdsnconc b/data_descriptors/variables/simon.siitdsnconc new file mode 100644 index 000000000..c05b15e8e --- /dev/null +++ b/data_descriptors/variables/simon.siitdsnconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdsnconc.json b/data_descriptors/variables/simon.siitdsnconc.json new file mode 100644 index 000000000..c05b15e8e --- /dev/null +++ b/data_descriptors/variables/simon.siitdsnconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdsnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Percentage of grid cell covered by snow in each ice-thickness category (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of the categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentages in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdsnthick b/data_descriptors/variables/simon.siitdsnthick new file mode 100644 index 000000000..a92cdfb8b --- /dev/null +++ b/data_descriptors/variables/simon.siitdsnthick @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdsnthick.json b/data_descriptors/variables/simon.siitdsnthick.json new file mode 100644 index 000000000..a92cdfb8b --- /dev/null +++ b/data_descriptors/variables/simon.siitdsnthick.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdsnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual thickness of snow in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness in Ice Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdsnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdthick b/data_descriptors/variables/simon.siitdthick new file mode 100644 index 000000000..9b3953c89 --- /dev/null +++ b/data_descriptors/variables/simon.siitdthick @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siitdthick.json b/data_descriptors/variables/simon.siitdthick.json new file mode 100644 index 000000000..9b3953c89 --- /dev/null +++ b/data_descriptors/variables/simon.siitdthick.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.siitdthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siitdconc)", + "comment": "Actual (floe) thickness of sea ice in each category (NOT volume divided by grid area), (vector with one entry for each thickness category starting from the thinnest category, netcdf file should use thickness bounds of categories as third coordinate axis)", + "dimensions": [ + "longitude", + "latitude", + "iceband", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Thickness in Thickness Categories", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siitdthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simass b/data_descriptors/variables/simon.simass new file mode 100644 index 000000000..10bb80934 --- /dev/null +++ b/data_descriptors/variables/simon.simass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simass.json b/data_descriptors/variables/simon.simass.json new file mode 100644 index 000000000..10bb80934 --- /dev/null +++ b/data_descriptors/variables/simon.simass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simass", + "positive": "", + "standard_name": "sea_ice_amount", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simassacrossline b/data_descriptors/variables/simon.simassacrossline new file mode 100644 index 000000000..6c6638ed6 --- /dev/null +++ b/data_descriptors/variables/simon.simassacrossline @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simassacrossline.json b/data_descriptors/variables/simon.simassacrossline.json new file mode 100644 index 000000000..6c6638ed6 --- /dev/null +++ b/data_descriptors/variables/simon.simassacrossline.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.simassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Sea Mass Area Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simassacrossline", + "positive": "", + "standard_name": "sea_ice_transport_across_line", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simpconc b/data_descriptors/variables/simon.simpconc new file mode 100644 index 000000000..9754ea292 --- /dev/null +++ b/data_descriptors/variables/simon.simpconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simpconc.json b/data_descriptors/variables/simon.simpconc.json new file mode 100644 index 000000000..9754ea292 --- /dev/null +++ b/data_descriptors/variables/simon.simpconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.simpconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by melt ponds, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typemp" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Meltpond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpconc", + "positive": "", + "standard_name": "area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simpmass b/data_descriptors/variables/simon.simpmass new file mode 100644 index 000000000..9b80767bc --- /dev/null +++ b/data_descriptors/variables/simon.simpmass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simpmass.json b/data_descriptors/variables/simon.simpmass.json new file mode 100644 index 000000000..9b80767bc --- /dev/null +++ b/data_descriptors/variables/simon.simpmass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simpmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Meltpond Depth", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Meltpond Mass per Unit Area (as Depth)", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simpmass", + "positive": "", + "standard_name": "sea_ice_melt_pond_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simprefrozen b/data_descriptors/variables/simon.simprefrozen new file mode 100644 index 000000000..ca8909c23 --- /dev/null +++ b/data_descriptors/variables/simon.simprefrozen @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.simprefrozen.json b/data_descriptors/variables/simon.simprefrozen.json new file mode 100644 index 000000000..ca8909c23 --- /dev/null +++ b/data_descriptors/variables/simon.simprefrozen.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.simprefrozen.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_melt_pond (comment: mask=simpconc)", + "comment": "Volume of refrozen ice on melt ponds divided by meltpond covered area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Thickness of Refrozen Ice on Melt Pond", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "simprefrozen", + "positive": "", + "standard_name": "thickness_of_ice_on_sea_ice_melt_pond", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sipr b/data_descriptors/variables/simon.sipr new file mode 100644 index 000000000..e116ce6f8 --- /dev/null +++ b/data_descriptors/variables/simon.sipr @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sipr.json b/data_descriptors/variables/simon.sipr.json new file mode 100644 index 000000000..e116ce6f8 --- /dev/null +++ b/data_descriptors/variables/simon.sipr.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sipr.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of liquid precipitation falling onto sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Rainfall Rate over Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sipr", + "positive": "", + "standard_name": "rainfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sirdgconc b/data_descriptors/variables/simon.sirdgconc new file mode 100644 index 000000000..bd9eb4bb1 --- /dev/null +++ b/data_descriptors/variables/simon.sirdgconc @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sirdgconc.json b/data_descriptors/variables/simon.sirdgconc.json new file mode 100644 index 000000000..bd9eb4bb1 --- /dev/null +++ b/data_descriptors/variables/simon.sirdgconc.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.sirdgconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Fraction of sea ice, by area, which is covered by sea ice ridges, giving equal weight to every square metre of sea ice .", + "dimensions": [ + "longitude", + "latitude", + "time", + "typesirdg" + ], + "frequency": "mon", + "long_name": "Percentage Cover of Sea Ice by Ridging", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgconc", + "positive": "", + "standard_name": "area_fraction", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sirdgthick b/data_descriptors/variables/simon.sirdgthick new file mode 100644 index 000000000..2b4c4260f --- /dev/null +++ b/data_descriptors/variables/simon.sirdgthick @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sirdgthick.json b/data_descriptors/variables/simon.sirdgthick.json new file mode 100644 index 000000000..2b4c4260f --- /dev/null +++ b/data_descriptors/variables/simon.sirdgthick.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sirdgthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)", + "comment": "Sea Ice Ridge Height (representing mean height over the ridged area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Ridged Ice Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sirdgthick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisali b/data_descriptors/variables/simon.sisali new file mode 100644 index 000000000..f6efb631f --- /dev/null +++ b/data_descriptors/variables/simon.sisali @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisali.json b/data_descriptors/variables/simon.sisali.json new file mode 100644 index 000000000..f6efb631f --- /dev/null +++ b/data_descriptors/variables/simon.sisali.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisali.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Mean sea-ice salinity of all sea ice in grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Salinity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisali", + "positive": "", + "standard_name": "sea_ice_salinity", + "units": "0.001", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisaltmass b/data_descriptors/variables/simon.sisaltmass new file mode 100644 index 000000000..acf57fa04 --- /dev/null +++ b/data_descriptors/variables/simon.sisaltmass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisaltmass.json b/data_descriptors/variables/simon.sisaltmass.json new file mode 100644 index 000000000..acf57fa04 --- /dev/null +++ b/data_descriptors/variables/simon.sisaltmass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisaltmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total mass of all salt in sea ice divided by grid-cell area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Mass of Salt in Sea Ice per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisaltmass", + "positive": "", + "standard_name": "sea_ice_mass_content_of_salt", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnconc b/data_descriptors/variables/simon.sisnconc new file mode 100644 index 000000000..bc64f425f --- /dev/null +++ b/data_descriptors/variables/simon.sisnconc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnconc.json b/data_descriptors/variables/simon.sisnconc.json new file mode 100644 index 000000000..bc64f425f --- /dev/null +++ b/data_descriptors/variables/simon.sisnconc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnconc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Percentage of sea ice, by area, which is covered by snow, giving equal weight to every square metre of sea ice . Exclude snow that lies on land or land ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Area Percentage", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnconc", + "positive": "", + "standard_name": "surface_snow_area_fraction", + "units": "%", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnhc b/data_descriptors/variables/simon.sisnhc new file mode 100644 index 000000000..4030270db --- /dev/null +++ b/data_descriptors/variables/simon.sisnhc @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnhc.json b/data_descriptors/variables/simon.sisnhc.json new file mode 100644 index 000000000..4030270db --- /dev/null +++ b/data_descriptors/variables/simon.sisnhc.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnhc.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Heat-content of all snow in grid cell divided by total grid-cell area. Snow-water equivalent at 0 Celsius is assumed to have a heat content of 0 J. Does not include heat content of sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Heat Content per Unit Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnhc", + "positive": "", + "standard_name": "thermal_energy_content_of_surface_snow", + "units": "J m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnmass b/data_descriptors/variables/simon.sisnmass new file mode 100644 index 000000000..50b052292 --- /dev/null +++ b/data_descriptors/variables/simon.sisnmass @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnmass.json b/data_descriptors/variables/simon.sisnmass.json new file mode 100644 index 000000000..50b052292 --- /dev/null +++ b/data_descriptors/variables/simon.sisnmass.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnmass.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Total mass of snow on sea ice divided by sea-ice area.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnmass", + "positive": "", + "standard_name": "liquid_water_content_of_surface_snow", + "units": "kg m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnthick b/data_descriptors/variables/simon.sisnthick new file mode 100644 index 000000000..2fa6d12d8 --- /dev/null +++ b/data_descriptors/variables/simon.sisnthick @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sisnthick.json b/data_descriptors/variables/simon.sisnthick.json new file mode 100644 index 000000000..2fa6d12d8 --- /dev/null +++ b/data_descriptors/variables/simon.sisnthick.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sisnthick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where snow over sea_ice area: time: mean where sea_ice", + "comment": "Actual thickness of snow (snow volume divided by snow-covered area)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Thickness", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sisnthick", + "positive": "", + "standard_name": "surface_snow_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sispeed b/data_descriptors/variables/simon.sispeed new file mode 100644 index 000000000..45de0b94b --- /dev/null +++ b/data_descriptors/variables/simon.sispeed @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sispeed.json b/data_descriptors/variables/simon.sispeed.json new file mode 100644 index 000000000..45de0b94b --- /dev/null +++ b/data_descriptors/variables/simon.sispeed.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sispeed.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Speed of ice (i.e. mean absolute velocity) to account for back-and-forth movement of the ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Speed", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sispeed", + "positive": "", + "standard_name": "sea_ice_speed", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrxdtop b/data_descriptors/variables/simon.sistrxdtop new file mode 100644 index 000000000..975e081ec --- /dev/null +++ b/data_descriptors/variables/simon.sistrxdtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrxdtop.json b/data_descriptors/variables/simon.sistrxdtop.json new file mode 100644 index 000000000..975e081ec --- /dev/null +++ b/data_descriptors/variables/simon.sistrxdtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrxdtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxdtop", + "positive": "down", + "standard_name": "surface_downward_x_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrxubot b/data_descriptors/variables/simon.sistrxubot new file mode 100644 index 000000000..c45980232 --- /dev/null +++ b/data_descriptors/variables/simon.sistrxubot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrxubot.json b/data_descriptors/variables/simon.sistrxubot.json new file mode 100644 index 000000000..c45980232 --- /dev/null +++ b/data_descriptors/variables/simon.sistrxubot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrxubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "X-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrxubot", + "positive": "up", + "standard_name": "upward_x_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrydtop b/data_descriptors/variables/simon.sistrydtop new file mode 100644 index 000000000..eb1a4d69a --- /dev/null +++ b/data_descriptors/variables/simon.sistrydtop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistrydtop.json b/data_descriptors/variables/simon.sistrydtop.json new file mode 100644 index 000000000..eb1a4d69a --- /dev/null +++ b/data_descriptors/variables/simon.sistrydtop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistrydtop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of atmospheric stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Atmospheric Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistrydtop", + "positive": "down", + "standard_name": "surface_downward_y_stress", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistryubot b/data_descriptors/variables/simon.sistryubot new file mode 100644 index 000000000..769340b71 --- /dev/null +++ b/data_descriptors/variables/simon.sistryubot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sistryubot.json b/data_descriptors/variables/simon.sistryubot.json new file mode 100644 index 000000000..769340b71 --- /dev/null +++ b/data_descriptors/variables/simon.sistryubot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sistryubot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Y-component of ocean stress on sea ice", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Ocean Stress on Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistryubot", + "positive": "up", + "standard_name": "upward_y_stress_at_sea_ice_base", + "units": "N m-2", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitempbot b/data_descriptors/variables/simon.sitempbot new file mode 100644 index 000000000..9883a0968 --- /dev/null +++ b/data_descriptors/variables/simon.sitempbot @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitempbot.json b/data_descriptors/variables/simon.sitempbot.json new file mode 100644 index 000000000..9883a0968 --- /dev/null +++ b/data_descriptors/variables/simon.sitempbot.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitempbot.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report temperature at interface, NOT temperature within lowermost model layer", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Ice-Ocean Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempbot", + "positive": "", + "standard_name": "sea_ice_basal_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitempsnic b/data_descriptors/variables/simon.sitempsnic new file mode 100644 index 000000000..c07b35d49 --- /dev/null +++ b/data_descriptors/variables/simon.sitempsnic @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitempsnic.json b/data_descriptors/variables/simon.sitempsnic.json new file mode 100644 index 000000000..c07b35d49 --- /dev/null +++ b/data_descriptors/variables/simon.sitempsnic.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitempsnic.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of ice where snow thickness is zero", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Temperature at Snow-Ice Interface", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitempsnic", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitemptop b/data_descriptors/variables/simon.sitemptop new file mode 100644 index 000000000..9fcf0753b --- /dev/null +++ b/data_descriptors/variables/simon.sitemptop @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitemptop.json b/data_descriptors/variables/simon.sitemptop.json new file mode 100644 index 000000000..9fcf0753b --- /dev/null +++ b/data_descriptors/variables/simon.sitemptop.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitemptop.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Report surface temperature of snow where snow covers the sea ice.", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Surface Temperature of Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitemptop", + "positive": "", + "standard_name": "sea_ice_surface_temperature", + "units": "K", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sithick b/data_descriptors/variables/simon.sithick new file mode 100644 index 000000000..05b90fb25 --- /dev/null +++ b/data_descriptors/variables/simon.sithick @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sithick.json b/data_descriptors/variables/simon.sithick.json new file mode 100644 index 000000000..05b90fb25 --- /dev/null +++ b/data_descriptors/variables/simon.sithick.json @@ -0,0 +1,41 @@ +{ + "@context": "_context_", + "id": "simon.sithick.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "Actual (floe) thickness of sea ice (NOT volume divided by grid area as was done in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea Ice Thickness", + "modeling_realm": [ + "seaIce", + "ocean" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sithick", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitimefrac b/data_descriptors/variables/simon.sitimefrac new file mode 100644 index 000000000..db60eaa3f --- /dev/null +++ b/data_descriptors/variables/simon.sitimefrac @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sitimefrac.json b/data_descriptors/variables/simon.sitimefrac.json new file mode 100644 index 000000000..db60eaa3f --- /dev/null +++ b/data_descriptors/variables/simon.sitimefrac.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sitimefrac.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Fraction of time steps of the averaging period during which sea ice is present (siconc >0 ) in a grid cell", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Fraction of Time Steps with Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sitimefrac", + "positive": "", + "standard_name": "fraction_of_time_with_sea_ice_area_fraction_above_threshold", + "units": "1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siu b/data_descriptors/variables/simon.siu new file mode 100644 index 000000000..4db807806 --- /dev/null +++ b/data_descriptors/variables/simon.siu @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siu.json b/data_descriptors/variables/simon.siu.json new file mode 100644 index 000000000..4db807806 --- /dev/null +++ b/data_descriptors/variables/simon.siu.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siu.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The x-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "X-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siu", + "positive": "", + "standard_name": "sea_ice_x_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siv b/data_descriptors/variables/simon.siv new file mode 100644 index 000000000..90e1725e6 --- /dev/null +++ b/data_descriptors/variables/simon.siv @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.siv.json b/data_descriptors/variables/simon.siv.json new file mode 100644 index 000000000..90e1725e6 --- /dev/null +++ b/data_descriptors/variables/simon.siv.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.siv.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "--MODEL", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The y-velocity of ice on native model grid", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Y-Component of Sea-Ice Velocity", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "siv", + "positive": "", + "standard_name": "sea_ice_y_velocity", + "units": "m s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivol b/data_descriptors/variables/simon.sivol new file mode 100644 index 000000000..ca5b73ba9 --- /dev/null +++ b/data_descriptors/variables/simon.sivol @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivol.json b/data_descriptors/variables/simon.sivol.json new file mode 100644 index 000000000..ca5b73ba9 --- /dev/null +++ b/data_descriptors/variables/simon.sivol.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sivol.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea time: mean", + "comment": "Total volume of sea ice divided by grid-cell area (this used to be called ice thickness in CMIP5)", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume per Area", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivol", + "positive": "", + "standard_name": "sea_ice_thickness", + "units": "m", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivoln b/data_descriptors/variables/simon.sivoln new file mode 100644 index 000000000..9a4bdbf80 --- /dev/null +++ b/data_descriptors/variables/simon.sivoln @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivoln.json b/data_descriptors/variables/simon.sivoln.json new file mode 100644 index 000000000..9a4bdbf80 --- /dev/null +++ b/data_descriptors/variables/simon.sivoln.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.sivoln.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Northern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume North", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivoln", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivols b/data_descriptors/variables/simon.sivols new file mode 100644 index 000000000..c34dfa91a --- /dev/null +++ b/data_descriptors/variables/simon.sivols @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sivols.json b/data_descriptors/variables/simon.sivols.json new file mode 100644 index 000000000..c34dfa91a --- /dev/null +++ b/data_descriptors/variables/simon.sivols.json @@ -0,0 +1,38 @@ +{ + "@context": "_context_", + "id": "simon.sivols.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "area: time: mean", + "comment": "total volume of sea ice in the Southern hemisphere", + "dimensions": [ + "time" + ], + "frequency": "mon", + "long_name": "Sea-Ice Volume South", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sivols", + "positive": "", + "standard_name": "sea_ice_volume", + "units": "1e3 km3", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmassdyn b/data_descriptors/variables/simon.sndmassdyn new file mode 100644 index 000000000..c1a3bd915 --- /dev/null +++ b/data_descriptors/variables/simon.sndmassdyn @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmassdyn.json b/data_descriptors/variables/simon.sndmassdyn.json new file mode 100644 index 000000000..c1a3bd915 --- /dev/null +++ b/data_descriptors/variables/simon.sndmassdyn.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmassdyn.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "The rate of change of snow mass through advection with sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Advection by Sea-Ice Dynamics", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassdyn", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_sea_ice_dynamics", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmassmelt b/data_descriptors/variables/simon.sndmassmelt new file mode 100644 index 000000000..a531ffd04 --- /dev/null +++ b/data_descriptors/variables/simon.sndmassmelt @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmassmelt.json b/data_descriptors/variables/simon.sndmassmelt.json new file mode 100644 index 000000000..a531ffd04 --- /dev/null +++ b/data_descriptors/variables/simon.sndmassmelt.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmassmelt.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through melt divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Melt", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmassmelt", + "positive": "", + "standard_name": "surface_snow_melt_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssi b/data_descriptors/variables/simon.sndmasssi new file mode 100644 index 000000000..0804c6dab --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssi @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssi.json b/data_descriptors/variables/simon.sndmasssi.json new file mode 100644 index 000000000..0804c6dab --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssi.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssi.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass due to transformation of snow to sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Snow-to-Ice Conversion", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssi", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_conversion_of_snow_to_sea_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssnf b/data_descriptors/variables/simon.sndmasssnf new file mode 100644 index 000000000..a6ebdb803 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssnf @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssnf.json b/data_descriptors/variables/simon.sndmasssnf.json new file mode 100644 index 000000000..a6ebdb803 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssnf.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssnf.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "mass of solid precipitation falling onto sea ice divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Change Through Snow Fall", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssnf", + "positive": "", + "standard_name": "snowfall_flux", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssubl b/data_descriptors/variables/simon.sndmasssubl new file mode 100644 index 000000000..3cfb0ae65 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssubl @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasssubl.json b/data_descriptors/variables/simon.sndmasssubl.json new file mode 100644 index 000000000..3cfb0ae65 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasssubl.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasssubl.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through sublimation and evaporation divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Evaporation or Sublimation", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasssubl", + "positive": "", + "standard_name": "tendency_of_atmosphere_mass_content_of_water_vapor_due_to_sublimation_of_surface_snow_and_ice", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasswindrif b/data_descriptors/variables/simon.sndmasswindrif new file mode 100644 index 000000000..7358ecbe7 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasswindrif @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.sndmasswindrif.json b/data_descriptors/variables/simon.sndmasswindrif.json new file mode 100644 index 000000000..7358ecbe7 --- /dev/null +++ b/data_descriptors/variables/simon.sndmasswindrif.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simon.sndmasswindrif.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: time: mean where sea_ice (comment: mask=siconc)", + "comment": "the rate of change of snow mass through wind drift of snow (from sea-ice into the sea) divided by sea-ice area", + "dimensions": [ + "longitude", + "latitude", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Rate of Change Through Wind Drift of Snow", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sndmasswindrif", + "positive": "", + "standard_name": "tendency_of_surface_snow_amount_due_to_drifting_into_sea", + "units": "kg m-2 s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.snmassacrossline b/data_descriptors/variables/simon.snmassacrossline new file mode 100644 index 000000000..2026ba0e8 --- /dev/null +++ b/data_descriptors/variables/simon.snmassacrossline @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simon.snmassacrossline.json b/data_descriptors/variables/simon.snmassacrossline.json new file mode 100644 index 000000000..2026ba0e8 --- /dev/null +++ b/data_descriptors/variables/simon.snmassacrossline.json @@ -0,0 +1,39 @@ +{ + "@context": "_context_", + "id": "simon.snmassacrossline.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simon.json", + "mip-era": "cmip6" + }, + { + "id": "simon.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "", + "cell_methods": "time: mean", + "comment": "net (sum of transport in all directions) sea ice area transport through the following four passages, positive into the Arctic Ocean 1. Fram Strait = (11.5W,81.3N to (10.5E,79.6N) 2. Canadian Archipelago = (128.2W,70.6N) to (59.3W,82.1N) 3. Barents opening = (16.8E,76.5N) to (19.2E,70.2N) 4. Bering Strait = (171W,66.2N) to (166W,65N)", + "dimensions": [ + "siline", + "time" + ], + "frequency": "mon", + "long_name": "Snow Mass Flux Through Straits", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "snmassacrossline", + "positive": "", + "standard_name": "snow_transport_across_line_due_to_sea_ice_dynamics", + "units": "kg s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sidivvel b/data_descriptors/variables/simonpt.sidivvel new file mode 100644 index 000000000..d9874ccdc --- /dev/null +++ b/data_descriptors/variables/simonpt.sidivvel @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sidivvel.json b/data_descriptors/variables/simonpt.sidivvel.json new file mode 100644 index 000000000..d9874ccdc --- /dev/null +++ b/data_descriptors/variables/simonpt.sidivvel.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sidivvel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Divergence of sea-ice velocity field (first shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Divergence of the Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sidivvel", + "positive": "", + "standard_name": "divergence_of_sea_ice_velocity", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sishevel b/data_descriptors/variables/simonpt.sishevel new file mode 100644 index 000000000..cfff15569 --- /dev/null +++ b/data_descriptors/variables/simonpt.sishevel @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sishevel.json b/data_descriptors/variables/simonpt.sishevel.json new file mode 100644 index 000000000..cfff15569 --- /dev/null +++ b/data_descriptors/variables/simonpt.sishevel.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sishevel.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear of sea-ice velocity field (second shear strain invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear of Sea-Ice Velocity Field", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sishevel", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_strain_rate", + "units": "s-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sistremax b/data_descriptors/variables/simonpt.sistremax new file mode 100644 index 000000000..2d2da3010 --- /dev/null +++ b/data_descriptors/variables/simonpt.sistremax @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sistremax.json b/data_descriptors/variables/simonpt.sistremax.json new file mode 100644 index 000000000..2d2da3010 --- /dev/null +++ b/data_descriptors/variables/simonpt.sistremax.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sistremax.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Maximum shear stress in sea ice (second stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Maximum Shear Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistremax", + "positive": "", + "standard_name": "maximum_over_coordinate_rotation_of_sea_ice_horizontal_shear_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sistresave b/data_descriptors/variables/simonpt.sistresave new file mode 100644 index 000000000..7260a9e7d --- /dev/null +++ b/data_descriptors/variables/simonpt.sistresave @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +} diff --git a/data_descriptors/variables/simonpt.sistresave.json b/data_descriptors/variables/simonpt.sistresave.json new file mode 100644 index 000000000..7260a9e7d --- /dev/null +++ b/data_descriptors/variables/simonpt.sistresave.json @@ -0,0 +1,40 @@ +{ + "@context": "_context_", + "id": "simonpt.sistresave.json", + "type": "mip-variable", + "mip_tables": [ + { + "id": "simonpt.json", + "mip-era": "cmip6" + }, + { + "id": "simonpt.json", + "mip-era": "cmip6plus" + } + ], + "themes": [ + "TBC" + ], + "cell_measures": "area: areacello", + "cell_methods": "area: mean where sea_ice (comment: mask=siconc) time: point", + "comment": "Average normal stress in sea ice (first stress invariant)", + "dimensions": [ + "longitude", + "latitude", + "time1" + ], + "frequency": "monPt", + "long_name": "Average Normal Stress in Sea Ice", + "modeling_realm": [ + "seaIce" + ], + "ok_max_mean_abs": "", + "ok_min_mean_abs": "", + "out_name": "sistresave", + "positive": "", + "standard_name": "sea_ice_average_normal_horizontal_stress", + "units": "N m-1", + "valid_max": "", + "valid_min": "", + "dtype": "real" +}